small css changes

pull/1/head
yann300 8 years ago
parent 550670f9f0
commit 75a4813978
  1. 4
      src/app/panels/terminal.js
  2. 2
      src/app/ui/dropdown.js

@ -88,6 +88,10 @@ var css = csjs`
outline : none; outline : none;
font-family : monospace; font-family : monospace;
} }
.filter {
padding : 3px;
width : 20em;
}
.dragbarHorizontal { .dragbarHorizontal {
position : absolute; position : absolute;

@ -13,7 +13,6 @@ var css = csjs`
display : flex; display : flex;
align-items : center; align-items : center;
background-color : lightgrey; background-color : lightgrey;
border-radius : 5px;
margin : 3px; margin : 3px;
cursor : pointer; cursor : pointer;
} }
@ -24,6 +23,7 @@ var css = csjs`
white-space : nowrap; white-space : nowrap;
text-overflow : ellipsis; text-overflow : ellipsis;
overflow : hidden; overflow : hidden;
padding : 3px;
} }
.icon { .icon {
padding : 0px 5px; padding : 0px 5px;

Loading…
Cancel
Save