Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2009-11-15 17:45:10 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-02-26 09:39:49 (GMT)
commitac8d9e69474ddef91ea27b652ce5142160a4ae8d (patch)
tree7f8c4e424b325710354b48f0a2668d8644c32d55
parentfd917d462ed64959ebf40836a371d03c4cf88a2e (diff)
Post production theme tweaks
-rw-r--r--site/app/webroot/css/amo2009/main.css14
-rw-r--r--site/app/webroot/css/screen.css2
2 files changed, 10 insertions, 6 deletions
diff --git a/site/app/webroot/css/amo2009/main.css b/site/app/webroot/css/amo2009/main.css
index b5937b8..260531f 100644
--- a/site/app/webroot/css/amo2009/main.css
+++ b/site/app/webroot/css/amo2009/main.css
@@ -353,11 +353,6 @@ body {
width:73.47% !important;
}
-.stand-alone-options + div {
- min-height:34em; /*pushes footer to bottom on shortpages */
- }
-
-
ul.refinements {
margin:1em 0;
}
@@ -387,6 +382,7 @@ margin-left:2em;
.context {
float:right;
+ margin:1.5em 0 0 .3em;
}
.user-anon .context {
@@ -395,6 +391,7 @@ margin-left:2em;
.tools {
width:8.4em;
+ margin:1.5em 0 0 .3em;
}
.tools a.controller {
@@ -404,6 +401,7 @@ margin-left:2em;
background:#fff;
border:1px solid rgb(216,223,225);
margin:0 .5em .6em;
+ margin:1.5em 0 0 .3em;
}
.tools.expanded li a {
@@ -2831,4 +2829,8 @@ button,input[type=submit],input[type=button] {
.primary .sugar-cred {
margin:2em 0 0;
- } \ No newline at end of file
+ }
+
+#footer {
+ clear:both;
+ }
diff --git a/site/app/webroot/css/screen.css b/site/app/webroot/css/screen.css
index e120eee..9646a91 100644
--- a/site/app/webroot/css/screen.css
+++ b/site/app/webroot/css/screen.css
@@ -58,6 +58,8 @@ h4#moz { position: absolute; top: 10px; margin: 0; z-index: 1; }
h4#moz a { display: block; height: 44px; width: 100px; padding-left: 10px;}
+h4#moz a { display: none;}
+
/* =Page title */
#page-title { height: 13em; }