* Fix code style.

This commit is contained in:
zhujinyong
2021-03-10 23:07:20 +08:00
parent 5be8db8cb7
commit f54307a4cc
358 changed files with 1375 additions and 1375 deletions

View File

@@ -1,3 +1,3 @@
#notice {margin: -20px -20px 20px; padding: 20px;}
#zentaoLinks {margin-top: 20px;}
#zentaoLinks .panel .panel-heading{padding: 6px 10px}
#zentaoLinks .panel .panel-heading {padding: 6px 10px;}

View File

@@ -1 +1 @@
.thWidth{width:300px !important;}
.thWidth {width: 300px !important;}

View File

@@ -1 +1 @@
.thWidth{width:300px !important;}
.thWidth {width: 300px !important;}

View File

@@ -1 +1 @@
.thWidth{width:130px !important;}
.thWidth {width: 130px !important;}

View File

@@ -1 +1 @@
.thWidth{width:130px !important;}
.thWidth {width: 130px !important;}

View File

@@ -1,2 +1,2 @@
body{padding-bottom:0px;background-color:#fff;}
#api p{margin: 5px 0 2px 0;}
body {padding-bottom: 0px; background-color: #fff;}
#api p {margin: 5px 0 2px 0;}

View File

@@ -1 +1 @@
.errorFiles{text-align:left;padding:5px;}
.errorFiles {text-align: left; padding: 5px;}

View File

@@ -1 +1 @@
.actionWidth{width:140px !important;}
.actionWidth {width: 140px !important;}

View File

@@ -1 +1 @@
.actionWidth{width:140px !important;}
.actionWidth {width: 140px !important;}

View File

@@ -1 +1 @@
.actionWidth{width:110px !important;}
.actionWidth {width: 110px !important;}

View File

@@ -1 +1 @@
.actionWidth{width:110px !important;}
.actionWidth {width: 110px !important;}

View File

@@ -1 +1 @@
.checkbox-primary label{height:auto;}
.checkbox-primary label {height: auto;}

View File

@@ -1,4 +1,4 @@
#blockAdmin {min-height: 280px;}
#blockAdmin .form-actions {visibility: hidden;}
#blockAdmin.form-inited .form-actions {visibility: visible;}
.form-group .btn + .btn{margin-left: 10px;}
.form-group .btn + .btn {margin-left: 10px;}

View File

@@ -13,16 +13,16 @@ body {padding-bottom: 20px;}
#dashboard > .row {display: table; width: 100%; margin: 0;}
#dashboard > .row > .col-main,
#dashboard > .row > .col-side {display: table-cell; float: none; padding: 0; vertical-align: top;}
#dashboard > .row > .col-main {padding-right: 10px }
#dashboard > .row > .col-side {padding-left: 10px }
#dashboard > .row > .col-main {padding-right: 10px;}
#dashboard > .row > .col-side {padding-left: 10px;}
}
#dashboard.sortable-sorting .panel {margin-bottom: 10px; box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 2px 6px 0 rgba(0,0,0,.075); height: 46px;}
#dashboard.sortable-sorting .panel > * {display: none;}
#dashboard.sortable-sorting .panel:before {display: block; content: attr(data-name); padding: 12px 20px; font-weight: bold; font-size: 14px; color: #3c4353; opacity: 1!important; text-align: left; visibility: visible;}
#dashboard.sortable-sorting .panel:before {display: block; content: attr(data-name); padding: 12px 20px; font-weight: bold; font-size: 14px; color: #3c4353; opacity: 1 !important; text-align: left; visibility: visible;}
#dashboard.sortable-sorting .panel.dragging {visibility: visible; background: transparent; background: rgba(0,0,0,.075); box-shadow: inset 0 2px 6px rgba(0,0,0,.075);}
#dashboard.sortable-sorting .panel.dragging:before {color: #bbb;}
#dashboard.sortable-sorting .panel.drag-shadow {box-shadow: 0 1px 3px rgba(0,0,0,.175), 0 3px 8px 0 rgba(0,0,0,.175)}
#dashboard.sortable-sorting .panel.drag-shadow {box-shadow: 0 1px 3px rgba(0,0,0,.175), 0 3px 8px 0 rgba(0,0,0,.175);}
#dashboard .block-sm .hide-in-sm {display: none;}
#dashboard .block-dynamic .panel-body{overflow-x:hidden;}
.modal-body{padding: 10px 20px 20px 20px;}
#dashboard .block-dynamic .panel-body {overflow-x: hidden;}
.modal-body {padding: 10px 20px 20px 20px;}

View File

@@ -1,5 +1,5 @@
#branches .input-group, #newbranches .input-group{margin-bottom:5px; width:100%}
#branches .input-group input, #newbranches .input-group input{border-right:0px;}
#branches .sort-handler{cursor: move}
#branches .input-group.drag-shadow{z-index:5;}
#branches .input-group.drag-row{opacity:0;}
#branches .input-group, #newbranches .input-group {margin-bottom: 5px; width: 100%;}
#branches .input-group input, #newbranches .input-group input {border-right: 0px;}
#branches .sort-handler {cursor: move;}
#branches .input-group.drag-shadow {z-index: 5;}
#branches .input-group.drag-row {opacity: 0;}

View File

@@ -1,2 +1,2 @@
.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}
.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

