src/pyams_skin/resources/css/myams.css
changeset 155 cd3ab32436f0
parent 149 83a73014cdca
child 165 395df65f96ff
--- a/src/pyams_skin/resources/css/myams.css	Thu Oct 06 16:18:03 2016 +0200
+++ b/src/pyams_skin/resources/css/myams.css	Mon Oct 10 11:32:08 2016 +0200
@@ -1,8 +1,9 @@
+(node) util.print is deprecated. Use console.log instead.
 /*
  * MyAMS
  * « My Application Management Skin »
  *
- * $Tag$ (rev. 5)
+ * $Tag$ (rev. 11)
  * A bootstrap based application/administration skin
  *
  * Custom administration and application skin tools
@@ -4262,6 +4263,7 @@
   z-index: 1002;
   -webkit-transition: left 0.1s ease-out;
   transition: left 0.1s ease-out;
+  overflow-y: auto;
 }
 @media (max-width: 979px) {
   #left-panel {
@@ -4283,8 +4285,8 @@
   top: 5px;
 }
 #left-panel .version {
-  position: absolute;
   bottom: 2px;
+  margin-top: 40px;
   width: 100%;
   text-align: center;
   font-size: 11px;
@@ -4526,6 +4528,7 @@
   border-radius: 5px 0 0 5px;
   cursor: pointer;
   margin-top: 5px;
+  margin-bottom: 10px;
   font-size: 19px;
   -webkit-transition: all .1s linear 0s;
   transition: all .1s linear 0s;
@@ -9943,6 +9946,17 @@
 .ams-form.form-nopadding .form-group {
   padding: 0 10px 1px;
 }
+.ams-form td.form-input.no-padding {
+  padding: 0!important;
+}
+.ams-form td.form-input.no-padding label.input .icon-append {
+  top: 0;
+}
+.ams-form td.form-input.no-padding input.datepicker,
+.ams-form td.form-input.no-padding input.datetimepicker {
+  border: 0;
+  text-align: center;
+}
 .ams-form-modal {
   position: fixed;
   z-index: 1;
@@ -15565,9 +15579,49 @@
 .modal-title img {
   margin: 0 15px 0 0;
 }
+.modal-overflow {
+  position: relative;
+}
 .modal-overflow .modal-body {
   overflow: hidden;
 }
+.modal-overflow .scrollmarker {
+  position: absolute;
+  width: 100%;
+  height: 20px;
+}
+.modal-overflow .scrollmarker.top {
+  background: -moz-linear-gradient(top, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
+  /* FF3.6+ */
+  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3276b1), color-stop(17%, rgba(50, 118, 177, 0.83)), color-stop(100%, rgba(50, 118, 177, 0)));
+  /* Chrome,Safari4+ */
+  background: -webkit-linear-gradient(top, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
+  /* Chrome10+,Safari5.1+ */
+  background: -o-linear-gradient(top, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
+  /* Opera 11.10+ */
+  background: -ms-linear-gradient(top, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
+  /* IE10+ */
+  background: linear-gradient(to bottom, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
+  /* W3C */
+}
+.modal-overflow .scrollmarker.bottom {
+  background: -moz-linear-gradient(bottom, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
+  /* FF3.6+ */
+  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #3276b1), color-stop(17%, rgba(50, 118, 177, 0.83)), color-stop(100%, rgba(50, 118, 177, 0)));
+  /* Chrome,Safari4+ */
+  background: -webkit-linear-gradient(bottom, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
+  /* Chrome10+,Safari5.1+ */
+  background: -o-linear-gradient(bottom, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
+  /* Opera 11.10+ */
+  background: -ms-linear-gradient(bottom, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
+  /* IE10+ */
+  background: linear-gradient(to top, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
+  /* W3C */
+}
+.modal-viewport {
+  overflow-x: hidden;
+  overflow-y: auto;
+}
 .modal-viewport fieldset .alert {
   margin: 0 -5px 5px !important;
 }
@@ -15764,42 +15818,6 @@
   background-color: #363636;
   border-color: #000;
 }
-.modal-overflow {
-  position: relative;
-}
-.modal-overflow .scrollmarker {
-  position: absolute;
-  width: 100%;
-  height: 20px;
-}
-.modal-overflow .scrollmarker.top {
-  background: -moz-linear-gradient(top, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
-  /* FF3.6+ */
-  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3276b1), color-stop(17%, rgba(50, 118, 177, 0.83)), color-stop(100%, rgba(50, 118, 177, 0)));
-  /* Chrome,Safari4+ */
-  background: -webkit-linear-gradient(top, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
-  /* Chrome10+,Safari5.1+ */
-  background: -o-linear-gradient(top, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
-  /* Opera 11.10+ */
-  background: -ms-linear-gradient(top, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
-  /* IE10+ */
-  background: linear-gradient(to bottom, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
-  /* W3C */
-}
-.modal-overflow .scrollmarker.bottom {
-  background: -moz-linear-gradient(bottom, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
-  /* FF3.6+ */
-  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #3276b1), color-stop(17%, rgba(50, 118, 177, 0.83)), color-stop(100%, rgba(50, 118, 177, 0)));
-  /* Chrome,Safari4+ */
-  background: -webkit-linear-gradient(bottom, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
-  /* Chrome10+,Safari5.1+ */
-  background: -o-linear-gradient(bottom, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
-  /* Opera 11.10+ */
-  background: -ms-linear-gradient(bottom, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
-  /* IE10+ */
-  background: linear-gradient(to top, #3276b1 0%, rgba(50, 118, 177, 0.83) 17%, rgba(50, 118, 177, 0) 100%);
-  /* W3C */
-}
 /*
  * Pricing-style component
  */