Fixed syntax error in CSS
[pazpar2-moved-to-github.git] / www / demo / css / styles.css
index a9797bc..e36f734 100644 (file)
@@ -49,7 +49,6 @@ padding-top: 4px;
 padding-right: 35px;
 border-top: 1px solid #335382;
 height: 25px;
-vertical-align: center;
 }
 
 div.topmenu a {
@@ -76,6 +75,12 @@ right: 788px;
 top: 30px;
 }
 
+div.search span.sort {
+position: absolute;
+right: 500px;
+top: 50px;
+}
+
 div.search div {
 position: absolute;
 left: 225px;
@@ -145,15 +150,11 @@ font: bold 11px verdana;
 }
 
 
-a {
+a, a:visited {
 color: #5d82b7;
 text-decoration: none;
 }
 
-a:visited {
-color: #a0689d;
-}
-
 a:hover {
 text-decoration: underline;
 }
@@ -237,12 +238,14 @@ a.unselected {
 background-image: url(../gfx/minus.gif);
 background-position: 0px 2px;
 background-repeat: no-repeat;
+cursor: pointer;
 }
 
 a.selected {
 background-image: url(../gfx/plus.gif);
 background-position: 0px 2px;
 background-repeat: no-repeat;
+cursor: pointer;
 }
 
 span.green {