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:
authorRouslan Placella <rouslan@placella.com>2012-04-18 20:30:32 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-18 21:11:25 +0400
commit8e35b712179fb6f85a3f8f62897c5f26954b43f6 (patch)
treedf0cfafeee9844305bfe09e362b84a73b80f766d /themes
parent21e3f2708035e89dc3ff78e9350bf82d25bb7957 (diff)
PMD should use PMA_ajaxShowMessage() instead of custom notifications
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/theme_right.css.php12
-rw-r--r--themes/pmahomme/css/theme_right.css.php12
2 files changed, 0 insertions, 24 deletions
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 65bc3c88f6..9810bd6431 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -2885,18 +2885,6 @@ a.M_butt:hover {
border: #999999 solid 1px;
}
-#layer_action {
- position: absolute;
- left: 638px;
- top: 52px;
- z-index: 1000;
- background-color: #CCFF99;
- padding: 3px;
- border: #009933 solid 1px;
- white-space: nowrap;
- font-weight: bold;
-}
-
#layer_upd_relation {
position: absolute;
left: 637px;
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index c97dc8dff3..88f5ea8189 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -3410,18 +3410,6 @@ a.M_butt:hover {
border: #999 solid 1px;
}
-#layer_action {
- position: absolute;
- left: 638px;
- top: 52px;
- z-index: 1000;
- background-color: #CCFF99;
- padding: 3px;
- border: #009933 solid 1px;
- white-space: nowrap;
- font-weight: bold;
-}
-
#layer_upd_relation {
position: absolute;
left: 637px;