summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay/notofication/notification.css
diff options
context:
space:
mode:
authorHenri Kerola <henri.kerola@itmill.com>2010-09-17 10:33:44 +0000
committerHenri Kerola <henri.kerola@itmill.com>2010-09-17 10:33:44 +0000
commit9a7024c8dd199b7f76350d5a4f09a4cead79e39f (patch)
tree28b3fa3a6e01153a87074fc19cc44f3cd5428750 /WebContent/VAADIN/themes/liferay/notofication/notification.css
parent425bb03b222da153ac252b01b3ca46d1e714d869 (diff)
downloadvaadin-framework-9a7024c8dd199b7f76350d5a4f09a4cead79e39f.tar.gz
vaadin-framework-9a7024c8dd199b7f76350d5a4f09a4cead79e39f.zip
Liferay Alloy UI theme for Vaadin
svn changeset:14986/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/notofication/notification.css')
-rw-r--r--WebContent/VAADIN/themes/liferay/notofication/notification.css48
1 files changed, 48 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/liferay/notofication/notification.css b/WebContent/VAADIN/themes/liferay/notofication/notification.css
new file mode 100644
index 0000000000..10168fecbd
--- /dev/null
+++ b/WebContent/VAADIN/themes/liferay/notofication/notification.css
@@ -0,0 +1,48 @@
+.v-Notification {
+ background: #dff4ff;
+ color: #34404F;
+ font-weight: bold;
+ cursor: pointer;
+ overflow: hidden;
+ padding: 1em;
+ max-width: 85%;
+ border: 1px solid #a7cedf;
+}
+
+.v-Notification h1,
+.v-Notification p,
+.v-Notification-error h1,
+.v-Notification-error p,
+.v-Notification-warning h1,
+.v-Notification-warning p {
+ display: inline;
+ margin: 0 0.5em 0 0;
+}
+.v-Notification-warning {
+ background: #ffc;
+ border-color: #fc0;
+}
+.v-Notification-error {
+ background-color: #ffdddd;
+ border-color: #ff0000;
+}
+
+.v-Notification-tray {
+ color: #111111;
+ background-color: #e5e5e5;
+ border-color: #b5b5b5;
+}
+.v-Notification-tray h1 {
+ display: block;
+}
+.v-Notification-tray p {
+ display: block;
+}
+.v-Notification-system {
+ background-color: #ffdddd;
+ border-color: #ff0000;
+}
+.v-Notification-system h1 {
+ display: block;
+ margin: 0;
+} \ No newline at end of file