Author: david
Date: Thu Oct 13 12:04:56 2011
New Revision: 10072
Log:
Use 'LightGrey'
http://www.w3schools.com/tags/ref_color_tryit.asp?color=LightGrey
Modified:
trunk/apps/qubit/modules/informationobject/templates/fileListSuccess.php
trunk/css/print.css
Modified:
trunk/apps/qubit/modules/informationobject/templates/fileListSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/fileListSuccess.php
Thu Oct 13 11:41:46 2011 (r10071)
+++ trunk/apps/qubit/modules/informationobject/templates/fileListSuccess.php
Thu Oct 13 12:04:56 2011 (r10072)
@@ -33,7 +33,7 @@
</thead><tbody>
<?php foreach ($items as $item): ?>
<tr>
- <td><?php echo $row++ ?></td>
+ <td class="row-number"><?php echo $row++ ?></td>
<td><?php echo $item['referenceCode'] ?></td>
<td><?php echo $item['title'] ?></td>
<td><?php echo $item['dates'] ?></td>
Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Thu Oct 13 11:41:46 2011 (r10071)
+++ trunk/css/print.css Thu Oct 13 12:04:56 2011 (r10072)
@@ -1,3 +1,8 @@
+/* Color palette
+ *
+ * LightGrey (non-standard css color): #D3D3D3;
+ */
+
.actions,
.column.sidebar,
.itemsPerPage,
@@ -193,7 +198,7 @@
tr
{
- border-bottom: 1px #ccc solid;
+ border-bottom: 1px #D3D3D3 solid;
}
thead th
@@ -298,7 +303,12 @@
.result-count
{
text-align: center;
- color: #ccc;
+ color: #D3D3D3;
+}
+
+.row-number
+{
+ color: #D3D3D3;
}
#page,
--
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.com/group/qubit-commits?hl=en.