Author: david
Date: 2008-10-23 15:24:47 -0700 (Thu, 23 Oct 2008)
New Revision: 1495
Modified:
trunk/qubit/apps/qubit/modules/informationobject/templates/listSuccess.php
trunk/qubit/web/css/form.css
trunk/qubit/web/css/graphic.css
Log:
Remove unnecessary and commented border and background-color from
validation_warning style. Add ".nobullet" specifier to creator list on
informationobject/list page and graphic.css definition to prevent unintended
sytle modifications to other parts of qubit.
Modified:
trunk/qubit/apps/qubit/modules/informationobject/templates/listSuccess.php
===================================================================
--- trunk/qubit/apps/qubit/modules/informationobject/templates/listSuccess.php
2008-10-23 00:47:54 UTC (rev 1494)
+++ trunk/qubit/apps/qubit/modules/informationobject/templates/listSuccess.php
2008-10-23 22:24:47 UTC (rev 1495)
@@ -52,7 +52,7 @@
<?php endif; ?>
</td>
<?php else: // NOT multi-repostiory: show creators as list ?>
- <td><ul>
+ <td><ul class="nobullet">
<?php foreach ($informationObject->getCreators() as $creator): ?>
<?php if (strlen($creatorName =
$creator->getAuthorizedFormOfName(array('cultureFallback' => true))) > 0): ?>
<li><?php echo $creatorName ?></li>
Modified: trunk/qubit/web/css/form.css
===================================================================
--- trunk/qubit/web/css/form.css 2008-10-23 00:47:54 UTC (rev 1494)
+++ trunk/qubit/web/css/form.css 2008-10-23 22:24:47 UTC (rev 1495)
@@ -391,8 +391,6 @@
padding: 1px 1px 1px 20px;
margin: 2px;
color: #ff0000;
- // border: 1px solid #ff0000;
- // background-color: #FF9797;
background-image: url(../images/exclamation.png);
background-repeat: no-repeat;
}
Modified: trunk/qubit/web/css/graphic.css
===================================================================
--- trunk/qubit/web/css/graphic.css 2008-10-23 00:47:54 UTC (rev 1494)
+++ trunk/qubit/web/css/graphic.css 2008-10-23 22:24:47 UTC (rev 1495)
@@ -598,7 +598,7 @@
vertical-align: top;
}
-table.list td ul li
+table.list ul.nobullet li
{
padding: 0.1em 0 0.1em 0;
margin: 0px;
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---