[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-831-gf628541

Madhura Jayaratne madhuracj at users.sourceforge.net
Sun Feb 20 17:20:59 CET 2011


The branch, master has been updated
       via  f6285413d78cbedfa0503d037240dacf2ee9fe16 (commit)
      from  23f897f34fdc3dceb3654407d0a4edb317b12f6d (commit)


- Log -----------------------------------------------------------------
commit f6285413d78cbedfa0503d037240dacf2ee9fe16
Author: Madhura Jayaratne <madhura.cj at gmail.com>
Date:   Sun Feb 20 21:49:40 2011 +0530

    More CSS styles for 'null' checkbox in inline edit mode.

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

Summary of changes:
 themes/darkblue_orange/css/theme_right.css.php |   15 +++++++++++++++
 themes/original/css/theme_right.css.php        |    1 +
 2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php
index f364a3c..837354b 100644
--- a/themes/darkblue_orange/css/theme_right.css.php
+++ b/themes/darkblue_orange/css/theme_right.css.php
@@ -176,6 +176,13 @@ fieldset.tblFooters {
     clear:              both;
 }
 
+div.null_div {
+    height: 20px;
+    text-align: center;
+    font-style:normal;
+    min-width:60px;
+}
+
 fieldset .formelement {
     float:              <?php echo $left; ?>;
     margin-<?php echo $right; ?>:       0.5em;
@@ -260,6 +267,14 @@ th.condition {
     border: 1px solid <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
 }
 
+/**
+ * cells with the value NULL
+ */
+td.null {
+    font-style: italic;
+    text-align: <?php echo $right; ?>;
+}
+
 table .value {
     text-align:         <?php echo $right; ?>;
     white-space:        normal;
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index b1bc753..73ec5f8 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -163,6 +163,7 @@ div.null_div {
     height: 20px;
     text-align: center;
     font-style:normal;
+    min-width:50px;
 }
 
 fieldset .formelement {


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list