[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_7-21577-g977be12

Rouslan Placella roccivic at users.sourceforge.net
Wed Oct 26 18:34:33 CEST 2011


The branch, master has been updated
       via  977be12bda0f67d9f3b81bc2fa4a11af68b4d7b3 (commit)
      from  1fd7a96135243353171fb88db5ec2f562d3aea1b (commit)


- Log -----------------------------------------------------------------
commit 977be12bda0f67d9f3b81bc2fa4a11af68b4d7b3
Author: Rouslan Placella <rouslan at placella.com>
Date:   Wed Oct 26 17:32:42 2011 +0100

    Reduced vertical padding between fields in the ENUM/SET editor

-----------------------------------------------------------------------

Summary of changes:
 themes/original/css/theme_right.css.php |    2 +-
 themes/pmahomme/css/theme_right.css.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 31eec35..77ec46e 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -1658,7 +1658,7 @@ hr.enum_editor_no_js {
 }
 
 #enum_editor .values input {
-    margin: 5px 0;
+    margin: 0.1em 0;
     padding-right: 2.5em;
     width: 100%;
 }
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index e79300b..324f661 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -2038,7 +2038,7 @@ hr.enum_editor_no_js {
 }
 
 #enum_editor .values input {
-    margin: 5px 0;
+    margin: 0.1em 0;
     padding-right: 2em;
     width: 100%;
 }


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list