]> Dogcows Code - chaz/chatty/blobdiff - root/static/css/common.css
switch to FormHandler for validation
[chaz/chatty] / root / static / css / common.css
index 2e378b5a2124391b42c36d7dcb99e46cd6689968..023d30e255d13b47b6d25ead20702370d25f5dad 100644 (file)
@@ -9,6 +9,11 @@ img {
        border: 0;
 }
 
+hr {
+       border: 0;
+       border-bottom: 1px solid gray;
+}
+
 a {
        text-decoration: none;
 }
@@ -17,6 +22,11 @@ a:hover {
        border-bottom: 1px dotted blue;
 }
 
+label {
+       width: 150px;
+       float: left;
+}
+
 
 .left {
        float: left;
@@ -31,7 +41,7 @@ a:hover {
 
 #outer {
        margin: 0 auto 0 auto;
-       width: 640px;
+       width: 720px;
        border: 2px solid black;
        background: #99c;
 }
@@ -47,3 +57,41 @@ a:hover {
        font-size: 1.3em;
 }
 
+#inner h2 {
+       font-size: 1.2em;
+}
+
+#footer {
+       padding: 0;
+       height: 31px;
+       line-height: 31px;
+       font-size: 0.8em;
+}
+
+#error {
+       line-height: 24px;
+       margin: 5px;
+       padding: 10px 0 10px 44px;
+       border: 2px solid black;
+       background: white url('../img/warning.png') 10px 50% no-repeat;
+       display: none;
+       cursor: pointer;
+       color: red;
+       font-weight: bold;
+}
+
+#message {
+       line-height: 24px;
+       margin: 5px;
+       padding: 10px 0 10px 44px;
+       border: 2px solid black;
+       background: white url('../img/info.png') 10px 50% no-repeat;
+       display: none;
+       cursor: pointer;
+}
+
+/* error message */
+.error {
+       background: #c66;
+}
+
This page took 0.020083 seconds and 4 git commands to generate.