src/ztfy/myams/resources/less/widgets.less
changeset 118 c87d242a1176
parent 62 2f2dadb6b993
child 130 e3cb023c73b6
equal deleted inserted replaced
117:23c0c267b970 118:c87d242a1176
   174 	.btn {
   174 	.btn {
   175 		vertical-align: middle;
   175 		vertical-align: middle;
   176 	}
   176 	}
   177 	.btn-xs {
   177 	.btn-xs {
   178 		margin-top: 5px;
   178 		margin-top: 5px;
       
   179 	}
       
   180 	.no-widget-toolbar & {
       
   181 		display: none;
   179 	}
   182 	}
   180 }
   183 }
   181 
   184 
   182 .widget-content-padding {
   185 .widget-content-padding {
   183 	padding: 20px;
   186 	padding: 20px;
  1287 						cursor: default;
  1290 						cursor: default;
  1288 					}
  1291 					}
  1289 					&-focus {
  1292 					&-focus {
  1290 						opacity: .8;
  1293 						opacity: .8;
  1291 					}
  1294 					}
       
  1295 					&.ui-sortable-handle {
       
  1296 						cursor: move;
       
  1297 					}
       
  1298 				}
       
  1299 			}
       
  1300 			&.nofloat {
       
  1301 				.select2-choices {
       
  1302 					li {
       
  1303 						float: none;
       
  1304 					}
  1292 				}
  1305 				}
  1293 			}
  1306 			}
  1294 			.select2-search-choice-close {
  1307 			.select2-search-choice-close {
  1295 				display: block;
  1308 				display: block;
  1296 				top: 0;
  1309 				top: 0;
  1302 				}
  1315 				}
  1303 			}
  1316 			}
  1304 			&.select2-container-disabled .select2-choices {
  1317 			&.select2-container-disabled .select2-choices {
  1305 				background-color: #f4f4f4;
  1318 				background-color: #f4f4f4;
  1306 				background-image: none;
  1319 				background-image: none;
  1307 				border: 1px solid #ddd;
  1320 				border: 1px solid transparent;
       
  1321 				border-bottom: 1px solid #bdbdbd;
  1308 				cursor: default;
  1322 				cursor: default;
  1309 
  1323 
  1310 				.select2-search-choice {
  1324 				.select2-search-choice {
  1311 					padding: 3px 5px;
  1325 					padding: 3px 5px;
  1312 					border: 1px solid #4a90cc;
  1326 					border: 1px solid #4a90cc;
  1374 		top: -10000px;
  1388 		top: -10000px;
  1375 		left: -10000px;
  1389 		left: -10000px;
  1376 		width: 100px;
  1390 		width: 100px;
  1377 		height: 100px;
  1391 		height: 100px;
  1378 		overflow: scroll;
  1392 		overflow: scroll;
       
  1393 	}
       
  1394 	&-hidden-accessible {
       
  1395 		position: absolute;
       
  1396 		border: 0;
       
  1397 		clip: rect(0 0 0 0);
       
  1398 		height: 1px;
       
  1399 		width: 1px;
       
  1400 		margin: -1px;
       
  1401 		overflow: hidden;
       
  1402 		padding: 0;
  1379 	}
  1403 	}
  1380 }
  1404 }
  1381 label.with-icon {
  1405 label.with-icon {
  1382 	>i.icon-append + .select2-parent {
  1406 	>i.icon-append + .select2-parent {
  1383 		.select2-choices {
  1407 		.select2-choices {