browse.css 801 B

1234567891011121314151617181920212223
  1. .panel-body {overflow: auto;}
  2. .layout-buildin-tip, .layout-empty-tip, .layout-no-tip {padding: 80px 10px;}
  3. .layout-buildin-tip > .btn, .layout-empty-tip > .btn {color: #fff!important;}
  4. .tr-child, .tr-child > td {padding: 0 !important;}
  5. .tr-child > td > table {padding: 5px; background-color: #fff; border: 2px solid #DDDDDD;}
  6. td.child > .table tr > td > textarea {height: 28px;}
  7. .table tbody .icon-move {cursor: pointer;}
  8. .buildin0 {color: red;}
  9. .buildin1 {color: green;}
  10. .table-actions .btn-group {margin-top: 0;}
  11. .main-table tbody>tr>td:first-child:before {-webkit-transition: none!important; transition: none!important;}
  12. .errorTR th, .errorTR td {padding: 0px !important;}
  13. .picker-drop-menu {display: none;}
  14. #actionListTable td.actions .dropup {position: absolute; top:auto; bottom:100%;}