From daa3a2b43cd6e1458014e763e9640b8db16cc0c1 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Wed, 30 Sep 2009 00:32:52 -0600 Subject: First round of CSS refactor updates. Added calls to gallery.common.css from wind and admin_wind. Replaced basic text align and block float classes. Removed section #2 from both themes screen styles. --- themes/wind/css/fix-ie.css | 2 +- themes/wind/css/screen.css | 24 ------------------------ themes/wind/views/movie.html.php | 2 +- themes/wind/views/page.html.php | 1 + themes/wind/views/pager.html.php | 2 +- themes/wind/views/photo.html.php | 2 +- 6 files changed, 5 insertions(+), 28 deletions(-) (limited to 'themes/wind') diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css index eee88c15..4c13764f 100644 --- a/themes/wind/css/fix-ie.css +++ b/themes/wind/css/fix-ie.css @@ -28,7 +28,7 @@ input.submit { float: none !important; } -.gPager .txtright { +.gPager .g-txt-right { width: 29%; } diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index df46b443..9f3a53e6 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -5,7 +5,6 @@ * * Sheet organization: * 1) Basic HTML elements - * 2) Reusable classes * 3) Reusable content blocks * 4) Page layout containers * 5) Content blocks in specific layout containers @@ -242,29 +241,6 @@ li.gError select { border: 2px solid red; } -/** ******************************************************************* - * 2) Reusable generic classes - *********************************************************************/ - -.inactive, .understate { - color: #ccc; - font-weight: normal; -} - -.left { - float: left; - margin: 1em 1em 1em 0; -} - -.right { - float: right; - margin: 1em 0 1em 1em; -} - -.txtright { - text-align: right; -} - /** ******************************************************************* * 3) Reusable content blocks *********************************************************************/ diff --git a/themes/wind/views/movie.html.php b/themes/wind/views/movie.html.php index 910814dd..8b8e43a8 100644 --- a/themes/wind/views/movie.html.php +++ b/themes/wind/views/movie.html.php @@ -13,7 +13,7 @@
  • $position, "total" => $sibling_count)) ?>
  • -
  • +
  • diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index 19d8cc00..414174b6 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -27,6 +27,7 @@ css("yui/reset-fonts-grids.css") ?> css("superfish/css/superfish.css") ?> css("themeroller/ui.base.css") ?> + css("gallery.common.css") ?> css("screen.css") ?>