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:
authorMarc Delisle <marc@infomarc.info>2015-03-13 15:49:36 +0300
committerMarc Delisle <marc@infomarc.info>2015-03-13 15:49:36 +0300
commit3f62197019975e7f0928b9724b6452a29899bbb0 (patch)
tree875c2b4164950633e8e4ed18014a98dd902ed1ad /themes
parent7934919b9edcc1e54aa204157a7f005b47a2e2e4 (diff)
Bug #4786: also fix the original theme
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 6aff4b73ed..9a3e5a339f 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -255,7 +255,7 @@ fieldset .formelement {
width: 25%;
}
#foreign_keys.relationalTable td:first-child + td select {
- width: 32%;
+ width: auto;
margin-right: 1%;
}
#foreign_keys.relationalTable {
@@ -3095,4 +3095,4 @@ th.headerSortUp .sorticon, th.headerSortDown:hover .sorticon {
th.headerSortDown .sorticon, th.headerSortUp:hover .sorticon {
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath('s_asc.png');?>);
}
-/* end of styles of sortable tables */ \ No newline at end of file
+/* end of styles of sortable tables */