Index: anwiki/_override-static/global/global/css/index-desktop.css |
=================================================================== |
--- a/anwiki/_override-static/global/global/css/index-desktop.css |
+++ b/anwiki/_override-static/global/global/css/index-desktop.css |
@@ -1,6 +1,7 @@ |
#content |
{ |
width: 990px; |
+ margin-bottom: 280px; |
padding-left: 0; |
padding-right: 0; |
} |
@@ -115,3 +116,39 @@ |
margin-right: 0; |
width: 100%; |
} |
+ |
+#more, #less |
+{ |
+ position: absolute; |
+ left: 50%; |
+ bottom: -70px; |
+ *margin-bottom: 0px; |
+ _margin-bottom: 470px; |
+ width: 200px; |
+ margin-left: 200px; |
+ border-radius: 4px 4px 0px 0px; |
+} |
+ |
+#more-container.hidden #more, |
+#more-container.hidden #less |
+{ |
+ bottom: -30px; |
+ *margin-bottom: -40px; |
+ _margin-bottom: 390px; |
+} |
+ |
+#sidebar |
+{ |
+ width: 220px; |
+ padding-top: 60px; |
+} |
+ |
+#more-tabs #sidebar button |
+{ |
+ display: block; |
+} |
+ |
+.more-tab |
+{ |
+ width: 760px; |
+} |