]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/style.css
Adds fixed width to head and footer.
[osqa.git] / forum / skins / default / media / style / style.css
index e0605d6e77adb546a5601e38fb7fb2dd4ca0168e..99edef0997119ca790ee6f926963e81b51b428bb 100644 (file)
@@ -144,12 +144,14 @@ blockquote {
     margin: auto;
     padding: 0;
     width: 990px;
+    background-color: #FFF;
 }
 
 #roof {
     background: none repeat scroll 0 0 #FFFFFF;
     margin-top: 0;
     position: relative;
+    width: 990px;
 }
 
 #room {
@@ -181,7 +183,7 @@ blockquote {
     padding-bottom: 0;
     padding-top: 6px;
     text-align: center;
-    width: 100%;
+    width: 990px;
 }
 
 #top {
@@ -579,7 +581,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 +591,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;
@@ -1622,6 +1639,7 @@ div.dialog, .context-menu-dropdown {
     top: 1.5em;
     text-align: left;
     list-style-type: none;
+    z-index: 500;
 }
 
 .context-menu-dropdown li.item {
@@ -1661,6 +1679,7 @@ div.dialog, .context-menu-dropdown {
 
 div.dialog .dialog-content {
     padding: 12px 12px 37px 12px;
+    z-index: 1000;
 }
 
 div.dialog .dialog-buttons {