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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-05-22 12:25:25 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-05-22 12:25:25 +0300
commit6c7ee747b7c84cb29d76ee752f803a67f5823fb0 (patch)
tree2dec38575415cb6c36794bc36d7845e821e8b945 /themes
parent10045cbf8e12067eaf376bc562df0f2d124f9166 (diff)
#4918 Date field popup dialog position bug
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
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, 0 insertions, 10 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 455ac98ead..58b6cd1b67 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -2277,11 +2277,6 @@ fieldset .disabled-field td {
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 45f1f9ba4a..46d4ac1eca 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -2851,11 +2851,6 @@ fieldset .disabled-field td {
height: 10em;
}
-.cEdit .edit_area_right {
- position: absolute;
- right: 0;
-}
-
.cEdit .goto_link {
background: #EEE;
color: #555;