src/ztfy/myams/resources/css/myams.css
changeset 18 a3634899023d
parent 14 f14fbcde572e
child 26 b31fe112bb0e
--- a/src/ztfy/myams/resources/css/myams.css	Mon May 12 16:59:41 2014 +0200
+++ b/src/ztfy/myams/resources/css/myams.css	Wed May 14 15:46:05 2014 +0200
@@ -8159,6 +8159,11 @@
   border: 0;
   background: rgba(255, 255, 255, 0.9);
 }
+.ams-form fieldset[disabled] > section,
+.ams-form fieldset[disabled] > article,
+.ams-form fieldset[disabled] > div {
+  opacity: 0.5;
+}
 .ams-form fieldset.switched > section,
 .ams-form fieldset.switched > article,
 .ams-form fieldset.switched > div {
@@ -8209,6 +8214,8 @@
 }
 .ams-form legend label.checkbox {
   display: inline-block;
+  margin-bottom: 0px;
+  min-height: 18px;
 }
 .ams-form legend label.checkbox i {
   position: absolute;
@@ -8806,6 +8813,18 @@
 .ams-form.table th .radio i {
   top: 0!important;
 }
+.ams-form .inner .checkbox {
+  min-height: 13px;
+}
+.ams-form .inner .checkbox i {
+  width: 13px;
+  height: 13px;
+}
+.ams-form .inner .checkbox input + i:after {
+  width: 11px;
+  height: 11px;
+  font: 300 12px/16px FontAwesome;
+}
 .ams-form .toggle {
   margin-bottom: 4px;
   padding-right: 61px;
@@ -10506,8 +10525,7 @@
   height: 28px;
   margin: 0;
   text-align: center;
-  line-height: 30px;
-  font-size: 111%;
+  line-height: 28px;
   background-repeat: no-repeat;
   background-position: center center;
 }