[extensions-web] css: Put the border on the opinion form back



commit 692e2328d8b6de2c67c5ae069216f0ebb0b88a53
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Aug 7 13:15:51 2012 -0300

    css: Put the border on the opinion form back

 sweettooth/static/css/sweettooth.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 572e63f..de9bf79 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -642,6 +642,7 @@ input[type=submit], button {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     padding: 3px;
+    border: 1px solid #888;
 }
 
 #opinion_form p textarea {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]