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:
authorLakshay arora <arora.lakshya123@gmail.com>2018-08-06 15:09:48 +0300
committerGitHub <noreply@github.com>2018-08-06 15:09:48 +0300
commit75af21cff67d23648e1f74a065539328d07cbfa0 (patch)
tree8e42e7b932311b6e734dec789dfabd2380952bba /themes
parent9d2ebe7b79ff2e8ba1e1193c1a859cb94ee83798 (diff)
parent6b902c298c5c563d5b117fdac0a6e52d92525faf (diff)
Merge branch 'master' into enh_1
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php8
-rw-r--r--themes/pmahomme/css/common.css.php8
2 files changed, 16 insertions, 0 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index caca5fe645..53e188ba51 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -139,6 +139,14 @@ textarea {
overflow: visible;
}
+th.fillPage {
+ width: 80%;
+}
+
+textarea.charField {
+ width: 95%;
+}
+
fieldset {
margin-top: 1em;
border: <?php echo $GLOBALS['cfg']['MainColor']; ?> solid 1px;
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index b46a32a4ce..476812ccf6 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -345,6 +345,14 @@ textarea.char {
margin: 6px;
}
+th.fillPage {
+ width: 80%;
+}
+
+textarea.charField {
+ width: 95%;
+}
+
fieldset, .preview_sql {
margin-top: 1em;
border-radius: 4px 4px 0 0;