tbrehm
2011-09-20 52407705d64ebabbf3de87fdb78602d24af5a673
interface/web/themes/default/css/screen/uni-form.css
@@ -10,10 +10,10 @@
    .uniForm .ctrlHolder{ padding: 3px; border-bottom: 1px dotted #dfdfdf; }
    
    .uniForm .buttonHolder{ 
      text-align: right;
      text-align: left;
      background: #CEDEEF url("../../images/buttonHolder_bg.gif") no-repeat right;
      margin: 1em 0;
      padding: 8px;
      margin: 3em 0 1em;
      padding: 8px;
    }
      .uniForm .resetButton{ float: left; }
      .uniForm .primaryAction{ font-weight: bold; }
@@ -123,7 +123,8 @@
/* This is the main unit that contains our form elements */
.uniForm .textInput, .uniForm .selectInput, .uniForm textarea {
   background:#FFFFFF none repeat scroll 0 0;
   background:#FFFFFF none repeat scroll 0 0
   color: #000000;;
   border: 1px solid #DFDFDF;
   padding: 1px;
}