src/pyams_skin/resources/less/forms.less
changeset 283 c69daf695ed9
parent 249 417298dbf77b
child 290 d70e7b9e3bba
equal deleted inserted replaced
282:01df243eb6d1 283:c69daf695ed9
  1481 		}
  1481 		}
  1482 		&.height-100 {
  1482 		&.height-100 {
  1483 			textarea {
  1483 			textarea {
  1484 				height: 100px;
  1484 				height: 100px;
  1485 			}
  1485 			}
       
  1486 			.i18n-content {
       
  1487 				textarea {
       
  1488 					height: 70px;
       
  1489 				}
       
  1490 			}
  1486 		}
  1491 		}
  1487 		&.height-200 {
  1492 		&.height-200 {
  1488 			textarea {
  1493 			textarea {
  1489 				height: 200px;
  1494 				height: 200px;
       
  1495 			}
       
  1496 			.i18n-content {
       
  1497 				textarea {
       
  1498 					height: 170px;
       
  1499 				}
  1490 			}
  1500 			}
  1491 		}
  1501 		}
  1492 	}
  1502 	}
  1493 	.textarea-resizable textarea {
  1503 	.textarea-resizable textarea {
  1494 		resize: vertical;
  1504 		resize: vertical;