src/pyams_skin/resources/less/forms.less
changeset 543 3956d5ed3efc
parent 541 c3ce940a0243
equal deleted inserted replaced
542:a6d37768ab8f 543:3956d5ed3efc
   663 
   663 
   664 .typearea {
   664 .typearea {
   665 	cursor: text;
   665 	cursor: text;
   666 	overflow-x: hidden;
   666 	overflow-x: hidden;
   667 	overflow-y: auto;
   667 	overflow-y: auto;
   668 	max-height: 90px;
   668 	max-height: 12em;
   669 	padding: 5px 25px 5px 5px;
   669 	padding: 5px 25px 5px 5px;
   670 	position: relative;
   670 	position: relative;
   671 	border-bottom: 1px solid #EEE;
   671 	border-bottom: 1px solid #EEE;
   672 
   672 
   673 	textarea {
   673 	textarea {
   676 		box-sizing: border-box;
   676 		box-sizing: border-box;
   677 		box-shadow: none;
   677 		box-shadow: none;
   678 		-moz-box-sizing: border-box;
   678 		-moz-box-sizing: border-box;
   679 		-webkit-box-sizing: border-box;
   679 		-webkit-box-sizing: border-box;
   680 		-webkit-box-shadow: none;
   680 		-webkit-box-shadow: none;
   681 		overflow: hidden;
   681 		overflow: auto;
   682 		padding: 0;
   682 		padding: 0;
   683 		margin: 0;
   683 		margin: 0;
   684 		-webkit-transition: height .2s;
   684 		-webkit-transition: height .2s;
   685 		transition: height .2s;
   685 		transition: height .2s;
   686 		outline: 0;
   686 		outline: 0;
   687 		resize: none;
   687 		resize: none;
   688 		min-height: 61px;
   688 		min-height: ~"calc(11em - 30px)";
   689 	}
   689 	}
   690 }
   690 }
   691 
   691 
   692 
   692 
   693 .error-box {
   693 .error-box {