login works; working at register
[living-lab-site.git] / css / default.css
index 852928c..661dbd6 100644 (file)
@@ -29,6 +29,11 @@ h1
 table.form th
 {
        text-align: right;
+       /*width: 25%;*/
+}
+table.form td
+{
+       vertical-align: bottom;
 }
 
 .error
@@ -36,6 +41,11 @@ table.form th
        color: red;
        font-weight:bold;
 }
+.required
+{
+       color: red;
+       font-weight:bold;
+}
 
 .inline
 {
@@ -109,6 +119,21 @@ table.form th
        color: #FFE4B5;
        font-weight: bold;
 }
+.menu-greeting
+{
+       display: block;
+       height: 12px;
+       color: #FFE4B5;
+       text-align: center;
+       line-height: 100%;
+       font-size: 14px;
+       padding-top: 5px;
+       padding-bottom: 5px;
+       padding-left: 16px;
+       padding-right: 16px;
+       border: 1px solid transparent;
+       text-decoration: none;
+}
 
 #header
 {