Nicer for admin.
[cas.git] / src / cas / static / css / main.css
index be4aa1c..134f3bf 100644 (file)
@@ -31,7 +31,7 @@ a:hover {
 }
 
 
-form label, form input, form button {
+label, input, button, textarea {
     display: block;
     width: 100%;
 }
@@ -133,3 +133,7 @@ footer, #content_push {
 .menu img {
     box-shadow: 0 0 .2em black;
 }
+
+code.key {
+    word-wrap: break-word;
+}