src/pyams_skin/resources/css/myams.css
changeset 127 b097dcbfb6c9
parent 122 ccb749bdafa8
child 141 1fa3a734453e
equal deleted inserted replaced
126:b94a381c36c2 127:b097dcbfb6c9
     1 (node) util.print is deprecated. Use console.log instead.
       
     2 /*
     1 /*
     3  * MyAMS
     2  * MyAMS
     4  * « My Application Management Skin »
     3  * « My Application Management Skin »
     5  *
     4  *
     6  * $Tag$
     5  * $Tag$
       
     6  *
     7  * A bootstrap based application/administration skin
     7  * A bootstrap based application/administration skin
     8  *
     8  *
     9  * Custom administration and application skin tools
     9  * Custom administration and application skin tools
    10  * Released under Zope Public License ZPL 1.1
    10  * Released under Zope Public License ZPL 1.1
    11  * ©2014 Thierry Florac <tflorac@ulthar.net>
    11  * ©2014 Thierry Florac <tflorac@ulthar.net>
  3374   border-bottom-right-radius: 4px!important;
  3374   border-bottom-right-radius: 4px!important;
  3375 }
  3375 }
  3376 .width-nomin {
  3376 .width-nomin {
  3377   min-width: 0!important;
  3377   min-width: 0!important;
  3378 }
  3378 }
       
  3379 .width-20 {
       
  3380   width: 20px;
       
  3381   max-width: 20px;
       
  3382 }
       
  3383 .width-40 {
       
  3384   width: 40px;
       
  3385   max-width: 40px;
       
  3386 }
       
  3387 .width-50 {
       
  3388   width: 50px;
       
  3389   max-width: 50px;
       
  3390 }
       
  3391 .width-60 {
       
  3392   width: 60px;
       
  3393   max-width: 60px;
       
  3394 }
       
  3395 .width-80 {
       
  3396   width: 80px;
       
  3397   max-width: 80px;
       
  3398 }
  3379 .width-100 {
  3399 .width-100 {
  3380   width: 100px;
  3400   width: 100px;
  3381   max-width: 100px;
  3401   max-width: 100px;
  3382 }
  3402 }
  3383 .width-200 {
  3403 .width-200 {
  3495 .widget-body.no-padding .cke_chrome {
  3515 .widget-body.no-padding .cke_chrome {
  3496   border: 0;
  3516   border: 0;
  3497 }
  3517 }
  3498 .no-padding > pre {
  3518 .no-padding > pre {
  3499   margin: 30px;
  3519   margin: 30px;
  3500 }
       
  3501 .no-padding .dataTables_wrapper table,
       
  3502 .no-padding > table {
       
  3503   border: 0!important;
       
  3504   margin-bottom: 0!important;
       
  3505 }
       
  3506 .no-padding .dataTables_wrapper table tr td:first-child,
       
  3507 .no-padding > table tr td:first-child,
       
  3508 .no-padding .dataTables_wrapper table tr th:first-child,
       
  3509 .no-padding > table tr th:first-child {
       
  3510   border-left: 0!important;
       
  3511 }
       
  3512 .no-padding .dataTables_wrapper table tr td:last-child,
       
  3513 .no-padding > table tr td:last-child,
       
  3514 .no-padding .dataTables_wrapper table tr th:last-child,
       
  3515 .no-padding > table tr th:last-child {
       
  3516   border-right: 0!important;
       
  3517 }
       
  3518 .no-padding .dataTables_wrapper table tr:last-child td,
       
  3519 .no-padding > table tr:last-child td {
       
  3520   border-bottom: 0;
       
  3521 }
  3520 }
  3522 .no-padding-bottom {
  3521 .no-padding-bottom {
  3523   padding-bottom: 0!important;
  3522   padding-bottom: 0!important;
  3524 }
  3523 }
  3525 .no-x-padding {
  3524 .no-x-padding {
  3890   text-transform: uppercase;
  3889   text-transform: uppercase;
  3891   text-shadow: 0 0 1px #fff;
  3890   text-shadow: 0 0 1px #fff;
  3892   padding-left: 5px;
  3891   padding-left: 5px;
  3893   text-align: left;
  3892   text-align: left;
  3894 }
  3893 }
  3895 .top-tabs .nav-tabs li a {
  3894 .top-tabs .nav-tabs li > a {
  3896   padding: 2px 10px 3px!important;
  3895   padding: 2px 10px 3px!important;
  3897   border-color: #ccc #ccc transparent;
  3896   border-color: #ccc #ccc transparent;
  3898   box-shadow: 0px -2px 3px #cccccc;
  3897   box-shadow: 0px -2px 3px #cccccc;
  3899   margin-top: 3px!important;
  3898   margin-top: 3px!important;
  3900 }
  3899 }
  3901 .top-tabs .nav-tabs li.active a {
  3900 .top-tabs .nav-tabs li.active > a {
  3902   margin-top: 3px!important;
  3901   margin-top: 3px!important;
  3903   padding: 2px 10px 3px!important;
  3902   padding: 2px 10px 3px!important;
  3904 }
  3903 }
  3905 .top-tabs .nav-tabs li .subtab {
  3904 .top-tabs .nav-tabs li .subtab {
  3906   display: none;
  3905   display: none;
  3912   border: 1px solid #ccc;
  3911   border: 1px solid #ccc;
  3913   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  3912   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  3914   z-index: 101;
  3913   z-index: 101;
  3915 }
  3914 }
  3916 .top-tabs .nav-tabs li .subtab .slider {
  3915 .top-tabs .nav-tabs li .subtab .slider {
  3917   width: 170px;
  3916   width: calc(100% - 10px);
  3918   margin: 0 10px;
  3917   margin: 0 5px;
  3919 }
  3918 }
  3920 .top-selector {
  3919 .top-selector {
  3921   max-width: 97%;
  3920   max-width: 97%;
  3922   white-space: nowrap;
  3921   white-space: nowrap;
  3923   background: 0 0;
  3922   background: 0 0;
  7806 .dataTables_wrapper div.DTFC_LeftHeadWrapper table {
  7805 .dataTables_wrapper div.DTFC_LeftHeadWrapper table {
  7807   margin-bottom: 0!important;
  7806   margin-bottom: 0!important;
  7808   border-top-right-radius: 0!important;
  7807   border-top-right-radius: 0!important;
  7809   border-bottom-left-radius: 0!important;
  7808   border-bottom-left-radius: 0!important;
  7810   border-bottom-right-radius: 0!important;
  7809   border-bottom-right-radius: 0!important;
       
  7810 }
       
  7811 .no-padding .dataTables_wrapper table,
       
  7812 .no-padding > table {
       
  7813   border: 0!important;
       
  7814   margin-bottom: 0!important;
       
  7815 }
       
  7816 .no-padding .dataTables_wrapper table.border-top,
       
  7817 .no-padding > table.border-top {
       
  7818   border-top: 1px solid #ddd!important;
       
  7819 }
       
  7820 .no-padding .dataTables_wrapper table tr td:first-child,
       
  7821 .no-padding > table tr td:first-child,
       
  7822 .no-padding .dataTables_wrapper table tr th:first-child,
       
  7823 .no-padding > table tr th:first-child {
       
  7824   border-left: 0!important;
       
  7825 }
       
  7826 .no-padding .dataTables_wrapper table tr td:last-child,
       
  7827 .no-padding > table tr td:last-child,
       
  7828 .no-padding .dataTables_wrapper table tr th:last-child,
       
  7829 .no-padding > table tr th:last-child {
       
  7830   border-right: 0!important;
       
  7831 }
       
  7832 .no-padding .dataTables_wrapper table tr:last-child td,
       
  7833 .no-padding > table tr:last-child td {
       
  7834   border-bottom: 0;
  7811 }
  7835 }
  7812 .dataTables_scrollBody {
  7836 .dataTables_scrollBody {
  7813   -webkit-overflow-scrolling: touch;
  7837   -webkit-overflow-scrolling: touch;
  7814 }
  7838 }
  7815 .top .dataTables_info {
  7839 .top .dataTables_info {