? .bzr
? 713444.bartik.second-sidebar.patch
? bartik-as-admin-theme.patch
? combine-styles-reset.patch
? minor-admin-tweaks.patch
Index: bartik.info
===================================================================
RCS file: /cvs/drupal/contributions/themes/bartik/bartik.info,v
retrieving revision 1.3
diff -u -p -r1.3 bartik.info
--- bartik.info	1 Mar 2010 03:25:41 -0000	1.3
+++ bartik.info	12 Mar 2010 00:21:35 -0000
@@ -10,6 +10,7 @@ stylesheets[all][] = css/reset.css
 stylesheets[all][] = css/layout.css
 stylesheets[all][] = css/style.css
 stylesheets[all][] = css/color.css
+stylesheets[all][] = css/admin.css
 
 regions[header] = Header
 regions[help] = Help
Index: css/admin.css
===================================================================
RCS file: css/admin.css
diff -N css/admin.css
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ css/admin.css	12 Mar 2010 00:21:35 -0000
@@ -0,0 +1,19 @@
+/* $Id$ */
+
+/* -------------- Admin-specific Theming -------------- */
+.page-admin #messages div.section {
+  width: 90%;
+}
+#block-system-main img {
+  margin-right: 15px; 
+}
+.overlay .region-page-top {
+  display: none;
+}
+.page-admin-structure-block-demo .block-region {
+ color: #000000; 
+}
+.overlay-processed .field-type-image {
+ display: block;
+ float: none;
+}
Index: css/style.css
===================================================================
RCS file: /cvs/drupal/contributions/themes/bartik/css/style.css,v
retrieving revision 1.1
diff -u -p -r1.1 style.css
--- css/style.css	1 Mar 2010 03:25:41 -0000	1.1
+++ css/style.css	12 Mar 2010 00:21:35 -0000
@@ -42,6 +42,9 @@ ul.contextual-links {
   font-size: 90%;
   font-family: Arial, sans-serif;
 }
+tr.odd {
+  background-color: #dddddd;
+}
 
 
 /* ------------------ Header ------------------ */
