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:
authorJ.M <me@mynetx.net>2013-11-22 23:15:15 +0400
committerJ.M <me@mynetx.net>2013-11-22 23:18:46 +0400
commitbc62aff65d70d9f5f063aadd6cf112c4e629e8bd (patch)
tree30064e644aac1a71426be6c676f00dbd2ae5165b /themes
parent1615fe11808cf9c79b830c3f9eec863941d86899 (diff)
If grid edit area wider than screen, move to left
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php5
-rw-r--r--themes/pmahomme/css/common.css.php5
2 files changed, 10 insertions, 0 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index dc3c383da0..79f473d260 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -2247,6 +2247,11 @@ form#resultsForm > .data {
height: 10em;
}
+.cEdit .edit_area_right {
+ position: absolute;
+ right: 0;
+}
+
.cEdit .goto_link {
background: #EEE;
color: #555;
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index d9c90fd075..8e27ecb0a8 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -2721,6 +2721,11 @@ fieldset .disabled-field td {
height: 10em;
}
+.cEdit .edit_area_right {
+ position: absolute;
+ right: 0;
+}
+
.cEdit .goto_link {
background: #EEE;
color: #555;