src/ztfy/myams/resources/less/forms.less
changeset 18 a3634899023d
parent 14 f14fbcde572e
child 27 6565a493a377
equal deleted inserted replaced
17:847adb5d49b1 18:a3634899023d
   731 		position: relative;
   731 		position: relative;
   732 		padding: 10px 15px 5px;
   732 		padding: 10px 15px 5px;
   733 		border: 0;
   733 		border: 0;
   734 		background: rgba(255, 255, 255, .9);
   734 		background: rgba(255, 255, 255, .9);
   735 
   735 
       
   736 		&[disabled] {
       
   737 			>section,
       
   738 			>article,
       
   739 			>div {
       
   740 				opacity: 0.5;
       
   741 			}
       
   742 		}
   736 		&.switched {
   743 		&.switched {
   737 			>section,
   744 			>section,
   738 			>article,
   745 			>article,
   739 			>div {
   746 			>div {
   740 				display: none;
   747 				display: none;
   785 			color: rgb(50, 118, 177);
   792 			color: rgb(50, 118, 177);
   786 			font-size: 75%;
   793 			font-size: 75%;
   787 		}
   794 		}
   788 		label.checkbox {
   795 		label.checkbox {
   789 			display: inline-block;
   796 			display: inline-block;
       
   797 			margin-bottom: 0px;
       
   798 			min-height: 18px;
   790 
   799 
   791 			i {
   800 			i {
   792 				position: absolute;
   801 				position: absolute;
   793 				left: 3px;
   802 				left: 3px;
   794 				top: -1px;
   803 				top: -1px;
  1413 	&.table td .radio i,
  1422 	&.table td .radio i,
  1414 	&.table th .checkbox i,
  1423 	&.table th .checkbox i,
  1415 	&.table th .radio i {
  1424 	&.table th .radio i {
  1416 		top: 0!important;
  1425 		top: 0!important;
  1417 	}
  1426 	}
       
  1427 	.inner {
       
  1428 		.checkbox {
       
  1429 			min-height: 13px;
       
  1430 
       
  1431 			i {
       
  1432 				width: 13px;
       
  1433 				height: 13px;
       
  1434 			}
       
  1435 			input +i:after {
       
  1436 				width: 11px;
       
  1437 				height: 11px;
       
  1438 				font: 300 12px/16px FontAwesome;
       
  1439 			}
       
  1440 		}
       
  1441 	}
  1418 	.toggle {
  1442 	.toggle {
  1419 		margin-bottom: 4px;
  1443 		margin-bottom: 4px;
  1420 		padding-right: 61px;
  1444 		padding-right: 61px;
  1421 		font-size: 15px;
  1445 		font-size: 15px;
  1422 		line-height: 25px;
  1446 		line-height: 25px;