Add a lot of CSS changes, I can't even remember how many and what are they.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Mon, 17 Jan 2011 02:52:42 +0530
changeset 434 ebfe27c2af39
parent 433 b8b8337efbb8
child 435 1217d808d70f
Add a lot of CSS changes, I can't even remember how many and what are they. Interestingly added CSS3 support for the first time. Welcome to the awesome dashing top bar.
pytask/static/css/base.css
--- a/pytask/static/css/base.css	Mon Jan 17 02:51:55 2011 +0530
+++ b/pytask/static/css/base.css	Mon Jan 17 02:52:42 2011 +0530
@@ -8,12 +8,11 @@
 }
 
 #wrapper {
-  width: 956px;
+  width: auto;
   padding: 10px;
   margin: 0px auto 0px auto;
   height: auto;
   text-align: left;
-  border: 1px solid #ddd;
 }
 
 #header {
@@ -23,6 +22,10 @@
   width: auto;
   text-align: center;
   background-color: #f1f1f1;
+  border: 1px solid #ddd;
+  -moz-box-shadow: 0 0 1em darkslategray;
+  -webkit-box-shadow: 0 0 1em darkslategray;
+  box-shadow: 0 0 1em darkslategray;
 }
 
 #container {
@@ -38,9 +41,24 @@
 
 #left {
   margin: 0px;
-  width: 160px;
+  width: 15%;
   padding: 10px 20px 10px 20px;
   float: left;
+  border: 1px solid #ddd;
+}
+
+div #navheader {
+  margin-bottom: 15;
+  padding: 5px 0px 5px 0px;
+  height: auto;
+  width: auto;
+  text-align: center;
+  background-color: #f1f1f1;
+  border: 1px solid #ddd;
+  text-indent: center;
+  color: #a92;
+  font-size: 16px;
+  font-weight: bold;
 }
 
 #nav {
@@ -76,13 +94,17 @@
 
 #center {
   height: auto;
-  width: 504px;
+  width: 54%;
   padding: 10px 20px 10px 20px;
   float: left;
   margin: 0px 0px 0px 6px;
   line-height: 1.8em;
+  border: 1px solid #ddd;
 }
 
+hr {
+  color: #999;
+}
 h1 {
   font-size: 14px;
   margin: 0px;
@@ -92,9 +114,10 @@
 #right {
   padding: 10px 20px 10px 20px;
   height: auto;
-  width: 160px;
+  width: 20%;
   float: left;
   margin: 0px 0px 0px 6px;
+  border: 1px solid #ddd;
 }
 
 .clearer {
@@ -104,15 +127,16 @@
   margin: 0px;
   padding: 0px;
   clear: both;
-  height: 0px;
+  height: auto;
   width: auto;
 }
 
 #footer {
   margin: 10px 0px 0px 0px;
-  text-align: left;
+  text-align: center;
   padding: 5px 0px 5px 0px;
   background-color: #f1f1f1;
+  clear: both;
 }
 
 #footer p {
@@ -191,3 +215,16 @@
   cursor:pointer;
   text-align:center;
 }
+
+button.green {
+  width:150px;
+  height:37px;
+  padding-bottom: 5px;
+  border:none;
+  background:url('/pytask/static/images/form/form_button_green.png') no-repeat 0 0;
+  color:#fff;
+  cursor:pointer;
+  text-align:center;
+  font-size: 16px;
+  font-weight: bold;
+}
\ No newline at end of file