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:
authorMarc Delisle <marc@infomarc.info>2012-05-20 15:43:11 +0400
committerMarc Delisle <marc@infomarc.info>2012-05-20 15:43:11 +0400
commit4ffeb06ca0cfc8afac3879d9b6938537cd8eb2ba (patch)
tree6700b031be654e5bdafc9182b5777c5120f1767e /themes
parenta88705463db29c36156fa6574bdc572fa8090a44 (diff)
Improve resizer
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/theme_right.css.php12
-rw-r--r--themes/pmahomme/css/theme_right.css.php14
2 files changed, 25 insertions, 1 deletions
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 4688de2d8d..62f65c6a07 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -599,6 +599,18 @@ td.disabled {
}
/**
+ * zoom search
+ */
+div#resizer {
+ width: 600px;
+ height: 400px;
+}
+div#querychart {
+ float: left;
+ width: 600px;
+}
+
+/**
* login form
*/
body.loginform h1,
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 3690ac53b6..128c4ebbce 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -780,6 +780,18 @@ td.disabled {
}
/**
+ * zoom search
+ */
+div#resizer {
+ width: 600px;
+ height: 400px;
+}
+div#querychart {
+ float: left;
+ width: 600px;
+}
+
+/**
* login form
*/
body.loginform h1,
@@ -3485,7 +3497,7 @@ body .ui-widget {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1em;
/* height: 300px;
- width: 400px;*/
+ width: 590px;*/
}
/*rules applied to all axes*/