Update version.php to 3.3.0
[isso.git] / Decorator.css.php
index 42f4c0cdcfc6d3430e8b0846db916690e46c27fc..523a574d44febe90773f42b97e02aa85aeb8b15d 100644 (file)
@@ -7,7 +7,7 @@ header("Content-Type: text/css");
 /*=====================================================================*
 || ###################################################################
 || # Blue Static ISSO Framework
-|| # Copyright (c)2005-2008 Blue Static
+|| # Copyright (c)2005-2009 Blue Static
 || #
 || # This program is free software; you can redistribute it and/or modify
 || # it under the terms of the GNU General Public License as published by
@@ -126,7 +126,7 @@ fieldset dt label
 }
 
 /* Description for form elements/names */
-fieldset label dfn
+dfn
 {
        font-weight: normal;
        font-style: italic;
@@ -153,11 +153,26 @@ fieldset dl dt
 /* Field value editor */
 fieldset dl dd
 {
-       padding: 4px 0px 2px 4px;
+       padding: 4px 0px 2px 5px;
        margin: 5px 0px 5px 0px;
        
-       width: 48%;
-       float: right;
+       border-width: 0px 0px 0px 0px;
+       border-color: #7BAA5A;
+       border-style: solid;
+
+       float: left;
+       width: 40%;
+}
+
+/* Submit row items */
+.submit
+{
+       text-align: center;
+       
+       background-color: rgb(50, 50, 50);
+       
+       margin: 4px 0px 4px 0px;
+       padding: 5px;
 }
 
 /*******************************************************************/
@@ -165,8 +180,11 @@ fieldset dl dd
 /*******************************************************************/
 
 /* Give the input elements some styling */
-input, select, textarea
+input, select, textarea, .button
 {
+       font-family: Verdana, Helvetica, Arial, sans-serif;
+       font-size: 12px;
+       
        border-width: 1px;
        border-style: solid;
        border-color: rgb(123, 170, 90);
@@ -176,6 +194,25 @@ input, select, textarea
        background-color: rgb(237, 245, 230);
 }
 
+input[type="button"], input[type="submit"], input[type="reset"], .button
+{
+       font-family: Verdana, Helvetica, Arial, sans-serif;
+       font-size: 14px;
+       font-weight: bold;
+}
+
+textarea, input[type="text"], input[type="password"]
+{
+       width: 100%;
+}
+
+textarea
+{
+       min-height: 50px;
+       max-height: 400px;
+       height: auto;
+}
+
 /*******************************************************************/
 /* Tables */
 /*******************************************************************/
@@ -222,19 +259,19 @@ thead
        color: rgb(62, 76, 49);
 }
 
-       .headings td
+       .headings td, tbody td
        {
                text-align: center;
        }
 
-       .headings td:first-child
+       .headings td:last-child, tbody td:last-child
        {
-               text-align: left;
+               text-align: right;
        }
 
-       .headings td:last-child
+       .headings td:first-child, tbody td:first-child
        {
-               text-align: right;
+               text-align: left;
        }
 
 /* Data formatting for tables */