Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12398068
D3831.id9919.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3831.id9919.diff
View Options
diff --git a/workspaces/src/css/bluegray.css b/workspaces/src/css/bluegray.css
--- a/workspaces/src/css/bluegray.css
+++ b/workspaces/src/css/bluegray.css
@@ -105,6 +105,30 @@
}
}
+/* -------------------------------------------------------------
+ Alerts
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
+
+.alert {
+ margin-top: 0.5em;
+}
+
+.alert.alert-success {
+ box-shadow: #dff0d8 4px 4px 12px 0;
+}
+
+.alert.alert-info {
+ box-shadow: #d9edf7 4px 4px 12px 0;
+}
+
+.alert.alert-warning {
+ box-shadow: #fcf8e3 4px 4px 12px 0;
+}
+
+.alert.alert-danger {
+ box-shadow: #f2dede 4px 4px 12px 0;
+}
+
/* -------------------------------------------------------------
Navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
diff --git a/workspaces/src/skins/bluegray/apps/_blocks/alert.tpl b/workspaces/src/skins/bluegray/apps/_blocks/alert.tpl
new file mode 100644
--- /dev/null
+++ b/workspaces/src/skins/bluegray/apps/_blocks/alert.tpl
@@ -0,0 +1,5 @@
+<div class="row">
+ <div class="alert alert-{$alert_level}" role="alert">
+ {$alert_note}
+ </div>
+</div>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 3, 06:58 (8 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3129662
Default Alt Text
D3831.id9919.diff (1 KB)
Attached To
Mode
D3831: Provide alert block template for applications
Attached
Detach File
Event Timeline
Log In to Comment