summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2015-07-01 11:10:18 +0300
committerAlon Levy <alon@pobox.com>2015-07-06 12:33:52 +0300
commite508bfab15f92d2963e40b74ef1732eb0e6ed69b (patch)
treef9d86328021da3ce481cdd82e08c6828e247e827 /res/client/css/style.css
parent417386478401d06919e079b06f67ff42cc09ea6c (diff)
client/css/dropdown menu: prevent line breaks, add padding on right
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index a09769d7..dcd36fcc 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -474,6 +474,7 @@ table {
.menu__type-filter_item {
padding-left: 10px;
+ padding-right: 10px;
text-align: left; }
.menu__type-filter_item:hover {
background-color: lightgray; }
@@ -488,7 +489,7 @@ table {
position: absolute;
right: 155px;
top: 0;
- width: 150px; }
+ white-space: nowrap; }
#menu__type-filter_header {
background: darkgray;