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:
authorAtul Pratap Singh <atulpratapsingh05@gmail.com>2015-06-02 10:34:24 +0300
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2015-06-02 10:34:24 +0300
commit14f9cca19fd135028f64c2eedd38dcefa4483ef2 (patch)
treeb044d5886f84f6b3e5d0419081d41005ba0ed1b8 /themes
parent3f282edad59b91b3b68977cfc23f1a2a9cdbcada (diff)
Fix bug#4938: on print, +Indexes link and .sticky_columns remain visible
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/printview.css4
-rw-r--r--themes/pmahomme/css/printview.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/themes/original/css/printview.css b/themes/original/css/printview.css
index 4710039e0b..fe19ead2e6 100644
--- a/themes/original/css/printview.css
+++ b/themes/original/css/printview.css
@@ -109,7 +109,7 @@
display: none;
}
- .sticky_columns {
+ .sticky_columns tr {
display: none;
}
@@ -137,4 +137,4 @@
background: #dfdfdf;
}
-} \ No newline at end of file
+}
diff --git a/themes/pmahomme/css/printview.css b/themes/pmahomme/css/printview.css
index 4710039e0b..fe19ead2e6 100644
--- a/themes/pmahomme/css/printview.css
+++ b/themes/pmahomme/css/printview.css
@@ -109,7 +109,7 @@
display: none;
}
- .sticky_columns {
+ .sticky_columns tr {
display: none;
}
@@ -137,4 +137,4 @@
background: #dfdfdf;
}
-} \ No newline at end of file
+}