src/ztfy/myams/resources/css/myams.css
changeset 182 681edeb5c6ef
parent 179 a36bac847ea7
child 188 c6b84eed2f59
--- a/src/ztfy/myams/resources/css/myams.css	Thu Oct 06 17:07:35 2016 +0200
+++ b/src/ztfy/myams/resources/css/myams.css	Fri Oct 14 12:19:10 2016 +0200
@@ -4262,6 +4262,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 +4284,8 @@
   top: 5px;
 }
 #left-panel .version {
-  position: absolute;
   bottom: 2px;
+  margin-top: 40px;
   width: 100%;
   text-align: center;
   font-size: 11px;
@@ -4526,6 +4527,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;
@@ -4763,6 +4765,9 @@
     position: relative;
     left: 210px;
   }
+  .minified.hidden-menu #main {
+    left: 0;
+  }
 }
 @media (max-width: 979px) {
   .hidden-menu #hide-menu i {
@@ -11933,6 +11938,7 @@
   border: 1px solid #ccc;
   white-space: nowrap;
   line-height: 26px;
+  font-size: 13px;
   color: #444;
   text-decoration: none;
   -webkit-background-clip: padding-box;
@@ -12163,6 +12169,7 @@
   max-height: 200px;
   padding: 0 0 0 4px;
   margin: 4px 4px 4px 0;
+  font-size: 13px;
   position: relative;
   overflow-x: hidden;
   overflow-y: auto;
@@ -15576,9 +15583,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;
 }
@@ -15775,42 +15822,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
  */