Commit:    38c3205a6c525ddecc460dc523abce17f6903527
Author:    Jacob Bednarz <[email protected]>         Thu, 26 Feb 2015 
18:15:11 +1000
Parents:   2f8d0f3256e679c27276b176daa79245d9a9c150
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=38c3205a6c525ddecc460dc523abce17f6903527

Log:
Space out parts of the input UI

Changed paths:
  M  www/css/style.css


Diff:
diff --git a/www/css/style.css b/www/css/style.css
index 5ddee3d..014be8b 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -513,6 +513,7 @@ td.content {
 
 td.content table {
        font-size: 100%; /* make IE look normal */
+  padding-bottom: 15px;
 }
 
 .headertop {
@@ -568,7 +569,11 @@ form#update,
 form#vote,
 div.comment {
        clear: both;
-  padding: 10px 0;
+  padding: 15px 0;
+}
+
+#comment table {
+  padding-top: 15px;
 }
 
 table.lusersearch td {


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to