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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-04-29 07:52:19 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-04-29 07:52:19 +0300
commit774940b43cd2b779cb8e8679a336ddd65cbd9323 (patch)
tree86c56477c42d609b474bcb8e356f73ae7a89ff14 /themes
parenta4f28e9afcd9b1f46cfafe1f01b8d6057357e6a8 (diff)
vertically align
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/common.css.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index cea3b09fcd..f532ec7222 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -1627,6 +1627,7 @@ div#sqlquerycontainer {
div#tablefieldscontainer {
float: <?php echo $right; ?>;
width: 29%;
+ margin-top: -20px;
/* height: 15em; */
}