summaryrefslogtreecommitdiff
path: root/themes/wind/views
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-07 00:21:23 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-07 00:21:23 -0600
commit859f8dc558555cee4c106099c1a44aa6866aaa0f (patch)
tree169302fd8f16b791584ca2f35497aed4d653e014 /themes/wind/views
parent0c7e4581c9f89aa462d951fae46f137f5a3566c0 (diff)
Consolidated the rest of the base message styles into lib/gallery.common.css and applied updates to views. Moved over draggable/droppable styles. Use g-target consistently for drag/drop interactions. Minor re-ordering of selectors in gallery.common.css. Updates to css comments.
Diffstat (limited to 'themes/wind/views')
-rw-r--r--themes/wind/views/no_sidebar.html.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/wind/views/no_sidebar.html.php b/themes/wind/views/no_sidebar.html.php
index d0d3eba6..378bd971 100644
--- a/themes/wind/views/no_sidebar.html.php
+++ b/themes/wind/views/no_sidebar.html.php
@@ -1,5 +1,6 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
-<div class="g-warning">
- <?= t("No active sidebar blocks. <a href=\"%url\">Add blocks</a>",
- array("url" => html::mark_clean(url::site("admin/sidebar")))) ?>
-</div>
+<ul class="g-message-block">
+ <li class="g-warning"><?= t("No active sidebar blocks.<br/>
+ <a href=\"%url\">Add blocks</a>",
+ array("url" => html::mark_clean(url::site("admin/sidebar")))) ?></li>
+</ul>