cis notified web server of a job completion; upload form interface and validation...
[living-lab-site.git] / css / default.css
index 16073af..4fc1be2 100644 (file)
@@ -20,6 +20,11 @@ a:hover, a:active
        text-decoration: underline;
 }
 
+.ui-state-highlight a 
+{
+    color: rgb(0,90,192) !important;
+}
+
 h1
 {
        margin-top: 8px;
@@ -37,6 +42,16 @@ table.form td
        vertical-align: top;
 }
 
+fieldset
+{
+       margin-bottom: 1em;
+}
+
+label.strong
+{
+       font-weight: bold;
+}
+
 .error
 {
        color: red;
@@ -190,7 +205,7 @@ table.form td
        text-align: left;
        padding: 0px 0px 0px 8px;
        margin: 8px 0px 8px 0px;
-       background: url(/img/header.png) top repeat-x;
+       background: url(/img/header.png) center repeat-x;
        outline: 1px outset rgb(108,162,222);
        clear: both;
 }
@@ -254,3 +269,16 @@ table.form td
        word-spacing: 0.5em;
        margin-bottom: 0.5em;
 }
+
+.ui-icon-google
+{
+       background-image: url("/img/icon-google.png") !important;
+}
+.ui-icon-yahoo
+{
+       background-image: url("/img/icon-yahoo.png") !important;
+}
+.ui-icon-myopenid
+{
+       background-image: url("/img/icon-myopenid.png") !important;
+}
\ No newline at end of file