17 lines
868 B
CSS
17 lines
868 B
CSS
.tabs{position:relative;}
|
|
.tabs .tab-content .tab-pane .action{position: absolute; right: 0px; top: 0px;}
|
|
.tabs .tab-content .tab-pane #querybox{margin:0px}
|
|
.tabs .tab-content .tab-pane #querybox form{padding-left:0px;}
|
|
|
|
.hide-side .col-main {width: 100%;}
|
|
.hide-side .col-side .main-side {width: 0; display: none;}
|
|
|
|
#unlinkBugList, #unlinkStoryList{margin-bottom:5px;}
|
|
input[type=checkbox].ml-10px{margin-left:10px;}
|
|
|
|
.dropdown-menu {min-width:95px;}
|
|
.dropdown-menu.with-search {padding-bottom: 34px; min-width: 150px; overflow: hidden; max-height: 305px}
|
|
.dropdown-menu > .menu-search {padding: 0; position: absolute; z-index: 0; bottom: 0; left: 0; right: 0}
|
|
.dropdown-menu > .menu-search .input-group {width:100%;}
|
|
.dropdown-menu > .menu-search .input-group-addon {position: absolute; right: 10px; top: 0; z-index: 10; background: none; border: none; color: #666}
|