src/ztfy/myams/resources/css/myams.css
changeset 143 63b798053ece
parent 134 0f48f65f8290
child 156 61176c64158d
--- a/src/ztfy/myams/resources/css/myams.css	Tue Nov 17 12:05:38 2015 +0100
+++ b/src/ztfy/myams/resources/css/myams.css	Tue Nov 17 12:07:08 2015 +0100
@@ -1,3 +1,4 @@
+(node) util.print is deprecated. Use console.log instead.
 /*
  * MyAMS
  * « My Application Management Skin »
@@ -12,6 +13,9 @@
 /*
  * Colors variations
  */
+.txt-color-text {
+  color: #333333 !important;
+}
 .txt-color-blue {
   color: #60747c !important;
 }
@@ -3045,22 +3049,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;
 }
@@ -3729,7 +3733,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;
@@ -4346,11 +4349,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;
@@ -4418,7 +4419,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 {
@@ -4525,7 +4525,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 {
@@ -7441,12 +7440,15 @@
   background: #fafafa;
   font-size: 11px;
   overflow: hidden;
-  padding: 5px 10px;
+  padding: 5px 10px!important;
   border-top: 1px solid #ccc;
   -webkit-box-shadow: inset 0 1px #fff;
   -ms-box-shadow: inset 0 1px #fff;
   box-shadow: inset 0 1px #fff;
 }
+.ams-form .dt-bottom-row .row {
+  margin: 0!important;
+}
 .modal-dialog .ams-form .dt-bottom-row {
   padding: 5px 10px!important;
 }
@@ -7983,6 +7985,10 @@
 .form fieldset .form-group:last-child .note {
   margin-bottom: 0;
 }
+.form-suffix .alert:last-child {
+  margin-bottom: 0;
+  border-radius: 0 0 5px 5px;
+}
 fieldset {
   position: relative;
 }
@@ -8002,7 +8008,7 @@
   display: none;
 }
 .input-group-addon {
-  padding: 6px 10px 5px;
+  padding: 6px 10px 5px!important;
   border-radius: 0;
   transition: background-color 0.3s;
   -webkit-transition: background-color 0.3s;
@@ -8567,6 +8573,11 @@
   -moz-box-sizing: content-box;
   box-sizing: content-box;
 }
+.ams-form .dt-top-row * {
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
+}
 .ams-form header {
   display: block;
   padding: 8px 0;
@@ -8610,7 +8621,7 @@
   margin-top: 0!important;
 }
 .ams-form fieldset.bordered {
-  margin: 10px;
+  margin: 0 10px 10px;
   border: 1px solid rgba(192, 192, 192, 0.8);
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
@@ -8682,6 +8693,9 @@
   left: 3px;
   top: -1px;
 }
+.ams-form legend .btn-group {
+  margin-left: 20px;
+}
 .ams-form > .modal-viewport > fieldset > legend {
   padding-top: 0;
 }
@@ -8696,6 +8710,10 @@
 .ams-form .form-tight .form-group {
   padding: 1px 10px;
 }
+.ams-form.form-tight .form-group .i18n-content,
+.ams-form .form-tight .form-group .i18n-content {
+  margin-bottom: 5px;
+}
 .ams-form label.checkbox,
 .ams-form label.radio {
   padding-top: 0;
@@ -8903,7 +8921,7 @@
   display: block;
   margin-top: 4px;
   margin-bottom: 6px;
-  padding-top: 0;
+  padding: 0 8px 6px;
   line-height: 19px;
   font-size: 13px;
 }
@@ -9480,6 +9498,9 @@
   border-left-width: 1px;
   border-left-style: solid;
 }
+.ams-form .icon-append.fa-spin {
+  border-left-style: none;
+}
 .ams-form .icon-append-2 {
   right: 31px;
 }
@@ -10549,16 +10570,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;
   }
 }
@@ -15407,42 +15425,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