src/pyams_skin/resources/css/myams.css
changeset 246 4df479f75e07
parent 238 7067525001a8
child 249 417298dbf77b
equal deleted inserted replaced
245:79635dd71cca 246:4df479f75e07
     1 /*
     1 /*
     2  * MyAMS
     2  * MyAMS
     3  * « My Application Management Skin »
     3  * « My Application Management Skin »
     4  *
     4  *
     5  * $Tag$ (rev. 1)
     5  * $Tag: 0.1.11 $ (rev. 1)
     6  * A bootstrap based application/administration skin
     6  * A bootstrap based application/administration skin
     7  *
     7  *
     8  * Custom administration and application skin tools
     8  * Custom administration and application skin tools
     9  * Released under Zope Public License ZPL 1.1
     9  * Released under Zope Public License ZPL 1.1
    10  * ©2014-2016 Thierry Florac <tflorac@ulthar.net>
    10  * ©2014-2016 Thierry Florac <tflorac@ulthar.net>
  7627 }
  7627 }
  7628 .tree > ul > li:after,
  7628 .tree > ul > li:after,
  7629 .tree > ul > li:before {
  7629 .tree > ul > li:before {
  7630   border: 0;
  7630   border: 0;
  7631 }
  7631 }
       
  7632 .tree-node-padding {
       
  7633   display: inline-block;
       
  7634   width: 15px;
       
  7635 }
  7632 .pace {
  7636 .pace {
  7633   -webkit-pointer-events: none;
  7637   -webkit-pointer-events: none;
  7634   pointer-events: none;
  7638   pointer-events: none;
  7635   -webkit-user-select: none;
  7639   -webkit-user-select: none;
  7636   -moz-user-select: none;
  7640   -moz-user-select: none;
  7707 .table-dnd tbody td.sorter a {
  7711 .table-dnd tbody td.sorter a {
  7708   cursor: move!important;
  7712   cursor: move!important;
  7709 }
  7713 }
  7710 .table-dnd tbody td.drag-handle {
  7714 .table-dnd tbody td.drag-handle {
  7711   background: transparent url('../img/vert-drag-handle.png') scroll no-repeat left 50%;
  7715   background: transparent url('../img/vert-drag-handle.png') scroll no-repeat left 50%;
       
  7716 }
       
  7717 table:not(.table-dnd) td.sorter {
       
  7718   width: 35px!important;
  7712 }
  7719 }
  7713 table:not(.table-dnd) td.sorter a {
  7720 table:not(.table-dnd) td.sorter a {
  7714   display: none;
  7721   display: none;
  7715 }
  7722 }
  7716 .table-tight td,
  7723 .table-tight td,