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 0000000000..35d42e808f
Binary files /dev/null and b/themes/original/img/cleardot.gif differ
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);
}
|