[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-1760-g10a4ec1

Madhura Jayaratne madhuracj at users.sourceforge.net
Wed Mar 2 16:57:10 CET 2011


The branch, master has been updated
       via  10a4ec1fba6b1858a0e30d7e1dc4e7869a43b6b4 (commit)
      from  5ac81bc4966b2eb3f7cd61ea2e42fa9b15bf6f49 (commit)


- Log -----------------------------------------------------------------
commit 10a4ec1fba6b1858a0e30d7e1dc4e7869a43b6b4
Author: Madhura Jayaratne <madhura.cj at gmail.com>
Date:   Wed Mar 2 21:25:56 2011 +0530

    Updated CSS styles related to inline edit mode for the new theme pmahomme.

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

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

diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 6730932..cb5f3d8 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -305,6 +305,13 @@ fieldset.tblFooters {
     border-radius: 0 0 4px 5px;
 }
 
+div.null_div {
+    height: 20px;
+    text-align: center;
+    font-style:normal;
+    min-width:50px;
+}
+
 fieldset .formelement {
     float:              <?php echo $left; ?>;
     margin-<?php echo $right; ?>:       0.5em;
@@ -381,6 +388,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;


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list