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:
authorMarc Delisle <marc@infomarc.info>2015-03-10 19:18:44 +0300
committerMarc Delisle <marc@infomarc.info>2015-03-10 19:18:44 +0300
commita3b95b6951effa92286742516752155eda65374c (patch)
tree3c48b978d298bf4ae17c58db6efe6bf0db4a41d3 /themes
parent39ba31b5ca20f12cec7f845296a89407b4f8fd92 (diff)
parent6bfe67c82b0759387e3604cf6d876755ddf76bd8 (diff)
Merge pull request #1555 from devenbansod/feat-req-1614
Tries to implement RFE #1614.
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 aa19056bb3..f9738a212b 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;
@@ -2018,6 +2026,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 22e6b13827..3164e7bb62 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -975,6 +975,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;
@@ -2562,6 +2569,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"],