Zen 6.x-1.x-dev
+ #365631: Zen's table-styling-fix breaks update module's styling
#322480 by grendzy, mr.baileys, Bevan, and JohnAlbin: Make registry rebuild warning less obtrusive
#325630: Broken link in "Theme registry rebuilt" warning when Clean URLs is off
#324104 by JohnAlbin and dalin: Broken block editing link for Views 2
}
div.warning,
- tr.warning,
- body.section-admin tr.warning
+ tr.warning
{
color: #000; /* Drupal core uses #220 */
background-color: #ffc;
}
div.error,
- tr.error,
- body.section-admin tr.error
+ tr.error
{
color: #900; /* Drupal core uses #200 */
background-color: #fee;
text-align: left;
}
- tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
- {
- border-bottom: none;
- padding: 0;
- }
-
- tr.even
+ tr.even /* Some tables have rows marked even or odd. */
{
/* background-color: #eee; */ /* Drupal core uses a #eee background */
}
/** Drupal admin tables **/
/* We overrode these styles in html-elements.css, but restore them for the
- * admin section of the site.
+ * forms on the site.
*/
- .section-admin tbody
+ form tbody
{
border-top: 1px solid #ccc;
}
- .section-admin th
+ form th
{
text-align: left;
padding-right: 1em;
border-bottom: 3px solid #ccc;
}
- .section-admin tbody th
+ form tbody th
{
border-bottom: 1px solid #ccc;
}
- .section-admin thead th
+ form thead th
{
text-align: left;
padding-right: 1em;
border-bottom: 3px solid #ccc;
}
-
- .section-admin tr.even,
- .section-admin tr.odd
- {
- background-color: #eee;
- border-bottom: 1px solid #ccc;
- padding: 0.1em 0.6em;
- }