src/ztfy/myams/resources/less/forms.less
changeset 206 02a40997d8cb
parent 188 c6b84eed2f59
child 220 32418e93144e
equal deleted inserted replaced
205:27ed26ca8623 206:02a40997d8cb
   767 		&.switched {
   767 		&.switched {
   768 			margin-bottom: 0!important;
   768 			margin-bottom: 0!important;
   769 
   769 
   770 			>section,
   770 			>section,
   771 			>article,
   771 			>article,
   772 			>div {
   772 			>div:not(.persistent) {
   773 				display: none;
   773 				display: none;
   774 			}
   774 			}
   775 			legend {
   775 			legend {
   776 				border-bottom: 0;
   776 				border-bottom: 0;
   777 			}
   777 			}
  1362 	.input span.textarea-widget,
  1362 	.input span.textarea-widget,
  1363 	.textarea span.textarea-widget {
  1363 	.textarea span.textarea-widget {
  1364 		display: block;
  1364 		display: block;
  1365 		width: 100%;
  1365 		width: 100%;
  1366 		min-height: 14px;
  1366 		min-height: 14px;
  1367 		padding: 4px 0;
  1367 		padding: 4px 8px;
  1368 		border-bottom: 1px solid #ccc!important;
  1368 		border-bottom: 1px solid #ccc!important;
  1369 	}
  1369 	}
  1370 	.input .i18n-content input,
  1370 	.input .i18n-content input,
  1371 	.select .i18n-content select,
  1371 	.select .i18n-content select,
  1372 	.textarea .i18n-content textarea {
  1372 	.textarea .i18n-content textarea {
  1400 		}
  1400 		}
  1401 	}
  1401 	}
  1402 	.input-file {
  1402 	.input-file {
  1403 		position: relative;
  1403 		position: relative;
  1404 
  1404 
       
  1405 		.current-value {
       
  1406 			font-size: 13px;
       
  1407 		}
  1405 		.button {
  1408 		.button {
  1406 			position: absolute;
  1409 			position: absolute;
  1407 			top: 3px;
  1410 			top: 3px;
  1408 			right: 3px;
  1411 			right: 3px;
  1409 			float: none;
  1412 			float: none;
  1463 		padding: 4px 8px;
  1466 		padding: 4px 8px;
  1464 	}
  1467 	}
  1465 	.select-multiple select {
  1468 	.select-multiple select {
  1466 		height: auto;
  1469 		height: auto;
  1467 	}
  1470 	}
  1468 	.textarea textarea {
  1471 	.textarea {
  1469 		height: auto;
  1472 		textarea {
  1470 		resize: none;
  1473 			height: auto;
       
  1474 			resize: none;
       
  1475 		}
       
  1476 		&.height-100 {
       
  1477 			textarea {
       
  1478 				height: 100px;
       
  1479 			}
       
  1480 		}
       
  1481 		&.height-200 {
       
  1482 			textarea {
       
  1483 				height: 200px;
       
  1484 			}
       
  1485 		}
  1471 	}
  1486 	}
  1472 	.textarea-resizable textarea {
  1487 	.textarea-resizable textarea {
  1473 		resize: vertical;
  1488 		resize: vertical;
  1474 	}
  1489 	}
  1475 	.textarea-expandable textarea {
  1490 	.textarea-expandable textarea {
  1585 		.form-group {
  1600 		.form-group {
  1586 			padding: 5px 10px 0;
  1601 			padding: 5px 10px 0;
  1587 		}
  1602 		}
  1588 		input[type="text"] {
  1603 		input[type="text"] {
  1589 			height: 28px;
  1604 			height: 28px;
  1590 		}
       
  1591 		.mce-edit-area >iframe {
       
  1592 			min-height: 250px!important;
       
  1593 		}
  1605 		}
  1594 		footer {
  1606 		footer {
  1595 			padding: 5px 20px;
  1607 			padding: 5px 20px;
  1596 			border-top: 0;
  1608 			border-top: 0;
  1597 			background-color: transparent;
  1609 			background-color: transparent;
  2756 			}
  2768 			}
  2757 		}
  2769 		}
  2758 	}
  2770 	}
  2759 }
  2771 }
  2760 
  2772 
       
  2773 .mce-fullscreen {
       
  2774 	z-index: 10000!important;
       
  2775 }
  2761 .mce-container,
  2776 .mce-container,
  2762 .mce-container *,
  2777 .mce-container *,
  2763 .mce-widget,
  2778 .mce-widget,
  2764 .mce-widget *,
  2779 .mce-widget *,
  2765 .mce-reset {
  2780 .mce-reset {
  2766 	font-family: Ubuntu, Arial, Helvetica, sans-serif!important;
  2781 	font-family: Ubuntu, Arial, Helvetica, sans-serif!important;
  2767 	font-size: 13px;
  2782 	font-size: 13px!important;
  2768 
  2783 
  2769 	button {
  2784 	button {
  2770 		padding: 2px 10px!important;
  2785 		padding: 2px 10px!important;
  2771 	}
  2786 	}
  2772 	.mce-ico {
  2787 	.mce-ico {
  2805 }
  2820 }
  2806 .mce-colorbutton {
  2821 .mce-colorbutton {
  2807 	button {
  2822 	button {
  2808 		padding: 2px 1px 2px 5px!important;
  2823 		padding: 2px 1px 2px 5px!important;
  2809 	}
  2824 	}
  2810 }
       
  2811 .mce-edit-area >iframe {
       
  2812 	min-height: 400px!important;
       
  2813 }
  2825 }
  2814 .mce-path,
  2826 .mce-path,
  2815 .mce-wordcount {
  2827 .mce-wordcount {
  2816 	padding: 2px 8px!important;
  2828 	padding: 2px 8px!important;
  2817 	font-size: 12px!important;
  2829 	font-size: 12px!important;