src/pyams_skin/resources/css/myams.css
changeset 32 8419f7c811e7
parent 28 460e9a649bd0
child 36 c9c67ada3b86
--- a/src/pyams_skin/resources/css/myams.css	Wed Mar 11 12:17:32 2015 +0100
+++ b/src/pyams_skin/resources/css/myams.css	Wed Mar 11 12:18:23 2015 +0100
@@ -3033,22 +3033,22 @@
  */
 @font-face {
   font-family: 'Ubuntu';
-  src: url('./fonts/Ubuntu-C.eot');
-  src: url('./fonts/Ubuntu-C.eot?#iefix') format('embedded-opentype'), url('./fonts/Ubuntu-C.woff') format('woff'), url('./fonts/Ubuntu-C.ttf') format('truetype'), url('./fonts/Ubuntu-C.svg') format('svg');
+  src: url('fonts/Ubuntu-C.eot');
+  src: url('fonts/Ubuntu-C.eot?#iefix') format('embedded-opentype'), url('fonts/Ubuntu-C.woff') format('woff'), url('fonts/Ubuntu-C.ttf') format('truetype'), url('fonts/Ubuntu-C.svg') format('svg');
   font-weight: normal;
   font-style: normal;
 }
 @font-face {
   font-family: 'Ubuntu-Light';
-  src: url('./fonts/Ubuntu-L.eot');
-  src: url('./fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype'), url('./fonts/Ubuntu-L.woff') format('woff'), url('./fonts/Ubuntu-L.ttf') format('truetype'), url('./fonts/Ubuntu-L.svg') format('svg');
+  src: url('fonts/Ubuntu-L.eot');
+  src: url('fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype'), url('fonts/Ubuntu-L.woff') format('woff'), url('fonts/Ubuntu-L.ttf') format('truetype'), url('fonts/Ubuntu-L.svg') format('svg');
   font-weight: normal;
   font-style: normal;
 }
 @font-face {
   font-family: 'Ubuntu-Bold';
-  src: url('./fonts/Ubuntu-B.eot');
-  src: url('./fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype'), url('./fonts/Ubuntu-B.woff') format('woff'), url('./fonts/Ubuntu-B.ttf') format('truetype'), url('./fonts/Ubuntu-B.svg') format('svg');
+  src: url('fonts/Ubuntu-B.eot');
+  src: url('fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype'), url('fonts/Ubuntu-B.woff') format('woff'), url('fonts/Ubuntu-B.ttf') format('truetype'), url('fonts/Ubuntu-B.svg') format('svg');
   font-weight: bold;
   font-style: normal;
 }
@@ -3137,18 +3137,21 @@
   margin-top: 0!important;
   margin-bottom: 0!important;
 }
+.margin-2 {
+  margin: 2px!important;
+}
 .margin-5 {
-  margin: 5px !important;
+  margin: 5px!important;
 }
 .margin-10 {
-  margin: 10px !important;
+  margin: 10px!important;
 }
 .margin-20 {
-  margin: 20px !important;
-}
-.margin-x-0 {
-  margin-left: 0px!important;
-  margin-right: 0px!important;
+  margin: 20px!important;
+}
+.margin-x-2 {
+  margin-left: 2px!important;
+  margin-right: 2px!important;
 }
 .margin-x-5 {
   margin-left: 5px!important;
@@ -3162,9 +3165,9 @@
   margin-left: 20px!important;
   margin-right: 20px!important;
 }
-.margin-y-0 {
-  margin-top: 0px!important;
-  margin-bottom: 0px!important;
+.margin-y-2 {
+  margin-top: 2px!important;
+  margin-bottom: 2px!important;
 }
 .margin-y-5 {
   margin-top: 5px!important;
@@ -3705,7 +3708,6 @@
 		background: -webkit-gradient(linear, top left, top right, from(#829db0), to(#6f8696));
 		background: -webkit-linear-gradient(left, #829db0 93%, #6f8696 100%);
 		background: linear-gradient(to right, #829db0 93%, #6f8696 100%);*/
-
 }
 #header {
   display: block;
@@ -4317,11 +4319,9 @@
 }
 .login-info span {
   /*height: 38px;*/
-
   display: inline-block;
   padding: 0 0 0 10px;
   /*border-bottom: 1px solid #1A1817;*/
-
 }
 .login-info span a.btn-success {
   margin-top: -10px;
@@ -4389,7 +4389,6 @@
   overflow: visible;
   /*border-bottom: 1px solid #1A1817;
 			border-top: 1px solid #525151;*/
-
 }
 .minified #left-panel > ul > li > ul::before,
 .minified nav > ul > li > ul::before {
@@ -4496,7 +4495,6 @@
 .minified nav > ul > li > ul > li {
   background-color: rgba(91, 103, 113, 0.8);
   /*background-color: rgba(69, 69, 69, .9);*/
-
 }
 .minified #left-panel > ul > li > ul > li > ul > li,
 .minified nav > ul > li > ul > li > ul > li {
@@ -6108,6 +6106,29 @@
   border-right: 5px solid transparent;
   border-left: 5px solid transparent;
 }
+.fixed {
+  position: fixed;
+}
+@media (max-width: 768px) {
+  .xs-fixed {
+    position: fixed;
+  }
+}
+@media (min-width: 768px) and (max-width: 992px) {
+  .sm-fixed {
+    position: fixed;
+  }
+}
+@media (min-width: 992px) and (max-width: 1200px) {
+  .md-fixed {
+    position: fixed;
+  }
+}
+@media (min-width: 1200px) {
+  .lg-fixed {
+    position: fixed;
+  }
+}
 .outside {
   position: absolute;
   left: -9999px;
@@ -6150,6 +6171,18 @@
 .viewport-y.viewport-300 {
   max-height: 300px;
 }
+.viewport-y.viewport-600 {
+  max-height: 600px;
+}
+.viewport-y.viewport-400 {
+  max-height: 400px;
+}
+.viewport-y.viewport-500 {
+  max-height: 500px;
+}
+.viewport-y.viewport-600 {
+  max-height: 600px;
+}
 .viewport-x {
   overflow-x: auto;
 }
@@ -6162,6 +6195,33 @@
 .viewport-x.viewport-300 {
   max-width: 300px;
 }
+.viewport-x.viewport-400 {
+  max-width: 400px;
+}
+.viewport-x.viewport-500 {
+  max-width: 500px;
+}
+.viewport-x.viewport-600 {
+  max-width: 600px;
+}
+.height-100 {
+  min-height: 100px;
+}
+.height-200 {
+  min-height: 200px;
+}
+.height-300 {
+  min-height: 300px;
+}
+.height-400 {
+  min-height: 400px;
+}
+.height-500 {
+  min-height: 500px;
+}
+.height-600 {
+  min-height: 600px;
+}
 .lead {
   font-size: 19px;
 }
@@ -10411,16 +10471,13 @@
   .btn-header a {
     margin-top: 9px!important;
     /*width: 40px!important;*/
-  
   }
 }
 @media (min-width: 768px) and (max-width: 880px) {
   .btn-header a {
     margin-top: 9px!important;
     /*width: 40px!important;*/
-  
     /*height: 39px!important;*/
-  
     line-height: 26px!important;
   }
 }
@@ -14598,6 +14655,7 @@
   width: 20em;
   padding: .2em .2em 0;
   display: none;
+  z-index: 9999!important;
 }
 .ui-datepicker-inline {
   z-index: 9000!important;
@@ -15354,42 +15412,30 @@
 .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