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:
authorRakesh Kumar <rakeshkumar4294@gmail.com>2015-05-23 09:02:36 +0300
committerRakesh Kumar <rakeshkumar4294@gmail.com>2015-05-23 09:02:36 +0300
commite7486480bbb93493fdacf0c86d9839a3626cdd90 (patch)
tree06a94c655e8c93258364d1e3ab5537e4e6860a75 /themes
parente1d0646fed082fd32bb6e2d7785ead6bb4227cfa (diff)
FRE #1673 Browse: improve display of right-aligned data
Signed-off-by: Rakesh Kumar <rakeshkumar4294@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php1
-rw-r--r--themes/pmahomme/css/common.css.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 6a0e3b78fc..e926a2be0d 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -203,6 +203,7 @@ th.center, td.center {
th.right, td.right {
text-align: right;
+ padding-right: 1em;
}
tr.vtop, th.vtop, td.vtop {
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 3e67630a8d..00d83576b3 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -471,6 +471,7 @@ th.center, td.center {
th.right, td.right {
text-align: right;
+ padding-right: 1em;
}
tr.vtop th, tr.vtop td, th.vtop, td.vtop {