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@activitycentral.org>2011-02-12 17:33:22 (GMT)
commit0f0d1a81ba094ae15967f957c9bdb55470f25758 (patch)
tree1b0f46db33f6ec6a910a8f5bdd957f8b5957d3e7
parent8a795961e0d1392f2504a5ea74d9027074d41df5 (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; }