summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-06 16:32:45 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-06 16:36:29 +0300
commit484cd5faa683130149706b8ecd4782e0ff7b9d11 (patch)
tree343d4537150b25e2f165a9a9a83e79bdcac2f760 /res/client/css/style.css
parent748f1c5d337040433c6c441afab579faf5c934e0 (diff)
filter menu: fix position, simplify HTML
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index 930a0d25..75315690 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -309,12 +309,27 @@ body.debug .debug-ui-right {
.dropdown-menu-heading:hover {
cursor: default; }
+.menu__type-filter_item {
+ padding-left: 10px;
+ text-align: left; }
+ .menu__type-filter_item:hover {
+ background-color: lightgray; }
+ .menu__type-filter_item input {
+ position: relative;
+ left: -3px;
+ top: 3px; }
+
#menu__type-filter {
background-color: white;
+ box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
position: absolute;
right: 155px;
top: 0;
- width: 200px; }
+ width: 150px; }
+
+#menu__type-filter_header {
+ background: darkgray;
+ font-weight: bold; }
.input-container {
width: 35%; }
@@ -724,6 +739,7 @@ p {
border: 1px solid #919095;
cursor: pointer;
float: right;
+ font-size: 12px;
height: 36px;
line-height: 36px;
margin-left: 10px;
@@ -753,6 +769,7 @@ p {
height: 0;
position: absolute;
margin-left: 0px;
+ right: 0;
width: 0; }
#btn_merge {