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:
authorDeven Bansod <devenbansod.bits@gmail.com>2015-03-10 23:05:06 +0300
committerDeven Bansod <devenbansod.bits@gmail.com>2015-03-10 23:30:48 +0300
commit6bfe67c82b0759387e3604cf6d876755ddf76bd8 (patch)
tree84cfa8b96efdc26282883c0f95a596a96d66e76a /themes
parent127ba15547a6c2c347227d0fb1af6db7d4a80549 (diff)
Tries to implement RFE #1614.
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php12
-rw-r--r--themes/pmahomme/css/common.css.php11
2 files changed, 23 insertions, 0 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index f4994f64f2..7ff46a76f8 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -821,6 +821,14 @@ 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;
@@ -2014,6 +2022,10 @@ fieldset .disabled-field td {
padding: 0.5em;
}
+#table_columns.noclick {
+ margin-top:40px;
+}
+
#table_columns input[type="text"],
#table_columns input[type="password"],
#table_columns input[type="number"],
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 65c0f8d8df..9e16f29e1d 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -973,6 +973,13 @@ 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;
@@ -2556,6 +2563,10 @@ fieldset .disabled-field td {
padding: 1.5em;
}
+#table_columns.noclick {
+ margin-top:50px;
+}
+
#table_columns input[type="text"],
#table_columns input[type="password"],
#table_columns input[type="number"],