src/ztfy/myams/resources/css/myams.css
changeset 26 b31fe112bb0e
parent 18 a3634899023d
child 27 6565a493a377
--- a/src/ztfy/myams/resources/css/myams.css	Wed May 14 18:01:26 2014 +0200
+++ b/src/ztfy/myams/resources/css/myams.css	Wed May 14 18:02:46 2014 +0200
@@ -3882,6 +3882,14 @@
     position: absolute!important;
   }
 }
+#left-panel .version {
+  position: absolute;
+  bottom: 2px;
+  width: 100%;
+  text-align: center;
+  font-size: 11px;
+  color: #333;
+}
 #ribbon {
   height: 40px;
   background: #6f8696;
@@ -4279,6 +4287,9 @@
 .minified nav ul ul ul ul ul ul li a {
   padding-left: 82px;
 }
+.minified #left-panel .version {
+  display: none;
+}
 .minified .slimScrollDiv,
 .minified .slimScrollDiv > :first-child {
   overflow: visible!important;
@@ -5936,6 +5947,13 @@
   list-style-position: outside;
   list-style-type: square;
 }
+.ams-form > .alert {
+  margin: 5px;
+  padding: 5px;
+  box-shadow: none!important;
+  -webkit-box-shadow: none!important;
+  border-radius: 0!important;
+}
 .well {
   background: #fbfbfb;
   border: 1px solid #ddd;