changeset 58:02e5dfa830cc

#11 Update Blueprints to 0.9. Also update the conditional IE specific include of the ie.css file. Hopefully this will resolve some issues seen with IE8.
author Brian Neal <bgneal@gmail.com>
date Wed, 24 Jun 2009 00:18:53 +0000
parents 7abef1a956f3
children 2022851c78cf
files gpp/templates/base.html media/css/blueprint/ie.css media/css/blueprint/print.css media/css/blueprint/screen.css
diffstat 4 files changed, 62 insertions(+), 48 deletions(-) [+]
line wrap: on
line diff
--- a/gpp/templates/base.html	Tue Jun 23 01:15:23 2009 +0000
+++ b/gpp/templates/base.html	Wed Jun 24 00:18:53 2009 +0000
@@ -16,7 +16,7 @@
 <meta name="copyright" content="&copy; 2009 Brian Neal" />
 <link rel="stylesheet" href="{{ MEDIA_URL }}css/blueprint/screen.css" type="text/css" media="screen, projection" />
 <link rel="stylesheet" href="{{ MEDIA_URL }}css/blueprint/print.css" type="text/css" media="print" /> 
-<!--[if IE]>
+<!--[if lt IE 8]>
 <link rel="stylesheet" href="{{ MEDIA_URL }}css/blueprint/ie.css" type="text/css" media="screen, projection" />
 <![endif]-->
 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/base.css" />
