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:
authorRouslan Placella <rouslan@placella.com>2012-04-26 02:47:49 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-26 02:47:49 +0400
commit4c72c0e91f6a9cba02143008fe0a8715738c70c8 (patch)
tree98f203adb40d5880d4633530ffe2ea4e28b4b151 /themes
parent49a7f12e4e4125024a1b17eb1aa590f5db27deea (diff)
Ajaxified "Create View" functionality
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/theme_right.css.php3
-rw-r--r--themes/pmahomme/css/theme_right.css.php1
2 files changed, 3 insertions, 1 deletions
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 6f1838bb6c..dd4b26eab0 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -2099,7 +2099,8 @@ fieldset .disabled-field td {
}
.rte_table td {
- vertical-align: middle;
+ vertical-align: middle;
+ padding: 0.2em;
}
.rte_table tr td:nth-child(1) {
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 7a5409dce7..427dc707e5 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -2589,6 +2589,7 @@ fieldset .disabled-field td {
.rte_table td {
vertical-align: middle;
+ padding: 0.2em;
}
.rte_table tr td:nth-child(1) {