From 21246070fa339ea87b3702aa11582eded2320b65 Mon Sep 17 00:00:00 2001 From: Tyron Madlener Date: Mon, 13 Jun 2011 16:55:49 +0200 Subject: [PATCH] Some style fixes mostly for original theme --- server_status.php | 2 +- themes/original/css/theme_right.css.php | 21 +++++++++++++++++++++ themes/original/img/cleardot.gif | Bin 0 -> 43 bytes themes/pmahomme/css/theme_right.css.php | 3 --- 4 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 themes/original/img/cleardot.gif diff --git a/server_status.php b/server_status.php index 8cb541edf9..65cab4b832 100644 --- a/server_status.php +++ b/server_status.php @@ -555,7 +555,7 @@ function printQueryStatistics() { ?> - + getImgPath(); ?>s_sortable.png); +} +table#serverstatusqueriesdetails th.headerSortUp img.sortableIcon, table#serverstatusvariables th.headerSortUp img.sortableIcon { + background-image:url(getImgPath(); ?>s_asc.png); +} +table#serverstatusqueriesdetails th.headerSortDown img.sortableIcon, table#serverstatusvariables th.headerSortDown img.sortableIcon { + background-image:url(getImgPath(); ?>s_desc.png); +} + +.statuslinks { + float: ; +} + /* Also used for the variables page */ fieldset#tableFilter { margin-bottom:1em; diff --git a/themes/original/img/cleardot.gif b/themes/original/img/cleardot.gif new file mode 100644 index 0000000000000000000000000000000000000000..35d42e808f0a8017b8d52a06be2f8fec0b466a66 GIT binary patch literal 43 scmZ?wbhEHbWMp7uXkcLY|NlP&1B2pE7Dgb&paUX6G7L;iE{qJ;0LZEa`2YX_ literal 0 HcmV?d00001 diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 07bd55bf11..7092358b27 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -1166,9 +1166,6 @@ img.sortableIcon { background-repeat:no-repeat; } -table#serverstatusqueriesdetails th img.sortableIcon, table#serverstatusvariables th img.sortableIcon { - background-image:url(getImgPath(); ?>s_sortable.png); -} table#serverstatusqueriesdetails th.headerSortUp img.sortableIcon, table#serverstatusvariables th.headerSortUp img.sortableIcon { background-image:url(getImgPath(); ?>s_asc.png); }