Changeset 1125

Show
Ignore:
Timestamp:
09/22/08 20:56:46 (17 months ago)
Author:
bsmith
Message:

bugzid:82055

Updated Submit button styling to style submit and preview buttons:

Before:
div#respond form#commentform input#submit {border:0; margin-top:10px; width:440px; height:24px;}

After:
div#respond form#commentform input#comment-submit, div#respond form#commentform input#comment-preview {border:0; margin-top:10px; width:440px; height:24px;}

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Sandbox/mt-static/plugins/Sandbox/themes/sandpress/style.css

    r743 r1125  
    282282div#respond .formcontainer{font-size:0.55em;  width:500px; line-height:1.7em; height:400px; background:url(images/commentform.png) no-repeat 0 5px; } 
    283283div#respond form#commentform textarea{border:3px solid #58B0DA; padding:5px; height:80px; width:424px} 
    284 div#respond form#commentform input{border:3px solid #58B0DA; padding:5px; height:16px; width:424px} 
     284div#respond form#commentform input#comment-submit, div#respond form#commentform input#comment-preview {border:0; margin-top:10px; width:440px; height:24px;} 
    285285div#respond form#commentform input#submit{border:0; margin-top:10px; width:440px; height:24px;} 
    286286form#commentform{margin:0 auto; width:440px; padding-top:30px}