summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css9
-rw-r--r--theme/identica/css/display.css11
2 files changed, 14 insertions, 6 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index b5c47e1bb..2857070f8 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -79,11 +79,12 @@ top:2px;
left:0;
}
-#page_notice .error {
-background-color:#F7E8E8;
+#page_notice .error,
+#page_notice .success {
padding:4px 7px;
-moz-border-radius:4px;
}
+
form label.submit {
display:none;
}
@@ -666,10 +667,6 @@ border-top:1px dashed #D1D9E4;
list-style-type:none;
/*margin-bottom:11px;*/
}
-.notices li.over {
-background-color:#fcfcfc;
-}
-
/* NOTICES */
#notices_primary {
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index 832862551..0235c2d7d 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -71,6 +71,12 @@ background-color:rgba(255, 255, 255, 0.7);
background-color:#fff;
}
+#page_notice .error {
+background-color:#F7E8E8;
+}
+#page_notice .success {
+background-color:#EFF3DC;
+}
@@ -135,6 +141,11 @@ color:#555;
/* NOTICES */
+.notices li.over {
+background-color:#fcfcfc;
+}
+
+
.notice div.entry-content a {
}