Third times the charm. Rethink unordered lists and bullets. Revert to turning them off by default and provide a new class, g-text, to define a list or a section of text as needing to display bullets.

This commit is contained in:
Chad Kieffer
2011-04-24 11:53:29 -04:00
parent bbb2a3a30c
commit b4cdd016dc
3 changed files with 5 additions and 18 deletions
@@ -112,8 +112,8 @@ $("document").ready(function() {
</p>
<? endif ?>
</div>
<div id="g-admin-g2-import-notes">
<ul class="enumeration">
<div id="g-admin-g2-import-notes" class="g-text">
<ul>
<li>
<?= t("Gallery 3 does not support per-user / per-item permissions. <b>Review permissions!</b>") ?>
</li>
@@ -2,7 +2,7 @@
<p>
<?= t("This is your administration dashboard and it provides a quick overview of status messages, recent updates, and frequently used options. Add or remove blocks and rearrange them to tailor to your needs. The admin menu provides quick access to all of Gallery 3's options and settings. Here are a few of the most used options to get you started.") ?>
</p>
<ul>
<ul class="g-text">
<li>
<?= t("General Settings - choose your <a href=\"%graphics_url\">graphics</a> and <a href=\"%language_url\">language</a> settings.",
array("graphics_url" => html::mark_clean(url::site("admin/graphics")),
+2 -15
View File
@@ -92,25 +92,12 @@ a:hover,
/* Lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#g-content ul li {
ul.g-text li,
.g-text ul li {
list-style-type: disc;
margin-left: 1em;
}
form ul li,
#g-action-status li,
#g-log-entries li,
#g-tag-admin li,
.g-buttonset li,
.g-buttonset-vertical li,
.g-paginator li,
.ui-sortable li,
.ui-widget-header li {
list-style: none !important;
margin-left: 0 !important;
}
/* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form {