integration/css/common.css
changeset 25 eea45f9b124b
parent 20 c0bb6a59f587
child 26 7c394ea40f28
--- a/integration/css/common.css	Fri Oct 26 18:54:20 2012 +0200
+++ b/integration/css/common.css	Mon Oct 29 18:02:10 2012 +0100
@@ -62,6 +62,9 @@
 	color:#000;
 	text-decoration: none;
 }
+textarea {
+    resize: none;
+}
 /* common */
 .wrap{
 	min-height:100%;
@@ -161,15 +164,19 @@
 .popin-content input[type=text],
 .popin-content input[type=password], 
 .popin-content textarea{
-	padding: 0 6px;
-	height: 20px;
-	line-height: 20px;
+	padding: 0 4px;
+	font-family: 'OpenSans';
 	font-size: 12px;
 	border: 1px solid #867a97;
 	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
   	border-radius: 4px;
 }
+.popin-content input[type=text],
+.popin-content input[type=password] {
+    line-height: 20px;
+    height: 20px;
+}
 /* popin - user */
 
 .popin {