summaryrefslogtreecommitdiff
path: root/theme/identica
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-18 20:36:50 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-18 20:36:50 +0000
commitd46c2cc8a70d83f7bf761ea8c778a8cd56d8e692 (patch)
treedebbd00a8fe28ab7b67275426a8bbfc2fbc5a9a7 /theme/identica
parent5426c4ec6a8691969fbb704056ea87ad85021b79 (diff)
IM settings markup and style.
Added confirmed/unconfirmed styles
Diffstat (limited to 'theme/identica')
-rw-r--r--theme/identica/css/display.css11
1 files changed, 11 insertions, 0 deletions
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 {
}