summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-04-07 21:02:47 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-04-07 21:02:47 +0000
commit658462ce855e5ce4325c1b7233dc83b10b14cced (patch)
treed6554165cb5b438bc19fcf841890ea0fed0f9ee6 /theme
parentc42995e3a2d4bd93881ffd5d3bfea4f6ce427d0a (diff)
Markup and styles for search help and errors
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css16
-rw-r--r--theme/identica/css/display.css4
2 files changed, 15 insertions, 5 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 0ce80cdde..6c3c7e912 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;
@@ -1145,4 +1146,13 @@ clear:both;
margin-bottom:0;
}
-
+.instructions ul {
+list-style-position:inside;
+}
+.instructions p,
+.instructions ul {
+margin-bottom:18px;
+}
+.help dt {
+display:none;
+}
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index 893942031..8edb005a6 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -113,10 +113,10 @@ background-color:rgba(255, 255, 255, 0.7);
}
-#page_notice .error {
+.error {
background-color:#F7E8E8;
}
-#page_notice .success {
+.success {
background-color:#EFF3DC;
}