--- a/media/css/blueprint/ie.css	Tue Jun 23 01:15:23 2009 +0000
+++ b/media/css/blueprint/ie.css	Wed Jun 24 00:18:53 2009 +0000
@@ -1,7 +1,7 @@
 /* -----------------------------------------------------------------------
 
 
- Blueprint CSS Framework 0.8
+ Blueprint CSS Framework 0.9
  http://blueprintcss.org
 
    * Copyright (c) 2007-Present. See LICENSE for more info.
@@ -21,6 +21,15 @@
 sub {vertical-align:text-bottom;}
 html>body p code {*white-space:normal;}
 hr {margin:-8px auto 11px;}
+img {-ms-interpolation-mode:bicubic;}
 .clearfix, .container {display:inline-block;}
 * html .clearfix, * html .container {height:1%;}
-fieldset {padding-top:0;}
\ No newline at end of file
+fieldset {padding-top:0;}
+input.text, input.title {background-color:#fff;border:1px solid #bbb;}
+input.text:focus, input.title:focus {border-color:#666;}
+input.text, input.title, textarea, select {margin:0.5em 0;}
+input.checkbox, input.radio {position:relative;top:.25em;}
+form.inline div, form.inline p {vertical-align:middle;}
+form.inline label {position:relative;top:-0.25em;}
+form.inline input.checkbox, form.inline input.radio, form.inline input.button, form.inline button {margin:0.5em 0;}
+button, input.button {position:relative;top:0.25em;}
\ No newline at end of file
--- a/media/css/blueprint/print.css	Tue Jun 23 01:15:23 2009 +0000
+++ b/media/css/blueprint/print.css	Wed Jun 24 00:18:53 2009 +0000
@@ -1,7 +1,7 @@
 /* -----------------------------------------------------------------------
 
 
- Blueprint CSS Framework 0.8
+ Blueprint CSS Framework 0.9
  http://blueprintcss.org
 
    * Copyright (c) 2007-Present. See LICENSE for more info.
@@ -27,4 +27,4 @@
 .quiet {color:#999;}
 .hide {display:none;}
 a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
-a:link:after, a:visited:after {content:" (" attr(href) ") ";font-size:90%;}
\ No newline at end of file
+a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}
\ No newline at end of file
--- a/media/css/blueprint/screen.css	Tue Jun 23 01:15:23 2009 +0000
+++ b/media/css/blueprint/screen.css	Wed Jun 24 00:18:53 2009 +0000
@@ -1,7 +1,7 @@
 /* -----------------------------------------------------------------------
 
 
- Blueprint CSS Framework 0.8
+ Blueprint CSS Framework 0.9
  http://blueprintcss.org
 
    * Copyright (c) 2007-Present. See LICENSE for more info.
@@ -73,6 +73,27 @@
 .top {margin-top:0;padding-top:0;}
 .bottom {margin-bottom:0;padding-bottom:0;}
 
+/* forms.css */
+label {font-weight:bold;}
+fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
+legend {font-weight:bold;font-size:1.2em;}
+input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
+input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
+input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
+input.text, input.title {width:300px;padding:5px;}
+input.title {font-size:1.5em;}
+textarea {width:390px;height:250px;padding:5px;}
+input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
+form.inline {line-height:3;}
+form.inline p {margin-bottom:0;}
+.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
+.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
+.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
+.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
+.error a {color:#8a1f11;}
+.notice a {color:#514721;}
+.success a {color:#264409;}
+
 /* grid.css */
 .container {width:950px;margin:0 auto;}
 .showgrid {background:url(src/grid.png);}
@@ -102,30 +123,31 @@
 .span-22 {width:870px;}
 .span-23 {width:910px;}
 .span-24, div.span-24 {width:950px;margin:0;}
-input.span-1, textarea.span-1, select.span-1 {width:30px!important;}
-input.span-2, textarea.span-2, select.span-2 {width:50px!important;}
-input.span-3, textarea.span-3, select.span-3 {width:90px!important;}
-input.span-4, textarea.span-4, select.span-4 {width:130px!important;}
-input.span-5, textarea.span-5, select.span-5 {width:170px!important;}
-input.span-6, textarea.span-6, select.span-6 {width:210px!important;}
-input.span-7, textarea.span-7, select.span-7 {width:250px!important;}
-input.span-8, textarea.span-8, select.span-8 {width:290px!important;}
-input.span-9, textarea.span-9, select.span-9 {width:330px!important;}
-input.span-10, textarea.span-10, select.span-10 {width:370px!important;}
-input.span-11, textarea.span-11, select.span-11 {width:410px!important;}
-input.span-12, textarea.span-12, select.span-12 {width:450px!important;}
-input.span-13, textarea.span-13, select.span-13 {width:490px!important;}
-input.span-14, textarea.span-14, select.span-14 {width:530px!important;}
-input.span-15, textarea.span-15, select.span-15 {width:570px!important;}
-input.span-16, textarea.span-16, select.span-16 {width:610px!important;}
-input.span-17, textarea.span-17, select.span-17 {width:650px!important;}
-input.span-18, textarea.span-18, select.span-18 {width:690px!important;}
-input.span-19, textarea.span-19, select.span-19 {width:730px!important;}
-input.span-20, textarea.span-20, select.span-20 {width:770px!important;}
-input.span-21, textarea.span-21, select.span-21 {width:810px!important;}
-input.span-22, textarea.span-22, select.span-22 {width:850px!important;}
-input.span-23, textarea.span-23, select.span-23 {width:890px!important;}
-input.span-24, textarea.span-24, select.span-24 {width:940px!important;}
+input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
+input.span-1, textarea.span-1 {width:18px!important;}
+input.span-2, textarea.span-2 {width:58px!important;}
+input.span-3, textarea.span-3 {width:98px!important;}
+input.span-4, textarea.span-4 {width:138px!important;}
+input.span-5, textarea.span-5 {width:178px!important;}
+input.span-6, textarea.span-6 {width:218px!important;}
+input.span-7, textarea.span-7 {width:258px!important;}
+input.span-8, textarea.span-8 {width:298px!important;}
+input.span-9, textarea.span-9 {width:338px!important;}
+input.span-10, textarea.span-10 {width:378px!important;}
+input.span-11, textarea.span-11 {width:418px!important;}
+input.span-12, textarea.span-12 {width:458px!important;}
+input.span-13, textarea.span-13 {width:498px!important;}
+input.span-14, textarea.span-14 {width:538px!important;}
+input.span-15, textarea.span-15 {width:578px!important;}
+input.span-16, textarea.span-16 {width:618px!important;}
+input.span-17, textarea.span-17 {width:658px!important;}
+input.span-18, textarea.span-18 {width:698px!important;}
+input.span-19, textarea.span-19 {width:738px!important;}
+input.span-20, textarea.span-20 {width:778px!important;}
+input.span-21, textarea.span-21 {width:818px!important;}
+input.span-22, textarea.span-22 {width:858px!important;}
+input.span-23, textarea.span-23 {width:898px!important;}
+input.span-24, textarea.span-24 {width:938px!important;}
 .append-1 {padding-right:40px;}
 .append-2 {padding-right:80px;}
 .append-3 {padding-right:120px;}
@@ -231,21 +253,4 @@
 hr.space {background:#fff;color:#fff;}
 .clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
 .clearfix, .container {display:block;}
-.clear {clear:both;}
-
-/* forms.css */
-label {font-weight:bold;}
-fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
-legend {font-weight:bold;font-size:1.2em;}
-input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
-input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
-input.text, input.title {width:300px;padding:5px;}
-input.title {font-size:1.5em;}
-textarea {width:390px;height:250px;padding:5px;}
-.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
-.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
-.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
-.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
-.error a {color:#8a1f11;}
-.notice a {color:#514721;}
-.success a {color:#264409;}
\ No newline at end of file
+.clear {clear:both;}
\ No newline at end of file