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:
authorAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-06-24 00:08:20 +0400
committerAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-06-24 15:17:34 +0400
commit2a7cdbdb75bc4d71ed1177e764f8e2a25b1aeea8 (patch)
tree1b850bdd28e000bc36e341401d18df2e95e350fb /themes
parent0c850e49f52e22e7958af052f5918444850e569a (diff)
RFE#654: Range Search Capability.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php4
-rw-r--r--themes/pmahomme/css/common.css.php4
2 files changed, 8 insertions, 0 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index d5d8490682..e571954c78 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -2693,3 +2693,7 @@ table.show_create td {
.ui-dialog {
position: fixed;
}
+
+.small_font {
+ font-size: smaller;
+}
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index e10f2cb774..54f723405a 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -2989,3 +2989,7 @@ table.show_create td {
.ui-dialog {
position: fixed;
}
+
+.small_font {
+ font-size: smaller;
+}