Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorManish Bisht <manish.bisht490@gmail.com>2017-06-27 20:06:08 +0300
committerManish Bisht <manish.bisht490@gmail.com>2017-07-10 19:57:20 +0300
commit68d4388da0b6dea6eb0128925cdef745054bf49b (patch)
tree250fd1e1509dcd8987ec62591b854b0bf35f246d /themes
parentc1ef1ca19630a46049047fc98149a825357cc1b6 (diff)
made server status queries chart responsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/common.css.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index ee53f2340b..f992461577 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -3589,4 +3589,9 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
.doubleFieldset fieldset {
width: 98%;
}
+
+ div#serverstatusquerieschart {
+ width: 100%;
+ height: 450px;
+ }
} \ No newline at end of file