[Phpmyadmin-git] [SCM] phpMyAdmin themes branch, master, updated. darkblue_orange-2.9-7-g288ae8d

Marc Delisle lem9 at users.sourceforge.net
Sun Apr 24 15:10:44 CEST 2011


The branch, master has been updated
       via  288ae8dc8c25c9262af6b241433b69ca10d3608b (commit)
      from  f460c2c776b972ba6df53407225c5a689a3eaee4 (commit)


- Log -----------------------------------------------------------------
commit 288ae8dc8c25c9262af6b241433b69ca10d3608b
Author: Marc Delisle <marc at infomarc.info>
Date:   Sun Apr 24 09:10:32 2011 -0400

    New classes for table/db operations

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

Summary of changes:
 darkblue_orange/css/theme_right.css.php |   17 +++--------------
 graphite/css/theme_right.css.php        |   21 +++------------------
 toba/css/theme_right.css.php            |   21 +++------------------
 3 files changed, 9 insertions(+), 50 deletions(-)

diff --git a/darkblue_orange/css/theme_right.css.php b/darkblue_orange/css/theme_right.css.php
index f0a2d92..637b063 100644
--- a/darkblue_orange/css/theme_right.css.php
+++ b/darkblue_orange/css/theme_right.css.php
@@ -1296,25 +1296,14 @@ li#li_user_preferences {
     float: <?php echo $left; ?>;
 }
 
-#div_table_order {
+.operations_half_width {
     min-width: 48%;
     float: <?php echo $left; ?>;
 }
 
-#div_table_rename {
-    min-width: 48%;
-    float: <?php echo $left; ?>;
-}
-
-#div_table_copy, #div_partition_maintenance, #div_referential_integrity, #div_table_removal, #div_table_maintenance {
-    min-width: 48%;
-    float: <?php echo $left; ?>;
-}
-
-#div_table_options {
+.operations_full_width {
+    width: 100%;
     clear: both;
-    min-width: 48%;
-    float: <?php echo $left; ?>;
 }
 
 #qbe_div_table_list {
diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php
index 126aa85..80bb6a7 100644
--- a/graphite/css/theme_right.css.php
+++ b/graphite/css/theme_right.css.php
@@ -1050,29 +1050,14 @@ li#li_select_fontsize {
     float: <?php echo $left; ?>;
 }
 
-#div_table_order,
-#div_table_rename {
+.operations_half_width {
     min-width: 48%;
     float: <?php echo $left; ?>;
 }
 
-#div_table_order {
-    clear: left;
-}
-
-#div_table_copy,
-#div_partition_maintenance,
-#div_referential_integrity,
-#div_table_removal,
-#div_table_maintenance {
-    min-width: 48%;
-    float: <?php echo $left; ?>;
-}
-
-#div_table_options {
+.operations_full_width {
+    width: 100%;
     clear: both;
-    min-width: 48%;
-    float: <?php echo $left; ?>;
 }
 
 #qbe_div_table_list {
diff --git a/toba/css/theme_right.css.php b/toba/css/theme_right.css.php
index 41ead38..b929b82 100644
--- a/toba/css/theme_right.css.php
+++ b/toba/css/theme_right.css.php
@@ -1255,29 +1255,14 @@ li#li_user_preferences {
     float: <?php echo $left; ?>;
 }
 
-#div_table_order {
+.operations_half_width {
     min-width: 48%;
     float: <?php echo $left; ?>;
 }
 
-#div_table_rename {
-    min-width: 48%;
-    float: <?php echo $left; ?>;
-}
-
-#div_table_copy,
-#div_partition_maintenance,
-#div_referential_integrity,
-#div_table_removal,
-#div_table_maintenance {
-    min-width: 48%;
-    float: <?php echo $left; ?>;
-}
-
-#div_table_options {
+.operations_full_width {
+    width: 100%;
     clear: both;
-    min-width: 48%;
-    float: <?php echo $left; ?>;
 }
 
 #qbe_div_table_list {


hooks/post-receive
-- 
phpMyAdmin themes




More information about the Git mailing list