src/pyams_skin/resources/less/forms.less
changeset 122 ccb749bdafa8
parent 118 391ad752903e
child 155 cd3ab32436f0
equal deleted inserted replaced
121:2c87fbbec680 122:ccb749bdafa8
    69 		display: none;
    69 		display: none;
    70 	}
    70 	}
    71 }
    71 }
    72 
    72 
    73 .input-group-addon {
    73 .input-group-addon {
    74 	padding: 6px 10px 5px;
    74 	padding: 6px 10px 5px!important;
    75 	border-radius: 0;
    75 	border-radius: 0;
    76 	transition: background-color .3s;
    76 	transition: background-color .3s;
    77 	-webkit-transition: background-color .3s;
    77 	-webkit-transition: background-color .3s;
    78 
    78 
    79 	.fa {
    79 	.fa {
   724 		padding: 0;
   724 		padding: 0;
   725 		-webkit-box-sizing: content-box;
   725 		-webkit-box-sizing: content-box;
   726 		   -moz-box-sizing: content-box;
   726 		   -moz-box-sizing: content-box;
   727 				box-sizing: content-box;
   727 				box-sizing: content-box;
   728 	}
   728 	}
       
   729 	.dt-top-row * {
       
   730 		-webkit-box-sizing: border-box;
       
   731 		   -moz-box-sizing: border-box;
       
   732 				box-sizing: border-box;
       
   733 	}
   729 	header {
   734 	header {
   730 		display: block;
   735 		display: block;
   731 		padding: 8px 0;
   736 		padding: 8px 0;
   732 		border-bottom: 1px dashed rgba(0, 0, 0, .2);
   737 		border-bottom: 1px dashed rgba(0, 0, 0, .2);
   733 		background: #fff;
   738 		background: #fff;
  2789 	margin: 0;
  2794 	margin: 0;
  2790 	border-bottom-style: solid;
  2795 	border-bottom-style: solid;
  2791 	border-bottom-color: rgba(0, 0, 0, .1);
  2796 	border-bottom-color: rgba(0, 0, 0, .1);
  2792 	background: rgba(248, 248, 248, .9);
  2797 	background: rgba(248, 248, 248, .9);
  2793 }
  2798 }
  2794