32 lines
1.7 KiB
CSS
32 lines
1.7 KiB
CSS
#searchStories .searchInput {position: relative;}
|
|
#searchStories .searchInput .icon {position: absolute; display: block; left: 9px; top: 9px; z-index: 5; color: #808080;}
|
|
#storySearchInput {padding-left: 30px;}
|
|
|
|
#searchStories .modal-body {height: 300px; overflow-y: auto; padding: 0;}
|
|
#searchResult {padding-left: 0; list-style: none; width: 100%}
|
|
#searchResult > li {display: block}
|
|
#searchResult > li.tip {padding: 6px 15px; color: #808080}
|
|
#searchResult > li.loading {text-align: center; padding: 50px}
|
|
#searchResult > li.loading > .icon-spinner:before {font-size: 28px;}
|
|
#searchResult > li > a {display: block; padding: 6px 15px; color: #333; border-bottom: 1px solid #e5e5e5}
|
|
#searchResult > li > a:hover, #searchResult > li > a.selected {color: #1a4f85; background-color: #ddd;}
|
|
|
|
#story_chosen .chosen-results > li.no-results {cursor: pointer;}
|
|
#story_chosen .chosen-results > li.no-results:hover {color: #1a4f85; background-color: #ddd;}
|
|
#story_chosen .chosen-results > li.no-results > span {font-weight: bold;}
|
|
#module_chosen .chosen-drop {min-width: 400px; border-top: 1px solid #ddd!important}
|
|
|
|
.row .col-sm-10{width:89%;}
|
|
.row .col-sm-2{padding-left:0px; width:11%;}
|
|
|
|
#module + .chosen-container-single .chosen-single,
|
|
#stage + .chosen-container-multi .chosen-choices {border-top-left-radius: 0; border-bottom-left-radius: 0; margin-left: -1px;}
|
|
#module + .chosen-container-single .chosen-single {border-top-right-radius: 0; border-bottom-right-radius: 0; margin-left: -1px;}
|
|
|
|
.dropdown-pris > .btn {background-color: #fff; text-shadow: none}
|
|
|
|
#moduleIdBox .input-group-btn > .btn {margin-left: -1px!important;}
|
|
#moduleIdBox .input-group-btn > .btn:first-child {border-left: none}
|
|
|
|
.minw-80px {min-width: 80px;}
|