src/pyams_skin/resources/less/tables.less
changeset 122 ccb749bdafa8
parent 118 391ad752903e
child 127 b097dcbfb6c9
equal deleted inserted replaced
121:2c87fbbec680 122:ccb749bdafa8
    57 		padding: 4px 8px!important;
    57 		padding: 4px 8px!important;
    58 		line-height: 1.3!important;
    58 		line-height: 1.3!important;
    59 
    59 
    60 		input[type="text"] {
    60 		input[type="text"] {
    61 			height: 20px;
    61 			height: 20px;
       
    62 			padding: 3px 8px;
    62 		}
    63 		}
    63 	}
    64 	}
    64 }
    65 }
    65 .table-small {
    66 .table-small {
    66 	td,
    67 	td,
    68 		padding: 2px 8px!important;
    69 		padding: 2px 8px!important;
    69 		line-height: 1.2!important;
    70 		line-height: 1.2!important;
    70 
    71 
    71 		input[type="text"] {
    72 		input[type="text"] {
    72 			height: 18px;
    73 			height: 18px;
       
    74 			padding: 2px 8px;
    73 		}
    75 		}
    74 	}
    76 	}
    75 }
    77 }
    76 .table-mini {
    78 .table-mini {
    77 	td,
    79 	td,
    79 		padding: 1px 8px!important;
    81 		padding: 1px 8px!important;
    80 		line-height: 1.1!important;
    82 		line-height: 1.1!important;
    81 
    83 
    82 		input[type="text"] {
    84 		input[type="text"] {
    83 			height: 16px;
    85 			height: 16px;
       
    86 			padding: 1px 8px;
    84 		}
    87 		}
    85 	}
    88 	}
    86 }
    89 }
    87 
    90 
    88 .table-bordered {
    91 .table-bordered {
   158 	padding: 5px 10px;
   161 	padding: 5px 10px;
   159 	border-top: 1px solid #ccc;
   162 	border-top: 1px solid #ccc;
   160 	-webkit-box-shadow: inset 0 1px #fff;
   163 	-webkit-box-shadow: inset 0 1px #fff;
   161 	-ms-box-shadow: inset 0 1px #fff;
   164 	-ms-box-shadow: inset 0 1px #fff;
   162 	box-shadow: inset 0 1px #fff;
   165 	box-shadow: inset 0 1px #fff;
       
   166 
       
   167 	.ams-form & .row {
       
   168 		margin: 0!important;
       
   169 	}
   163 }
   170 }
   164 
   171 
   165 .modal-dialog .ams-form .dt-bottom-row {
   172 .modal-dialog .ams-form .dt-bottom-row {
   166 	padding: 5px 10px!important;
   173 	padding: 5px 10px!important;
   167 
   174