* ajusted style off assign to menu with search input.

This commit is contained in:
Catouse
2014-11-06 15:21:08 +08:00
parent 4e4eb72ae6
commit fbd944aefd
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ table .dropdown-menu{width:auto; max-width:1000px;}
table .dropdown-menu tr{border:0px;}
table .dropdown-menu tr td{border:0px; border-right: 1px dotted #ddd; border-bottom: 1px dotted #ddd;}
.assign-menu {min-width: 150px; padding-bottom: 34px; overflow: hidden; max-height: 305px}
.assign-menu {min-width: 150px; overflow: hidden; max-height: 305px}
.assign-menu.with-search {padding-bottom: 34px;}
.assign-menu > .assign-search {padding: 0; position: absolute; z-index: 0; bottom: 0; left: 0; right: 0}
.assign-menu > .assign-search .input-group-addon {position: absolute; right: 10px; top: 0; z-index: 10; background: none; border: none; color: #666}