summary refs log tree commit diff
path: root/public/css
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-03-13 21:40:17 +0100
committerfranck cuny <franck@lumberjaph.net>2011-03-13 21:40:17 +0100
commit1ef53627de400b2cc4f538e0c2e8e5b3b2bf926e (patch)
treea472ebab57b4b9c3b93ab23a01e9dadb5e0f35fd /public/css
parentsend messages when a page is updated (diff)
downloadballet-1ef53627de400b2cc4f538e0c2e8e5b3b2bf926e.tar.gz
css + history (doesn't work yet)
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 3db0caa..1114a46 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -151,3 +151,9 @@ input#editor-submit {
    color: #000;
    font-weight: bold;
 }
+
+#notification-status {
+   background: #CEE5F5;
+   padding: 0.5em;
+   border: 1px solid #AACBE2;
+}