15 lines
797 B
CSS
15 lines
797 B
CSS
#copyButton {width: 56px; background-color: #f1f1f1; opacity: 1;} /*Adjust for task #4151;*/
|
|
|
|
.title-group.required:after {display: none;}
|
|
.title-group.required > .required:after {display: block; right: 29px; top: 5px;}
|
|
#copyStory-input:after {display: block; right: 85px; top: 5px;}
|
|
#pri + .chosen-container > .chosen-single {border-top-left-radius: 0!important; border-bottom-left-radius: 0!important;}
|
|
|
|
.pri-selector > .btn {padding: 5px 8px!important; width: 100%;}
|
|
.pri-selector > .dropdown-menu {padding: 10px;}
|
|
|
|
#testStoryBox table tr td{padding:0px;}
|
|
#testStoryBox table tr td .chosen-container .chosen-single{border:0px;}
|
|
#testStoryBox table tr td input{border:0px;}
|
|
#testStoryBox table tr td .input-group .input-group-addon{border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;}
|