]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/style.css
Improves the pagination, adds a new sorting method for searches. Fixes some issues...
[osqa.git] / forum / skins / default / media / style / style.css
index c61c065daa746e0e5b707d2b087b69fcdb1d5fb1..6cbca137dd03558703d5393264e8194d00573e24 100644 (file)
@@ -579,7 +579,7 @@ a.medal:hover {
     position: relative;
 }
 
-.tabsA a {
+.tabsA a, .sticky-sort-tabs {
     background: none repeat scroll 0 0 #EEEEEE;
     border-bottom: 1px solid #CCCCCC;
     border-right: 1px solid #CCCCCC;
@@ -589,10 +589,25 @@ a.medal:hover {
     height: 20px;
     line-height: 22px;
     margin: 5px 4px 0 0;
-    padding: 0 11px;
     text-decoration: none;
 }
 
+.tabsA a {
+    padding: 0 11px;    
+}
+
+.sticky-sort-tabs {
+    width: 20px;
+    padding: 0;
+}
+
+.sticky-sort-tabs input {
+    border: 0;
+    height: 14px;
+    width: 14px;
+    margin: 2px;
+}
+
 .tabsA a.on, .tabsA a:hover {
     background: none repeat scroll 0 0 #FFFFFF;
     color: #A40000;