Browse Source

Change width of email button so that it retains its size of smaller widths

Talha Mansoor 11 years ago
parent
commit
8362aa225f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      static/css/elegant.css

+ 2 - 2
static/css/elegant.css

@@ -561,8 +561,8 @@ ul.list-all-articles li time {
 #mc_embed_signup input.button {
     display: block;
     margin: 0 0 10px 0;
-    min-width: 90px;
-    width: 100%
+    min-width: 130px;
+    width: 100%;
 }
 #mc_embed_signup input[type='email'] {
     height: 100%;