cis notified web server of a job completion; upload form interface and validation...
[living-lab-site.git] / css / default.css
index ae58bc4..4fc1be2 100644 (file)
@@ -3,7 +3,7 @@ body
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 75%;
-       background: white url('/devel/img/bg.png') repeat-x left 88px;
+       background: white url('/img/bg.png') repeat-x left 88px;
 }
 
 a:link
@@ -20,12 +20,49 @@ a:hover, a:active
        text-decoration: underline;
 }
 
+.ui-state-highlight a 
+{
+    color: rgb(0,90,192) !important;
+}
+
 h1
 {
        margin-top: 8px;
        margin-bottom: 8px;
 }
 
+table.form th
+{
+       text-align: right;
+       width: 24em;
+}
+table.form td
+{
+       padding-left: 0.5em;
+       vertical-align: top;
+}
+
+fieldset
+{
+       margin-bottom: 1em;
+}
+
+label.strong
+{
+       font-weight: bold;
+}
+
+.error
+{
+       color: red;
+       font-weight:bold;
+}
+.required
+{
+       color: red;
+       font-weight:bold;
+}
+
 .inline
 {
        vertical-align: middle;
@@ -98,6 +135,21 @@ h1
        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
 {
@@ -153,7 +205,7 @@ h1
        text-align: left;
        padding: 0px 0px 0px 8px;
        margin: 8px 0px 8px 0px;
-       background: url(/devel/img/header.png) top repeat-x;
+       background: url(/img/header.png) center repeat-x;
        outline: 1px outset rgb(108,162,222);
        clear: both;
 }
@@ -179,6 +231,10 @@ h1
        margin-top: 1em;
        margin-bottom: 0.5em;
 }
+#main dd
+{
+       margin-left: 64px;
+}
 
 #content
 {
@@ -211,4 +267,18 @@ h1
 {
        clear: both;
        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