23 lines
891 B
CSS
23 lines
891 B
CSS
.parentModule {width:10%; vertical-align:middle;}
|
|
.copy {display:block; margin-bottom:5px;}
|
|
|
|
.outer .row .col-md-8 .table-form {max-width: 600px}
|
|
|
|
#sonModule {max-width: 400px}
|
|
#moduleBox span > .form-control {margin-bottom: 5px;}
|
|
|
|
.w-260px {width: 260px!important}
|
|
table.copy td {padding: 0!important}
|
|
table.copy td .form-control {border-right: 0}
|
|
|
|
.tree .module-name {font-weight: 500}
|
|
.tree-toggle {cursor: pointer;}
|
|
.tree li:hover > .tree-actions {opacity: 0}
|
|
.tree li.hover > .tree-actions {opacity: 1}
|
|
|
|
#addChildModal form > .form-control, #addChildModal form > .row-table {margin-bottom: 8px;}
|
|
#addChildModal .modal-dialog {max-width: 500px;}
|
|
#addChildModal form .col-table + .col-table .form-control {border-left: transparent;}
|
|
#addChildModal .pull-right {margin-right: 15px; margin-top: -4px;}
|
|
#addChildModal table .chosen-container .chosen-single {border-right-color: transparent}
|