From 2157d7390d11ca36a3e0e6bf315bc18b519f3ce7 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Thu, 27 Oct 2005 08:34:55 +0000 Subject: [PATCH] - added style for class selectallarrow - added extra space between icons and text --- ChangeLog | 3 +++ css/phpmyadmin.css.php | 12 ++++++++++++ 2 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index e33d177c9..23243e2c1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,9 @@ $Source$ - make use of global row highlighting/marking - display 'print table' and row stats for views - no actions for info_schema tables + * css/phpmyadmin.css.php: + - added style for class selectallarrow + - added extra space between icons and text 2005-10-26 Marc Delisle * lang/french* updates diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index 1964025c6..d44a36892 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -44,8 +44,20 @@ caption { vertical-align: middle; } +/* leave some space between icons and text */ .icon { vertical-align: middle; + margin-right: 0.3em; + margin-left: 0.3em; +} +/* no extra space in table cells */ +td .icon { + margin: 0; +} + +.selectallarrow { + margin-: 0.3em; + margin-: 0.6em; } div#tablestatistics {