diff --git a/ChangeLog b/ChangeLog index 526a12362..973cc9901 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,8 @@ $Id$ $Source$ 2003-07-28 Alexander M. Turek - * tbl_properties_structure.php3: Use icons for multi-submit buttons. + * tbl_properties_structure.php3, css/phpmyadmin.css.php3: Use icons for + multi-submit buttons. 2003-07-28 Garvin Hicking * sql.php3, libraries/common.lib.php3 - when $cfg['SQP']['fmtType'] diff --git a/css/phpmyadmin.css.php3 b/css/phpmyadmin.css.php3 index e6af9d5c4..4126fcc97 100644 --- a/css/phpmyadmin.css.php3 +++ b/css/phpmyadmin.css.php3 @@ -56,7 +56,7 @@ div {font-family: ; font-size: ; color: #333399; text-decoration: none} .tblItem:hover {color: #FF0000; text-decoration: underline} /* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */ div {font-family: ; font-size: ; color: #000000} @@ -190,6 +190,11 @@ fieldset fieldset { margin: 0.8em; } +button.mult_submit { + border: none; + background-color: transparent; +} + .pdflayout { overflow: hidden; clip: inherit; @@ -208,7 +213,7 @@ fieldset fieldset { display: inline; visibility: inherit; cursor: move; - position: absolute; + position: absolute; font-size: ; border: 1px dashed #000000; } diff --git a/tbl_properties_structure.php3 b/tbl_properties_structure.php3 index 1a151a07a..4123bda29 100755 --- a/tbl_properties_structure.php3 +++ b/tbl_properties_structure.php3 @@ -376,12 +376,12 @@ $checkall_url = 'tbl_properties_structure.php3?' . PMA_generate_common_url($db,$ if ($cfg['PropertiesIconic']) { /* Opera has trouble with */ - echo ' ' . "\n"; // Drop button if there is at least two fields if ($fields_cnt > 1) { - echo ' ' . "\n"; }