src/ztfy/myams/resources/less/forms.less
changeset 18 a3634899023d
parent 14 f14fbcde572e
child 27 6565a493a377
--- a/src/ztfy/myams/resources/less/forms.less	Mon May 12 16:59:41 2014 +0200
+++ b/src/ztfy/myams/resources/less/forms.less	Wed May 14 15:46:05 2014 +0200
@@ -733,6 +733,13 @@
 		border: 0;
 		background: rgba(255, 255, 255, .9);
 
+		&[disabled] {
+			>section,
+			>article,
+			>div {
+				opacity: 0.5;
+			}
+		}
 		&.switched {
 			>section,
 			>article,
@@ -787,6 +794,8 @@
 		}
 		label.checkbox {
 			display: inline-block;
+			margin-bottom: 0px;
+			min-height: 18px;
 
 			i {
 				position: absolute;
@@ -1415,6 +1424,21 @@
 	&.table th .radio i {
 		top: 0!important;
 	}
+	.inner {
+		.checkbox {
+			min-height: 13px;
+
+			i {
+				width: 13px;
+				height: 13px;
+			}
+			input +i:after {
+				width: 11px;
+				height: 11px;
+				font: 300 12px/16px FontAwesome;
+			}
+		}
+	}
 	.toggle {
 		margin-bottom: 4px;
 		padding-right: 61px;