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-03-11 16:17:33 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-03-11 16:17:33 +0300
commitaa74cd29fbf7e7e0fe61fc0bf5d14e01a1887e43 (patch)
treea91b488c11ba7d1ca48b07934d38f24921151467 /themes
parentebbaf9685c6b63f91108c51f7f1495aa2ac3ff42 (diff)
Styles were affecting edit columns as well as edit central columns
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php20
-rw-r--r--themes/pmahomme/css/common.css.php19
2 files changed, 20 insertions, 19 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index f9738a212b..57280f3ebc 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -821,14 +821,6 @@ div#tablestatistics table {
width: 100%;
}
-.menucontainer#table_name_col_no {
- position:fixed;
- top:48px;
- z-index:500;
- width:100%;
- background: <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
-}
-
#serverinfo {
background: white;
font-weight: bold;
@@ -2026,8 +2018,16 @@ fieldset .disabled-field td {
padding: 0.5em;
}
-#table_columns.noclick {
- margin-top:40px;
+#table_name_col_no_outer {
+ margin-top: 30px;
+}
+
+#table_name_col_no {
+ position: fixed;
+ top: 44px;
+ z-index: 500;
+ width: 100%;
+ background: <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
}
#table_columns input[type="text"],
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 3164e7bb62..a55cf40905 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -975,13 +975,6 @@ ul#topmenu2 li {
border-top: 1px solid #aaa;
}
-.menucontainer#table_name_col_no {
- position:fixed;
- top:58px;
- z-index:500;
- width:100%;
-}
-
/* default tab styles */
.tabactive {
background: #fff !important;
@@ -2569,8 +2562,16 @@ fieldset .disabled-field td {
padding: 1.5em;
}
-#table_columns.noclick {
- margin-top:50px;
+#table_name_col_no_outer {
+ margin-top: 45px;
+}
+
+#table_name_col_no {
+ position: fixed;
+ top: 55px;
+ z-index: 500;
+ width: 100%;
+ background: '#ffffff';
}
#table_columns input[type="text"],