Updates to pz:authentication documentation
[pazpar2-moved-to-github.git] / www / demo / css / styles.css
index c0a21b9..a703ebd 100644 (file)
@@ -5,7 +5,8 @@ overflow-y: scroll;
 html, body {
 background-color: #5d82b7;
 color: #002863;
-font: 12px verdana, arial, sans-serif;
+font-family: verdana, arial, sans-serif;
+font-size: small;
 }
 
 div.container {
@@ -25,7 +26,7 @@ border: none;
 div.topbar {
 background-color: #002863;
 color: #ffffff;
-height: 6em;
+height: 7em;
 position: absolute;
 left: 0px;
 top: 0px;
@@ -41,7 +42,7 @@ top: 24px;
 div.topmenu {
 position: absolute;
 right: 0px;
-top: 50px;
+top: 40px;
 text-align: right;
 padding-top: 4px;
 padding-right: 35px;
@@ -50,7 +51,7 @@ height: 25px;
 
 div.topmenu a {
 color: #ffffff;
-font: bold verdana, arial, sans-serif;
+font-weight: bold;
 padding-left: 5px;
 }
 
@@ -72,7 +73,6 @@ input.button {
 background-color: #5d82b7;
 color: #ffffff;
 border: 2px solid #5d82b7;
-font: bold verdana;
 }
 
 
@@ -84,7 +84,7 @@ background-position: top left;
 background-repeat: repeat-y;
 color: #002863;
 position: relative;
-top: 6em;
+top: 7em;
 left: 0px;
 }
 
@@ -132,7 +132,14 @@ padding-left: 2em;
 display: block;
 line-height: 1.4em;
 margin-bottom: 8px;
+margin-top: 0px;
 text-indent: -2em;
+/*
+border-style: none;
+border-top-style: solid;
+border-width: 1px;
+border-color: #f0f0f0;
+*/
 }
 
 a.record {
@@ -193,6 +200,12 @@ padding-left: 2.2em;
 text-indent: -1em;
 }
 
+div.leftbar div {
+display: block;
+padding-left: 2.2em;
+text-indent: -1em;
+}
+
 a.unselected {
 background-image: url(../gfx/minus.gif);
 background-position: 0px 2px;