Add font styling to form input elements and create a .button class for styling links...
[isso.git] / Decorator.css.php
index fae10964ed4ff9031e1dc19b8c1d18f13760618f..523a574d44febe90773f42b97e02aa85aeb8b15d 100644 (file)
@@ -161,6 +161,7 @@ fieldset dl dd
        border-style: solid;
 
        float: left;
+       width: 40%;
 }
 
 /* Submit row items */
@@ -179,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);
@@ -190,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 */
 /*******************************************************************/
@@ -236,17 +259,17 @@ thead
        color: rgb(62, 76, 49);
 }
 
-       .headings td
+       .headings td, tbody td
        {
                text-align: center;
        }
 
-       .headings td:last-child
+       .headings td:last-child, tbody td:last-child
        {
                text-align: right;
        }
 
-       .headings td:first-child
+       .headings td:first-child, tbody td:first-child
        {
                text-align: left;
        }