]> 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 dc32123299c80642d5bdc35fab3a0620af30cb24..6cbca137dd03558703d5393264e8194d00573e24 100644 (file)
@@ -137,9 +137,10 @@ blockquote {
     margin-bottom: 10px;
     margin-right: 15px;
     padding: 10px 0 1px 10px;
+    max-width: 650px;
 }
 
-#wrapper {
+#wrapper, #announcement {
     margin: auto;
     padding: 0;
     width: 990px;
@@ -578,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;
@@ -588,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;
@@ -886,7 +902,7 @@ span.form-error {
 }
 
 .revision .summary span {
-    background-color: yellow;
+    /**background-color: yellow;/**/
     display: inline;
     padding-left: 3px;
     padding-right: 3px;
@@ -1621,6 +1637,7 @@ div.dialog, .context-menu-dropdown {
     top: 1.5em;
     text-align: left;
     list-style-type: none;
+    z-index: 500;
 }
 
 .context-menu-dropdown li.item {
@@ -1660,6 +1677,7 @@ div.dialog, .context-menu-dropdown {
 
 div.dialog .dialog-content {
     padding: 12px 12px 37px 12px;
+    z-index: 1000;
 }
 
 div.dialog .dialog-buttons {
@@ -1709,4 +1727,10 @@ div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content text
 
 .suspended-user {
     text-decoration: line-through;
+}
+
+.feed-icon {
+    width: 14px;
+    height: 14px;
+    float: left;
 }
\ No newline at end of file