@@ -1,26 +1,26 @@
.closed, .closed a{color:gray; text-decoration:line-through;}
.resolved, .resolved a{color:#8EC21F; text-decoration:none;}
.tree .closed, .tree .closed a{color:#003366; text-decoration:none;}
.confirm0 {color:gray;}
.confirm1 {color:green;}
td.delayed{color:#fff; background: #e84e0f!important;}
.closed, .closed a {color: gray; text-decoration:line-through;}
.resolved, .resolved a {color: #8EC21F; text-decoration: none;}
.tree .closed, .tree .closed a {color: #003366; text-decoration: none;}
.confirm0 {color: gray;}
.confirm1 {color: green;}
td.delayed {color: #fff; background: #e84e0f !important;}
.datatable-wrapper .table-datatable .datatable-row td {height:37px;}
.datatable-wrapper .table-datatable .datatable-row td {height: 37px;}
#createActionMenu .dropdown-menu {width:100%;}
#createActionMenu .dropdown-menu {width: 100%;}
.dropdown-menu.with-search {padding: 0; min-width: 150px; overflow: hidden; max-height: 302px;}
.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}
.dropdown-menu > .menu-search .form-control {border: none!important; box-shadow: none!important; border-top: 1px solid #ddd!important;}
.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;}
.dropdown-menu > .menu-search .form-control {border: none !important; box-shadow: none !important; border-top: 1px solid #ddd !important;}
.dropdown-menu > li > a {text-align: left;}
.dropdown-list {display: block; padding: 0; max-height: 270px; overflow-y: auto;}
.dropdown-list > li > a {display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.53846154; color: #141414; white-space: nowrap;}
.dropdown-list > li > a:hover,
.dropdown-list > li > a:focus {color: #1a4f85;text-decoration: none;background-color: #ddd;}
.dropdown-list > li > a:focus {color: #1a4f85; text-decoration: none; background-color: #ddd;}
th.c-confirmed {text-align: center;}
.c-severity {overflow: hidden; white-space: nowrap;}
.c-id {text-overflow:ellipsis; white-space:nowrap;}
.c-id {text-overflow: ellipsis; white-space: nowrap;}
.body-modal #mainMenu>.btn-toolbar {width: auto;}

View File

@@ -1,6 +1,6 @@
.ke-toolbar .ke-outline[data-name='savetemplate'] {display: none}
#modulemenu .nav #dropMenu #searchResult .closed{text-decoration:none;}
.nav #moreMenus{cursor: pointer;}
.ke-toolbar .ke-outline[data-name='savetemplate'] {display: none;}
#modulemenu .nav #dropMenu #searchResult .closed {text-decoration: none;}
.nav #moreMenus {cursor: pointer;}
#batchCreateForm .input-group, #batchEditForm .input-group,
#batchCreateForm .input-group .form-control, #batchEditForm .input-group .form-control {position: static;}

View File

@@ -1,5 +1,5 @@
html[lang='en'] #moduleIdBox .input-group-addon{padding: 5px 23px}
html[lang='en'] #deadlineTd .input-group-addon{padding: 5px 18px}
html[lang='en'] #moduleIdBox .input-group-addon {padding: 5px 23px;}
html[lang='en'] #deadlineTd .input-group-addon {padding: 5px 18px;}
.ke-toolbar .ke-outline[data-name='savetemplate'] {display: block;}
.ke-outline .ke-icon-savetemplate {background-image: url(theme/default/images/kindeditor/save.gif); background-position: center; width: 56px; height: 20px;}
@@ -9,7 +9,7 @@ html[lang='en'] #deadlineTd .input-group-addon{padding: 5px 18px}
.bootbox-prompt .modal-dialog {width: 500px; margin-top: 10%;}
#buildBoxActions {padding-left: 15px;}
#executionIdBox {display:block;}
#executionIdBox {display: block;}
#module + .chosen-container-single .chosen-single,
#task + .chosen-container-single .chosen-single,
@@ -17,31 +17,31 @@ html[lang='en'] #deadlineTd .input-group-addon{padding: 5px 18px}
#openedBuild + .chosen-container-multi .chosen-choices,
#mailto + .chosen-container-multi .chosen-choices {border-top-right-radius: 0; border-bottom-right-radius: 0;}
.dropdown-pris > .btn {background-color: #fff; text-shadow: none}
.dropdown-pris > .btn {background-color: #fff; text-shadow: none;}
#contactListGroup .input-group-btn > .btn {margin-left: -1px!important;}
#contactListGroup .input-group-btn > .btn {margin-left: -1px !important;}
#contactListGroup .chosen-container-single a {border-left-width: 0px;}
.minw-80px {min-width: 80px;}
.colorpicker.input-group-btn > .btn {border-right: none}
.colorpicker.input-group-btn > .btn {border-right: none;}
.input-group-addon.w-90px {min-width:90px;}
.input-group-addon.w-90px {min-width: 90px;}
.input-group .input-group-btn .btn {padding: 6px 12px;}
.input-group .chosen-container {min-width: 80px;}
#all {border-left:none}
#all {border-left: none;}
.pri-selector > .btn {padding: 5px 8px!important; width: 100%;}
.pri-selector > .btn {padding: 5px 8px !important; width: 100%;}
.pri-selector > .dropdown-menu {padding: 10px;}
.title-group.required:after {display: none;}
.title-group.required > .required:after {display: block; right: 29px; top: 5px;}
.title-group .chosen-container {width: 1%!important; min-width: 70px;}
.title-group #severity + .chosen-container > .chosen-single {border-radius: 0!important;}
.title-group #pri + .chosen-container > .chosen-single {border-top-left-radius: 0!important; border-bottom-left-radius: 0!important;}
#mainContent .center-block {padding-bottom:40px;}
.title-group .chosen-container {width: 1% !important; min-width: 70px;}
.title-group #severity + .chosen-container > .chosen-single {border-radius: 0 !important;}
.title-group #pri + .chosen-container > .chosen-single {border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important;}
#mainContent .center-block {padding-bottom: 40px;}
#typeBox {width:180px;}
#typeBox {width: 180px;}
#typeBox .required:after {right: 1px;}
#osBox .required:after {right: 1px;}
#osBox {width:190px;}
#osBox {width: 190px;}

View File

@@ -1,7 +1,7 @@
.col-side .chosen-container .chosen-drop {width: 216px!important}
.col-side .chosen-container {width: 218px!important}
.col-side .chosen-container[id^="openedBuild"] {width: 172px!important}
.col-side .chosen-container[id^="resolvedBuild"] {width: 172px!important}
.col-side .chosen-container .chosen-drop {width: 216px !important;}
.col-side .chosen-container {width: 218px !important;}
.col-side .chosen-container[id^="openedBuild"] {width: 172px !important;}
.col-side .chosen-container[id^="resolvedBuild"] {width: 172px !important;}
.chosen-choices li.search-choice {word-break: break-all;}
#linkBugBox > li {margin-left:-56px}
#linkBugBox > li {margin-left: -56px;}
#branch {width: 95px;}

View File

@@ -1 +1 @@
.thWidth{width:100px !important;}
.thWidth {width: 100px !important;}

View File

@@ -1 +1 @@
.thWidth{width:100px !important;}
.thWidth {width: 100px !important;}

View File

@@ -1 +1 @@
.thWidth{width:80px !important;}
.thWidth {width: 80px !important;}

View File

@@ -1 +1 @@
.thWidth{width:80px !important;}
.thWidth {width: 80px !important;}

View File

@@ -1 +1 @@
#mainContent {min-height: 400px}
#mainContent {min-height: 400px;}

View File

@@ -1,2 +1,2 @@
.confirm0 {color:gray; font-size:9px}
.confirm1 {color:green; font-size:9px}
.confirm0 {color: gray; font-size: 9px;}
.confirm1 {color: green; font-size: 9px;}

View File

@@ -1,8 +1,8 @@
.table-bordered caption {border: 1px solid #ddd;}
.table-bordered tr > th:first-child, .table-bordered tr > td:first-child {border-left: 1px solid #ddd!important}
.table-bordered tr > th:last-child, .table-bordered tr > td:last-child {border-right: 1px solid #ddd!important}
.table-bordered tr > th:first-child, .table-bordered tr > td:first-child {border-left: 1px solid #ddd !important;}
.table-bordered tr > th:last-child, .table-bordered tr > td:last-child {border-right: 1px solid #ddd !important;}
.col-side {width: 250px}
.col-side {width: 250px;}
.panel-heading > strong > span {float: right; color: #29a8cd;}

View File

@@ -1 +1 @@
.chosen-container[id^="buildExecution"] {max-width: 160px; border-radius: 0}
.chosen-container[id^="buildExecution"] {max-width: 160px; border-radius: 0;}

View File

@@ -1 +1 @@
.thWidth{width:130px !important;}
.thWidth {width: 130px !important;}

View File

@@ -1 +1 @@
.thWidth{width:130px !important;}
.thWidth {width: 130px !important;}

View File

@@ -1 +1 @@
.thWidth{width:100px !important;}
.thWidth {width: 100px !important;}

View File

@@ -1 +1 @@
.thWidth{width:100px !important;}
.thWidth {width: 100px !important;}

View File

@@ -1,5 +1,5 @@
.content .stepTitle{display:block; color: green; margin:0px;}
.table-fixed td{white-space: unset}
.table-data tr > td{word-break: break-all; word-wrap: break-word;}
.side-col .cell{padding:0px;}
.content .stepTitle {display: block; color: green; margin: 0px;}
.table-fixed td {white-space: unset;}
.table-data tr > td {word-break: break-all; word-wrap: break-word;}
.side-col .cell {padding: 0px;}
.tab-pane table {border: 1px solid #ddd; border-top: none;}

View File

@@ -1,2 +1,2 @@
#legendBasicInfo .thWidth{width:110px !important;}
#legendLife .thWidth{width:100px !important;}
#legendBasicInfo .thWidth {width: 110px !important;}
#legendLife .thWidth {width: 100px !important;}

View File

@@ -1,2 +1,2 @@
#legendBasicInfo .thWidth{width:110px !important;}
#legendLife .thWidth{width:100px !important;}
#legendBasicInfo .thWidth {width: 110px !important;}
#legendLife .thWidth {width: 100px !important;}

View File

@@ -1,2 +1,2 @@
#legendBasicInfo .thWidth{width:70px !important;}
#legendLife .thWidth{width:90px !important;}
#legendBasicInfo .thWidth {width: 70px !important;}
#legendLife .thWidth {width: 90px !important;}

View File

@@ -1,2 +1,2 @@
#legendBasicInfo .thWidth{width:70px !important;}
#legendLife .thWidth{width:90px !important;}
#legendBasicInfo .thWidth {width: 70px !important;}
#legendLife .thWidth {width: 90px !important;}

View File

@@ -1,3 +1,3 @@
.main-header{display: none}
#mailto ~ span.input-group-btn{display:none;}
a.btn-back {display:none;}
.main-header {display: none;}
#mailto ~ span.input-group-btn {display: none;}
a.btn-back {display: none;}

View File

@@ -1,7 +1,7 @@
.main-header{display: none}
.form-actions{margin-top: 0px}
.form-actions button:last-child{display:none;}
#mailto ~ .input-group-btn{display:none;}
#mainContent .main-row .col-8{width: 55%}
#mainContent .main-row .col-4{width: 45%}
.main-header {display: none;}
.form-actions {margin-top: 0px;}
.form-actions button:last-child {display: none;}
#mailto ~ .input-group-btn {display: none;}
#mainContent .main-row .col-8 {width: 55%;}
#mainContent .main-row .col-4 {width: 45%;}
.main-row .side-col.col-4 .detail:last-child {display: none;}

View File

@@ -1,7 +1,7 @@
.main-actions{display: none}
#main{margin-bottom: 40px;}
#mainMenu .pull-left>a{display: none}
#mainMenu .pull-left .divider{display: none}
#mainMenu .pull-right{display: none}
#mainContent .col-4{display: none}
.modal-dialog{width: 90%}
.main-actions {display: none;}
#main {margin-bottom: 40px;}
#mainMenu .pull-left>a {display: none;}
#mainMenu .pull-left .divider {display: none;}
#mainMenu .pull-right {display: none;}
#mainContent .col-4 {display: none;}
.modal-dialog {width: 90%;}

View File

@@ -1 +1 @@
#branch_chosen .chosen-single{border-left:0px;}
#branch_chosen .chosen-single {border-left: 0px;}

View File

@@ -1,7 +1,7 @@
.linkBox #queryBox .search-form .form-actions {padding-bottom: 5px;}
.linkBox .table-header {padding: 8px 15px; border-bottom: 1px solid #cbd0db;}
#unlinkStoryList, #unlinkBugList {border-top: 1px solid #cbd0db;}
.page-title .dropdown-menu{top: 20px; left: 170px;}
.page-title .text>a{font-weight: 700}
.page-title .dropdown-menu {top: 20px; left: 170px;}
.page-title .text>a {font-weight: 700;}
.body-modal #mainContent {min-height: 200px;}

View File

@@ -1,17 +1,17 @@
.w-220px{width:220px}
#caseList tr th, #caseList tr td {white-space:nowrap; text-overflow:ellipsis; overflow: hidden;}
.w-220px {width: 220px;}
#caseList tr th, #caseList tr td {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
#createActionMenu .dropdown-menu {width: 100%;}
.dropdown-menu.with-search {padding: 0; min-width: 150px; overflow: hidden; max-height: 302px;}
.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}
.dropdown-menu > .menu-search .form-control {border: none!important; box-shadow: none!important; border-top: 1px solid #ddd!important;}
.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;}
.dropdown-menu > .menu-search .form-control {border: none !important; box-shadow: none !important; border-top: 1px solid #ddd !important;}
.dropdown-list {display: block; padding: 0; max-height: 270px; overflow-y: auto;}
.dropdown-list > li > a {display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.53846154; color: #141414; white-space: nowrap;}
.dropdown-list > li > a:hover,
.dropdown-list > li > a:focus {color: #1a4f85;text-decoration: none;background-color: #ddd;}
.dropdown-list > li > a:focus {color: #1a4f85; text-decoration: none; background-color: #ddd;}
.datatable-menu {display:none;}
.datatable-menu {display: none;}
.pl-5px{padding-left:5px;}
.pl-5px {padding-left: 5px;}

View File

@@ -1,52 +1,52 @@
#steps .step-id {text-align: center;vertical-align: middle}
#steps .step-item-id {background-color: transparent; border: none; display: none; width: 30px; padding-left: 0; padding-right: 0; text-align: right; padding-right: 8px}
#steps .checkbox-inline input[type="checkbox"] {top: -2px}
#steps .step-id {text-align: center; vertical-align: middle;}
#steps .step-item-id {background-color: transparent; border: none; display: none; width: 30px; padding-left: 0; padding-right: 0; text-align: right; padding-right: 8px;}
#steps .checkbox-inline input[type="checkbox"] {top: -2px;}
#steps .btn-group .btn {padding-left: 0; padding-right: 0; min-width: 30px;}
.step-actions {width: 100px;}
#steps .active td {transition: background-color .5s;}
#steps .step-group .step-steps {resize: none; max-height: 30px;}
#steps .step-group .step-expects {display: none;}
#steps .step-item .step-item-id {display: table-cell; min-width: 40px;}
#steps .step-item .step-id {color: transparent}
#steps .step-group .step-id {font-weight: bold}
#steps .step-item .step-id {color: transparent;}
#steps .step-group .step-id {font-weight: bold;}
#steps .step-actions {width: 90px; text-align: center;}
#steps .btn-step-move {cursor: move}
#steps.sortable > tr.drag-shadow {display: none}
#steps .btn-step-move {cursor: move;}
#steps.sortable > tr.drag-shadow {display: none;}
#steps.sortable-sorting > tr {transition: all .2s; position: relative; z-index: 5; opacity: .3;}
#steps.sortable-sorting {cursor: move;}
#steps.sortable-sorting > tr.drag-row {opacity: 1; z-index: 10; box-shadow: 0 2px 4px red}
#steps.sortable-sorting > tr.drag-row + tr > td {box-shadow: inset 0 4px 2px rgba(0,0,0,.2)}
#steps.sortable-sorting > tr.drag-row > td {background-color: #edf3fe!important}
#steps.sortable-sorting > tr.drag-row {opacity: 1; z-index: 10; box-shadow: 0 2px 4px red;}
#steps.sortable-sorting > tr.drag-row + tr > td {box-shadow: inset 0 4px 2px rgba(0,0,0,.2);}
#steps.sortable-sorting > tr.drag-row > td {background-color: #edf3fe !important;}
#steps.sortable > tr.drop-success > td {background-color: #cfe0ff; transition: background-color 2s;}
#steps .step-type-toggle {padding: 0}
#steps .step-type-toggle {padding: 0;}
#steps .step-type-menu-box {position: relative;}
#steps .step-type-menu {position: absolute; top: 25px; right: 0; z-index: 10; box-shadow: 0 6px 12px rgba(0,0,0,.175); background-color: #fff; display: none; border: 1px solid #bbb; min-width: 60px;}
#steps .step-step[data-type="item"] .step-type-menu > a[data-value="item"] {display: none}
#steps .step-step[data-type="item"] .step-type-menu > a[data-value="item"] {display: none;}
#steps .step-type-current {display: block; padding: 5px 10px; position: relative; line-height: 20px;}
#steps .step-type-toggle:hover .step-type-current {background-color: #edf3fe; color: #03c}
#steps .step-type-toggle:hover .step-type-current {background-color: #edf3fe; color: #03c;}
#steps .step-type-menu:hover,
#steps .step-type-toggle:hover .step-type-menu {display: table; padding: 2px}
#steps .step-type-toggle:hover .step-type-menu {display: table; padding: 2px;}
#steps .step-type-menu > a {display: table-cell; padding: 8px 10px; color: #666;}
#steps .step-type-menu > a:hover {color: #333; background-color: #e5e5e5;}
#steps .step-type-menu > a.active {color: #fff; background-color: #1a4f85;}
.table-bordered .step-actions {width: 98px;}
.table-bordered > #steps > tr > td {padding: 0; background-color: #fafafa; border: 1px solid #ddd!important; }
.table-bordered > #steps > tr > td.step-id { padding-right: 8px;}
.table-bordered > #steps > tr > td .btn {border-color: transparent; background-color: transparent}
.table-bordered > #steps > tr > td {padding: 0; background-color: #fafafa; border: 1px solid #ddd !important;}
.table-bordered > #steps > tr > td.step-id {padding-right: 8px;}
.table-bordered > #steps > tr > td .btn {border-color: transparent; background-color: transparent;}
.table-bordered > #steps > tr > td .btn:hover,
.table-bordered > #steps > tr > td .btn:focus {background-color: #ddd}
.table-bordered > #steps .input-group-addon {border: none; background-color: transparent; border-left: 1px dotted #e5e5e5}
.table-bordered > #steps > tr > td textarea {border-color: #fff; box-shadow: none}
.table-bordered > #steps > tr > td .btn:focus {background-color: #ddd;}
.table-bordered > #steps .input-group-addon {border: none; background-color: transparent; border-left: 1px dotted #e5e5e5;}
.table-bordered > #steps > tr > td textarea {border-color: #fff; box-shadow: none;}
.table-bordered > #steps > tr > td textarea:hover {border-color: #808080;}
.table-bordered > #steps > tr > td textarea:focus {border-color: #4d90fe;}
.table-bordered > #steps .step-child .step-child-id {border-right: 1px dotted #ddd; border-left: none}
.table-bordered > #steps .step-child .step-child-id {border-right: 1px dotted #ddd; border-left: none;}
.minw-80px {min-width: 80px;}
.title-group.required:after {display: none;}
.title-group.required > .required:after {display: block; right: 29px; top: 5px;}
.pri-selector > .btn {padding: 5px 8px!important; width: 100%;}
.pri-selector > .btn {padding: 5px 8px !important; width: 100%;}
.pri-selector > .dropdown-menu {padding: 10px;}
.title-group .has-icon-right{min-width:700px}
.title-group .has-icon-right {min-width: 700px;}

View File

@@ -1 +1 @@
.table table td,.outer .table table tbody > tr:last-child td {padding: 2px 0 2px 5px!important; border: none!important;}
.table table td,.outer .table table tbody > tr:last-child td {padding: 2px 0 2px 5px !important; border: none !important;}

View File

@@ -1,7 +1,7 @@
#titlebar {display: none}
form {position:relative}
#querybox {float: none!important; width: auto;}
#moreOrLite {right: 10px!important}
#titlebar {display: none;}
form {position: relative;}
#querybox {float: none !important; width: auto;}
#moreOrLite {right: 10px !important;}
#userList tbody td{white-space: nowrap; overflow:hidden}
.space-sm + .text-center{display: none;}
#userList tbody td {white-space: nowrap; overflow: hidden;}
.space-sm + .text-center {display: none;}

View File

@@ -16,4 +16,4 @@
.dynamic.active .dynamic-date:before {background-color: #00a9fc;}
.dynamic.collapsed .timeline {max-height: 58px;}
.dynamic.collapsed .timeline > li + li {display: none;}
.dynamic.collapsed .dynamic-btn > .icon:before {content: '\f0d8'; }
.dynamic.collapsed .dynamic-btn > .icon:before {content: '\f0d8';}

View File

@@ -1 +1 @@
.thWidth{width:120px !important;}
.thWidth {width: 120px !important;}

View File

@@ -1 +1 @@
.thWidth{width:120px !important;}
.thWidth {width: 120px !important;}

View File

@@ -1 +1 @@
.thWidth{width:80px !important;}
.thWidth {width: 80px !important;}

View File

@@ -1 +1 @@
.thWidth{width:80px !important;}
.thWidth {width: 80px !important;}

View File

@@ -1 +1 @@
.outer > .container > form {padding: 20px}
.outer > .container > form {padding: 20px;}

View File

@@ -1,2 +1,2 @@
.outer > .container > form {padding: 20px}
.outer > .container > form .table-form {border: 1px solid #ddd}
.outer > .container > form {padding: 20px;}
.outer > .container > form .table-form {border: 1px solid #ddd;}

View File

@@ -1,3 +1,3 @@
.pdl-15{padding-left:15px !important}
.main-table{margin-bottom:0px;}
.panel{border-bottom:0px;}
.pdl-15 {padding-left: 15px !important;}
.main-table {margin-bottom: 0px;}
.panel {border-bottom: 0px;}

View File

@@ -1,11 +1,11 @@
#loadingIcon {opacity: 0; transition: opacity .3s}
#loadingIcon.active {opacity: 1}
#loadingIcon {opacity: 0; transition: opacity .3s;}
#loadingIcon.active {opacity: 1;}
#menuEditor {margin-top: 10px;}
#menuEditor .panel {border-color: #ddd;}
#mainMenu {position: static!important; margin: 0!important; text-align: center; height: 48px; padding: 6px!important; border-top: 1px solid #eee;}
#mainMenu {position: static !important; margin: 0 !important; text-align: center; height: 48px; padding: 6px !important; border-top: 1px solid #eee;}
#subNavbar {margin: 0; padding: 5px; height: 50px;}
#navbar {padding: 5px; margin-top: 0!important; height: 60px; border-radius: 4px 4px 0 0;}
#navbar {padding: 5px; margin-top: 0 !important; height: 60px; border-radius: 4px 4px 0 0;}
#navbar .nav > li > a {padding: 10px 15px; border-radius: 3px;}
#mainMenu > .nav {display: inline-block;}
#menuEditor .nav > li > a {cursor: move;}
@@ -13,4 +13,4 @@
#menuEditor .dropdown-menu > li > a .item-hidden-icon {margin-left: 10px;}
#menuEditor li.menu-hidden > a .item-hidden-icon {display: inline-block;}
#menuEditor .nav > li.menu-hidden > a {border: 1px dashed #ddd; background: rgba(0,0,0,.1); margin: 0 2px; padding: 7px 11px;}
#menuEditor .nav > li.menu-hidden > a > .dropdown{display: inline-block;}
#menuEditor .nav > li.menu-hidden > a > .dropdown {display: inline-block;}

View File

@@ -1 +1 @@
.alert-block{border-top:1px solid #ddd;}
.alert-block {border-top: 1px solid #ddd;}

View File

@@ -1 +1 @@
#URSRName .input-group input:last-child{border-left : none}
#URSRName .input-group input:last-child {border-left : none;}

View File

@@ -1 +1 @@
#URSRName .input-group input:last-child{border-left : none}
#URSRName .input-group input:last-child {border-left : none;}

View File

@@ -1 +1 @@
.thWidth{width:250px !important;}
.thWidth {width: 250px !important;}

View File

@@ -1 +1 @@
.thWidth{width:250px !important;}
.thWidth {width: 250px !important;}

View File

@@ -1 +1 @@
.thWidth{width:120px !important;}
.thWidth {width: 120px !important;}

View File

@@ -1 +1 @@
.thWidth{width:120px !important;}
.thWidth {width: 120px !important;}

View File

@@ -1 +1 @@
.thWidth{width:140px !important;}
.thWidth {width: 140px !important;}

View File

@@ -1 +1 @@
.thWidth{width:140px !important;}
.thWidth {width: 140px !important;}

View File

@@ -1 +1 @@
.thWidth{width:80px !important;}
.thWidth {width: 80px !important;}

View File

@@ -1 +1 @@
.thWidth{width:80px !important;}
.thWidth {width: 80px !important;}

View File

@@ -1,9 +1,9 @@
.table.table-form {width: auto;}
.table-form > tbody > tr > td .form-control + .form-control {margin-top: 5px;}
.tree li.has-list > .tree-actions > .tree-action[data-type="delete"] {display: none}
.tree li.has-list > .tree-actions > .tree-action[data-type="delete"] {display: none;}
.tree-toggle {cursor: pointer;}
.tree-actions, .tree li.hover > .tree-actions {opacity: 1}
.tree-actions, .tree li.hover > .tree-actions {opacity: 1;}
#addChildModal form > .form-control {margin-bottom: 8px;}
#addChildModal .modal-dialog {max-width: 360px;}

View File

@@ -1 +1 @@
.thWidth{width:130px !important;}
.thWidth {width: 130px !important;}

View File

@@ -1 +1 @@
.thWidth{width:130px !important;}
.thWidth {width: 130px !important;}

View File

@@ -1 +1 @@
.thWidth{width:80px !important;}
.thWidth {width: 80px !important;}

View File

@@ -1 +1 @@
.thWidth{width:80px !important;}
.thWidth {width: 80px !important;}

View File

@@ -1,2 +1,2 @@
#sidebar .modulegroup {font-weight:bold; padding-top:8px; border-top:1px solid #ddd;}
#sidebar .modulegroup {font-weight:bold; padding-top: 8px; border-top: 1px solid #ddd;}
#sidebar .active {background-color: #e9f2fb; color: #006af1;}

View File

@@ -1 +1 @@
#pageActions ul.dropdown-menu{left: 67px !important}
#pageActions ul.dropdown-menu {left: 67px !important;}

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
#whiteListBox .input-group:last-child .input-group-addon{padding:5px 16px}
#whiteListBox .input-group:last-child .input-group-addon {padding: 5px 16px;}

View File

@@ -1 +1 @@
#whiteListBox .input-group:last-child .input-group-addon{padding:5px 16px}
#whiteListBox .input-group:last-child .input-group-addon {padding: 5px 16px;}

View File

@@ -1,3 +1,3 @@
#whiteListBox .input-group:last-child{margin-top:10px}
#mailtoGroup .input-group-btn > .btn {margin-left: -1px!important;}
#whiteListBox .input-group:last-child {margin-top: 10px;}
#mailtoGroup .input-group-btn > .btn {margin-left: -1px !important;}
#mailtoGroup .chosen-container-single a {border-left-width: 0px;}

View File

@@ -1,10 +1,10 @@
.modal-dialog{width:75%}
form{margin-bottom:100px; padding-left:65px}
table{width:90% !important}
.modal-dialog {width: 75%;}
form {margin-bottom: 100px; padding-left: 65px;}
table {width: 90% !important;}
#whiteListBox div.input-group {margin-bottom: 2px;}
#product_chosen{width: 50%!important}
#execution_chosen{width: 50%!important}
#product_chosen {width: 50% !important;}
#execution_chosen {width: 50% !important;}
#whiteListBox .input-group:last-child{margin-top:10px}
#whiteListBox .input-group:last-child {margin-top: 10px;}

View File

@@ -1 +1 @@
#whiteListBox .input-group:last-child{margin-top:10px}
#whiteListBox .input-group:last-child {margin-top: 10px;}

View File

@@ -3,4 +3,4 @@ form {margin-right: 30px;}
.chosen-container .chosen-results {max-height: 180px;}
#whiteListBox div.input-group {margin-bottom: 2px;}
#whiteListBox .input-group:last-child{margin-top:10px}
#whiteListBox .input-group:last-child {margin-top: 10px;}

View File

@@ -1,3 +1,3 @@
#pageActions ul.dropdown-menu{left: 67px}
#mainRow .main-col .row .col-sm-7{width:55% !important;}
#mainRow .main-col .row .col-sm-5{width:45% !important;}
#pageActions ul.dropdown-menu {left: 67px;}
#mainRow .main-col .row .col-sm-7 {width: 55% !important;}
#mainRow .main-col .row .col-sm-5 {width: 45% !important;}

View File

@@ -1,7 +1,7 @@
.lib {width:130px; margin-bottom:10px;}
.addbtn{padding-top:22px;height:63px; border:1px dashed #ddd; width:60px;}
.lib {width: 130px; margin-bottom: 10px;}
.addbtn {padding-top: 22px; height: 63px; border: 1px dashed #ddd; width: 60px;}
.addbtn .icon-plus {font-size: 18px; display: block; opacity: 0.5; transition: opacity .2s; text-shadow: 1px 1px 3px rgba(0,0,0,.2);}
.addbtn:hover .icon-plus {opacity: .9; animation: flash-icon 1s linear alternate infinite}
#dropMenu{min-width:250px;box-sizing:inhert;}
.main-col .block-files .panel-heading{padding-right:20px;}
.main-col .block-files .panel-heading .panel-title{height:35px; line-height:30px;}
.addbtn:hover .icon-plus {opacity: .9; animation: flash-icon 1s linear alternate infinite;}
#dropMenu {min-width: 250px; box-sizing: inhert;}
.main-col .block-files .panel-heading {padding-right: 20px;}
.main-col .block-files .panel-heading .panel-title {height: 35px; line-height: 30px;}

View File

@@ -1,22 +1,22 @@
.versions .dropdown-menu{max-height:260px; overflow-y:auto;}
.table-data > tbody > tr > th.w-80px {width:80px;}
.detail-content .file-image{position: relative; padding: 0 10px; margin-right: 10px;}
.detail-content .file-image > span.right-icon{position: absolute; right: -10px; top: 0;}
#urlIframe{border:0px;}
.versions .dropdown-menu {max-height: 260px; overflow-y: auto;}
.table-data > tbody > tr > th.w-80px {width: 80px;}
.detail-content .file-image {position: relative; padding: 0 10px; margin-right: 10px;}
.detail-content .file-image > span.right-icon {position: absolute; right: -10px; top: 0;}
#urlIframe {border: 0px;}
#urlCard{border:1px solid #ccc; width:100%; min-height:100px; padding:8px; border-radius: 4px; margin:103px 0;
#urlCard {border: 1px solid #ccc; width: 100%; min-height: 100px; padding: 8px; border-radius: 4px; margin: 103px 0;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05), 0 2px 6px 0 rgba(0,0,0,.045);
box-shadow: 0 1px 1px rgba(0,0,0,.05), 0 2px 6px 0 rgba(0,0,0,.045);
}
#urlCard .url-icon{float:left; width:45px; height:45px; margin-right:5px;}
#urlCard .url-content{padding-left:55px;}
#urlCard .url-title{font-weight:bold; font-size:16px; min-height:20px}
#urlCard .url-href a{color:#888;}
#urlCard .url-icon {float: left; width: 45px; height: 45px; margin-right: 5px;}
#urlCard .url-content {padding-left: 55px;}
#urlCard .url-title {font-weight:bold; font-size: 16px; min-height: 20px;}
#urlCard .url-href a {color: #888;}
.main-row > .side-col {transition: width .2s;}
.main-row > .main-col .article-content {transition: max-width; margin: 0 auto!important;}
.main-row > .main-col .article-content {transition: max-width; margin: 0 auto !important;}
.main-row > .side-col > .cell {transition: opacity .2s;}
.doc-fullscreen .main-row > .side-col {width: 0; position: relative; overflow: hidden}
.doc-fullscreen .fullscreen-btn > .icon-fullscreen:before {content: '\e972'}
.right-icon a{color: #1183fb}
.doc-fullscreen .main-row > .side-col {width: 0; position: relative; overflow: hidden;}
.doc-fullscreen .fullscreen-btn > .icon-fullscreen:before {content: '\e972';}
.right-icon a {color: #1183fb;}
.cell th,td {word-break: break-word;}

View File

@@ -1,2 +1,2 @@
.main-header{display:none;}
.form-actions .btn-back{display:none;}
.main-header {display: none;}
.form-actions .btn-back {display: none;}

View File

@@ -1,2 +1,2 @@
.main-header{display:none;}
.form-actions .btn-back{display:none;}
.main-header {display: none;}
.form-actions .btn-back {display: none;}

View File

@@ -1,7 +1,7 @@
.side-col.col-4{display:none;}
#main{margin-bottom: 40px;}
#mainMenu{margin-top:0px;}
#mainMenu .btn{display:none;}
#mainMenu .divider{display:none;}
.main-actions{display:none;}
#mainContent .cell{min-height: 420px}
.side-col.col-4 {display: none;}
#main {margin-bottom: 40px;}
#mainMenu {margin-top: 0px;}
#mainMenu .btn {display: none;}
#mainMenu .divider {display: none;}
.main-actions {display: none;}
#mainContent .cell {min-height: 420px;}

View File

@@ -1 +1 @@
#product_chosen .chosen-single{width:180px;}
#product_chosen .chosen-single {width: 180px;}

View File

@@ -1 +1 @@
.thWidth{width:130px !important;}
.thWidth {width: 130px !important;}

View File

@@ -1 +1 @@
.thWidth{width:130px !important;}
.thWidth {width: 130px !important;}

View File

@@ -1 +1 @@
.thWidth{width:90px !important;}
.thWidth {width: 90px !important;}

View File

@@ -1 +1 @@
.thWidth{width:90px !important;}
.thWidth {width: 90px !important;}

View File

@@ -1,8 +1,8 @@
.assign-menu.dropdown-menu.with-search {padding: 0; min-width: 150px; overflow: hidden; max-height: 302px;}
.assign-menu.dropdown-menu > .assign-search .input-group {width:100%;}
.assign-menu.dropdown-menu > .assign-search .input-group-addon {position: absolute; right: 10px; top: 0; z-index: 10; background: none; border: none; color: #666}
.assign-menu.dropdown-menu > .assign-search .form-control {border: none!important; box-shadow: none!important; border-top: 1px solid #ddd!important;}
.assign-menu.dropdown-menu > .assign-search .input-group {width: 100%;}
.assign-menu.dropdown-menu > .assign-search .input-group-addon {position: absolute; right: 10px; top: 0; z-index: 10; background: none; border: none; color: #666;}
.assign-menu.dropdown-menu > .assign-search .form-control {border: none !important; box-shadow: none !important; border-top: 1px solid #ddd !important;}
.dropdown-list {display: block; padding: 0; max-height: 270px; overflow-y: auto; margin: 0;}
.dropdown-list > li > a {display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.53846154; color: #141414; white-space: nowrap;}
.dropdown-list > li > a:hover,
.dropdown-list > li > a:focus {color: #1a4f85;text-decoration: none;background-color: #ddd;}
.dropdown-list > li > a:focus {color: #1a4f85; text-decoration: none; background-color: #ddd;}

View File

@@ -1,4 +1,4 @@
.table-group-btns {width: 200px;}
.fixed-header-copy .group-menu .btn {background-color: transparent; color: #fff;}
.fixed-header-copy .group-menu .btn .icon {background: transparent!important; color: #fff; opacity: .5;}
.fixed-header-copy .group-menu .btn .icon {background: transparent !important; color: #fff; opacity: .5;}
.icon-caret-right.text-muted {color: #CBD0DB;}

View File

@@ -5,6 +5,6 @@
#burnLegend {position: absolute; right: 0; width: 80px; height: 60px; top: 50%; margin-top: -30px; line-height: 30px; color: #838A9D; font-size: 12px;}
#burnLegend > div {position: relative; padding-left: 30px;}
#burnLegend > div > .barline {position: absolute; width: 20px; left: 0; top: 13px; height: 3px; background: #EEEEEE;}
#burnLegend .line-real .bg-primary{background: #1183fb}
#burnLegend .line-real .bg-primary {background: #1183fb;}
.pull-left .input-control{margin-right: 10px}
.pull-left .input-control {margin-right: 10px;}

View File

@@ -1 +1 @@
.thWidth{width:150px !important;}
.thWidth {width: 150px !important;}

View File

@@ -1 +1 @@
.thWidth{width:150px !important;}
.thWidth {width: 150px !important;}

View File

@@ -1 +1 @@
.thWidth{width:120px !important;}
.thWidth {width: 120px !important;}

View File

@@ -1 +1 @@
.thWidth{width:120px !important;}
.thWidth {width: 120px !important;}

View File

@@ -1,11 +1,11 @@
.mgr-5px{margin-right:5px;}
#productsBox .col-sm-3{margin-bottom:5px;}
.mgr-5px {margin-right: 5px;}
#productsBox .col-sm-3 {margin-bottom: 5px;}
#productsBox .input-group {table-layout: fixed; width: 100%;}
#productsBox .has-branch select {width: 100%; display: table-cell; border-radius: 0 2px 2px 0; border-left: none;}
#productsBox .has-branch select:focus {box-shadow: inset 1px 0 #4d90fe}
#productsBox .has-branch select:focus {box-shadow: inset 1px 0 #4d90fe;}
#productsBox .input-group-addon {display: none;}
#productsBox .input-group.has-branch > select[name*="product"] + .chosen-container {width: 60%!important;}
#productsBox .input-group.has-branch > select[name*="branch"] + .chosen-container {width: 40%!important;}
#productsBox .input-group.has-branch > select[name*="product"] + .chosen-container {width: 60% !important;}
#productsBox .input-group.has-branch > select[name*="branch"] + .chosen-container {width: 40% !important;}
#productsBox .input-group.has-branch > select[name*="product"] + .chosen-container .chosen-single {border-radius: 2px 0 0 2px;}
#productsBox .input-group.has-branch > select[name*="branch"] + .chosen-container .chosen-single {border-radius: 0 2px 2px 0; border-left-width: 0; padding-left: 9px;}
#productsBox .input-group.has-branch > select[name*="branch"] + .chosen-container.chosen-container-active .chosen-single {border-left-width: 1px; padding-left: 8px;}
@@ -16,14 +16,14 @@
.table td.has-child > a:not(.task-toggle) {max-width: 90%; max-width: calc(100% - 30px); display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.table td.has-child > .task-toggle {color: #838a9d; position: relative; top: 1px; line-height: 16px;}
.table td.has-child > .task-toggle:hover {color: #006af1; cursor: pointer;}
.table td.has-child > .task-toggle > .icon {font-size: 16px; display: inline-block; transition: transform .2s; -ms-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); -webkit-transform:rotate(-90deg); transform: rotate(-90deg);}
.table td.has-child > .task-toggle > .icon {font-size: 16px; display: inline-block; transition: transform .2s; -ms-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg);}
.table td.has-child > .task-toggle > .icon:before {text-align: left;}
.table td.has-child > .task-toggle.collapsed {top: 2px}
.table td.has-child > .task-toggle.collapsed > .icon {-ms-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg); -webkit-transform:rotate(90deg); transform: rotate(90deg);}
.table td.has-child > .task-toggle.collapsed {top: 2px;}
.table td.has-child > .task-toggle.collapsed > .icon {-ms-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.main-table tbody > tr.table-children > td:first-child::before {width: 3px;}
@-moz-document url-prefix() {.main-table tbody > tr.table-children > td:first-child::before {width: 4px;}}
@-moz-document url-prefix() {.main-table tbody > tr.table-children > td:first-child::before {width: 4px;};}
.chosen-container-single .chosen-single > span{max-width: 300px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.chosen-container-single .chosen-single > span {max-width: 300px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
#whitelistBox .checkbox-inline, #whitelistBox .radio-inline{margin-left: 10px; display: inline-block; padding-left: 0px; padding-right: 10px;}
#whitelistBox .checkbox-inline, #whitelistBox .radio-inline {margin-left: 10px; display: inline-block; padding-left: 0px; padding-right: 10px;}
.main-table > .table-responsive {padding: 0 1px; background: #fff;}

View File

@@ -1,15 +1,15 @@
#tipsModal {margin-top: 10%;}
.chosen-container-single .chosen-single > span{max-width:100%;}
.chosen-container-single .chosen-single > span {max-width: 100%;}
#copyProjectModal {padding: 0}
#copyProjectModal {padding: 0 2px}
#copyProjectModal {padding: 0;}
#copyProjectModal {padding: 0 2px;}
#copyProjectModal > div {position: relative;}
#copyProjectModal a {display: block; min-height: 30px; line-height: 30px; padding: 5px 15px; border: 1px solid #e5e5e5; color: #333; margin: 5px 0; border-radius: 3px;}
#copyProjectModal a > i {display: inline-block; margin-right: 5px;}
#copyProjectModal a:hover {border:1px solid #00a9fc; background-color: #E9F2FB; text-decoration: none}
#copyProjectModal a.active {border-color: #00da88; color: #00da88; background-color: #E5FFE6}
#copyProjectModal a:hover {border: 1px solid #00a9fc; background-color: #E9F2FB; text-decoration: none;}
#copyProjectModal a.active {border-color: #00da88; color: #00da88; background-color: #E5FFE6;}
#copyProjectModal a.active:after {position: absolute; content: '\e92f'; font-family: ZentaoIcon; font-size: 20px; right: 25px;}
#copyProjectModal a.cancel {color: #ff5d5d}
#copyProjectModal a.cancel {color: #ff5d5d;}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {margin-top: 1px;}

Some files were not shown because too many files have changed in this diff Show More