src/pyams_skin/resources/css/myams.css
changeset 127 b097dcbfb6c9
parent 122 ccb749bdafa8
child 141 1fa3a734453e
--- a/src/pyams_skin/resources/css/myams.css	Thu Apr 21 17:21:09 2016 +0200
+++ b/src/pyams_skin/resources/css/myams.css	Thu Apr 21 17:23:43 2016 +0200
@@ -1,9 +1,9 @@
-(node) util.print is deprecated. Use console.log instead.
 /*
  * MyAMS
  * « My Application Management Skin »
  *
  * $Tag$
+ *
  * A bootstrap based application/administration skin
  *
  * Custom administration and application skin tools
@@ -3376,6 +3376,26 @@
 .width-nomin {
   min-width: 0!important;
 }
+.width-20 {
+  width: 20px;
+  max-width: 20px;
+}
+.width-40 {
+  width: 40px;
+  max-width: 40px;
+}
+.width-50 {
+  width: 50px;
+  max-width: 50px;
+}
+.width-60 {
+  width: 60px;
+  max-width: 60px;
+}
+.width-80 {
+  width: 80px;
+  max-width: 80px;
+}
 .width-100 {
   width: 100px;
   max-width: 100px;
@@ -3498,27 +3518,6 @@
 .no-padding > pre {
   margin: 30px;
 }
-.no-padding .dataTables_wrapper table,
-.no-padding > table {
-  border: 0!important;
-  margin-bottom: 0!important;
-}
-.no-padding .dataTables_wrapper table tr td:first-child,
-.no-padding > table tr td:first-child,
-.no-padding .dataTables_wrapper table tr th:first-child,
-.no-padding > table tr th:first-child {
-  border-left: 0!important;
-}
-.no-padding .dataTables_wrapper table tr td:last-child,
-.no-padding > table tr td:last-child,
-.no-padding .dataTables_wrapper table tr th:last-child,
-.no-padding > table tr th:last-child {
-  border-right: 0!important;
-}
-.no-padding .dataTables_wrapper table tr:last-child td,
-.no-padding > table tr:last-child td {
-  border-bottom: 0;
-}
 .no-padding-bottom {
   padding-bottom: 0!important;
 }
@@ -3892,13 +3891,13 @@
   padding-left: 5px;
   text-align: left;
 }
-.top-tabs .nav-tabs li a {
+.top-tabs .nav-tabs li > a {
   padding: 2px 10px 3px!important;
   border-color: #ccc #ccc transparent;
   box-shadow: 0px -2px 3px #cccccc;
   margin-top: 3px!important;
 }
-.top-tabs .nav-tabs li.active a {
+.top-tabs .nav-tabs li.active > a {
   margin-top: 3px!important;
   padding: 2px 10px 3px!important;
 }
@@ -3914,8 +3913,8 @@
   z-index: 101;
 }
 .top-tabs .nav-tabs li .subtab .slider {
-  width: 170px;
-  margin: 0 10px;
+  width: calc(100% - 10px);
+  margin: 0 5px;
 }
 .top-selector {
   max-width: 97%;
@@ -7809,6 +7808,31 @@
   border-bottom-left-radius: 0!important;
   border-bottom-right-radius: 0!important;
 }
+.no-padding .dataTables_wrapper table,
+.no-padding > table {
+  border: 0!important;
+  margin-bottom: 0!important;
+}
+.no-padding .dataTables_wrapper table.border-top,
+.no-padding > table.border-top {
+  border-top: 1px solid #ddd!important;
+}
+.no-padding .dataTables_wrapper table tr td:first-child,
+.no-padding > table tr td:first-child,
+.no-padding .dataTables_wrapper table tr th:first-child,
+.no-padding > table tr th:first-child {
+  border-left: 0!important;
+}
+.no-padding .dataTables_wrapper table tr td:last-child,
+.no-padding > table tr td:last-child,
+.no-padding .dataTables_wrapper table tr th:last-child,
+.no-padding > table tr th:last-child {
+  border-right: 0!important;
+}
+.no-padding .dataTables_wrapper table tr:last-child td,
+.no-padding > table tr:last-child td {
+  border-bottom: 0;
+}
 .dataTables_scrollBody {
   -webkit-overflow-scrolling: touch;
 }