summaryrefslogtreecommitdiff
path: root/theme/base
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-04-08 22:55:13 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-04-08 22:55:13 +0000
commite5657ca4bbd8a43bf2dd44c2554e807a45224bd7 (patch)
tree3ad9a722f787e277ab571d40522cd5289da738dc /theme/base
parente632f3be6f48c187b8049f35756b25ae80be2f0b (diff)
parent070cd3533c3474dc065c6681befb92dac51f4bf7 (diff)
Merge branch '0.7.x' into 0.8.x
Diffstat (limited to 'theme/base')
-rw-r--r--theme/base/css/display.css25
1 files changed, 20 insertions, 5 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 4c9b52254..8ea2befb4 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -83,12 +83,13 @@ left:0;
border:0;
}
-#page_notice .error,
-#page_notice .success {
+.error,
+.success {
padding:4px 7px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
+margin-bottom:18px;
}
form label.submit {
display:none;
@@ -384,6 +385,7 @@ margin-bottom:1em;
#content {
width:64.009%;
+min-height:259px;
padding:1.795%;
float:left;
border-radius:7px;
@@ -403,8 +405,9 @@ float:left;
#aside_primary {
width:27.917%;
+min-height:259px;
float:left;
-margin-left:0.395%;
+margin-left:0.385%;
padding:1.795%;
border-radius:7px;
-moz-border-radius:7px;
@@ -469,7 +472,7 @@ bottom:0;
right:0;
}
#form_notice label[for=to] {
-margin-top:11px;
+margin-top:7px;
}
#form_notice select[id=to] {
margin-bottom:7px;
@@ -1143,4 +1146,16 @@ clear:both;
margin-bottom:0;
}
-
+.instructions ul {
+list-style-position:inside;
+}
+.instructions p,
+.instructions ul {
+margin-bottom:18px;
+}
+.help dt {
+display:none;
+}
+.guide {
+clear:both;
+} \ No newline at end of file