Author: batiste.bieler
Date: Thu Apr 23 08:26:42 2009
New Revision: 475
Modified:
trunk/pages/media/pages/css/pages.css
trunk/pages/templates/admin/pages/page/menu.html
Log:
Some CSS modification in the admin
Modified: trunk/pages/media/pages/css/pages.css
==============================================================================
--- trunk/pages/media/pages/css/pages.css (original)
+++ trunk/pages/media/pages/css/pages.css Thu Apr 23 08:26:42 2009
@@ -30,6 +30,16 @@
margin-bottom:1px;
}
+.change-list .publish-select {
+ margin:2px;
+ padding:1px;
+}
+
+.change-list .publish-cell {
+ padding:0 5px;
+}
+
+
.placeholder-row textarea, .placeholder-row input {
float:left;
}
Modified: trunk/pages/templates/admin/pages/page/menu.html
==============================================================================
--- trunk/pages/templates/admin/pages/page/menu.html (original)
+++ trunk/pages/templates/admin/pages/page/menu.html Thu Apr 23 08:26:42
2009
@@ -28,7 +28,7 @@
<span style="font-weight:normal">{% if not forloop.last %}|{%
endif %}</span>
{% endfor %}
</td>
-<td>
+<td class="publish-cell">
{% ifequal page.status page.DRAFT %}
<img alt="False" src="{% admin_media_prefix %}img/admin/icon-no.gif" />
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" 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/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---