* adjust for task #5563.

This commit is contained in:
wangyidong
2019-05-31 15:51:39 +08:00
parent 453e282c90
commit 92c223589f
19 changed files with 1 additions and 31 deletions

View File

@@ -1 +0,0 @@
#batchCreateForm .chosen-container .chosen-drop{min-width:200px;}

View File

@@ -1,3 +1,2 @@
.chosen-container[id^="plan"] .chosen-drop {min-width: 300px; border-top: 1px solid #ddd!important}
.duplicate-input {border-left-width: 0; border-radius: 0 2px 2px 0; padding-left: 9px}
.duplicate-input:focus {border-left-width: 1px; padding-left: 8px}

View File

@@ -7,9 +7,6 @@
#buildBoxActions {padding-left: 15px;}
#module_chosen.chosen-container .chosen-drop {min-width: 400px; border-top: 1px solid #ddd!important}
#os_chosen.chosen-container .chosen-drop{min-width: 200px}
#openedBuild_chosen.chosen-container .chosen-drop {min-width: 450px; border-top: 1px solid #ddd!important}
#module + .chosen-container-single .chosen-single,
#task + .chosen-container-single .chosen-single,
#openedBuild + .chosen-container-multi .chosen-choices {border-top-left-radius: 0; border-bottom-left-radius: 0;}

View File

@@ -1,2 +1 @@
.chosen-container[id^="buildProject"] {max-width: 160px; border-radius: 0}
.chosen-container[id^="buildProject"] .chosen-drop {min-width: 300px;!important}

View File

@@ -1,2 +1 @@
#product_chosen .chosen-single{width:180px;}
#product_chosen .chosen-drop {min-width: 300px;!important}

View File

@@ -31,10 +31,6 @@ td .deviation{padding-left:20px; text-align:left;}
.d0{color:#76B043;}
.d20{color:#33A52E;}
.chosen-container[id^="product"] .chosen-drop {min-width: 300px;!important}
.chosen-container[id^="project"] .chosen-drop {min-width: 300px;!important}
.chosen-container[id^="dept"] .chosen-drop {min-width: 400px;!important}
.checkboxes {margin-bottom: 10px;}
.checkboxes .checkbox-primary {margin-bottom: 5px;}
.fixed-header-copy thead tr th{color:#fff !important;}

View File

@@ -25,13 +25,11 @@ $operatorWidth = $app->getClientLang() == 'en' ? 'w-100px' : 'w-90px';
#<?php echo $formId;?> > table {margin: 0 auto;}
#<?php echo $formId;?> > table > tbody > tr > td {padding: 8px;}
#<?php echo $formId;?> .form-actions {padding-bottom: 20px; padding-top: 0;}
#<?php echo $formId;?> .chosen-container[id^="field"] .chosen-drop {min-width: 180px;}
<?php if($app->getClientLang() == 'en'):?>
#<?php echo $formId;?> [id^="valueBox"] .chosen-container .chosen-single {min-width: 70px;}
<?php else:?>
#<?php echo $formId;?> [id^="valueBox"] .chosen-container .chosen-single {min-width: 100px;}
<?php endif;?>
#<?php echo $formId;?> [id^="valueBox"] .chosen-container .chosen-drop {min-width: 300px;}
#<?php echo $formId;?> .chosen-container .chosen-drop ul.chosen-results li {white-space:normal}
#<?php echo $formId;?> input.date::-webkit-input-placeholder {color: #838A9D; opacity: 1;}
#<?php echo $formId;?> input.date::-moz-placeholder {color: #838A9D; opacity: 1;}

View File

@@ -1,8 +1,6 @@
#batchCreateForm .col-id {width: 50px; text-align: center; color: #838A9D}
#batchCreateForm .col-module,
#batchCreateForm .col-plan {width: 180px;}
#batchCreateForm .chosen[name^="plan"] + .chosen-container .chosen-drop,
#batchCreateForm .chosen[name^="module"] + .chosen-container .chosen-drop {min-width: 300px;}
#batchCreateForm .col-pri {width: 100px;}
#batchCreateForm .col-review,
#batchCreateForm .col-estimate {width: 90px;}

View File

@@ -1,2 +1 @@
#suhosinInfo {margin-bottom: 0;}
.chosen-container .chosen-drop {min-width: 400px; border-top: 1px solid #ddd!important}

View File

@@ -1,6 +1,4 @@
.chosen-container[id^="story"] {width: 200px; max-width: 150px;}
.chosen-container[id^="story"] .chosen-drop {min-width: 450px !important;}
.chosen-container[id^="module"] .chosen-drop {min-width: 400px !important;}
[id^=name] {min-width: 165px;}
#mainContent .main-header h2{max-width:300px}

View File

@@ -1 +0,0 @@
.chosen-container[id^="module"] .chosen-drop {min-width: 400px;!important}

View File

@@ -2,8 +2,6 @@
.w-180px{width:180px}
.half-left {text-align:right}
.half-right{text-align:left}
.chosen-container[id^="module"] .chosen-drop {min-width: 400px; border-top: 1px solid #ddd!important}
.chosen-container[id^="story"] .chosen-drop {min-width: 450px; border-top: 1px solid #ddd!important}
#batchCreateForm .input-group,
#batchCreateForm .input-group .form-control {position: static;}

View File

@@ -1,7 +1,5 @@
.w-340px {width:340px}
.chosen {z-index:99}
.chosen-container[id^="module"] .chosen-drop {min-width: 400px; border-top: 1px solid #ddd!important}
.chosen-container[id^="stories"] .chosen-drop {min-width: 400px; border-top: 1px solid #ddd!important}
#batchEditForm .input-group,
#batchEditForm .input-group .form-control {position: static;}

View File

@@ -14,7 +14,6 @@
#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%;}

View File

@@ -1,2 +1 @@
.table table td,.outer .table table tbody > tr:last-child td {padding: 2px 0 2px 5px!important; border: none!important;}
.chosen-container-single .chosen-drop {min-width: 300px; border-top: 1px solid #ddd!important}

View File

@@ -1,2 +1 @@
.table table td,.outer .table table tbody > tr:last-child td {padding: 2px 0 2px 5px!important; border: none!important;}
.chosen-container-single .chosen-drop {min-width: 300px; border-top: 1px solid #ddd!important}

View File

@@ -1,2 +1 @@
.chosen-container[id^="dept"] .chosen-drop {min-width: 400px;!important}
th.required:after {position: relative; right: 10px;}

View File

@@ -1,2 +1 @@
.chosen-container[id^="dept"] .chosen-drop {min-width: 400px;!important}
th.required:after {position: relative; right: 10px;}

View File

@@ -1,5 +1,3 @@
#featurebar ul.nav li .chosen-container a.chosen-single{background:#F8FAFE; border:none; -webkit-box-shadow:none;box-shadow:none; padding-top:5px;}
#featurebar ul.nav li .chosen-container .chosen-drop {min-width: 200px;!important}
#dept_chosen.chosen-container .chosen-drop {min-width: 400px;!important}
.w-verifyPassword {width: 120px !important;}
.w-enVerifyPassword {width: 150px !important;}