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:
authorJo Michael <me@mynetx.net>2012-04-11 21:17:01 +0400
committerJo Michael <me@mynetx.net>2012-04-11 21:17:01 +0400
commit50c6118068c6ae880863b9c4d756f334db2f3abb (patch)
tree388934d7c4bdf03d1e4c404dde782bdccdcde246 /themes
parent359a36ee6ad3da2bc603391102d9932ebe3b8c4c (diff)
Fix missing change-password fieldset in user edit dialog, add Loading indicator for user change password
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/theme_right.css.php13
1 files changed, 3 insertions, 10 deletions
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 604c4faef5..7385f68840 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -374,15 +374,15 @@ th.right, td.right {
text-align: right;
}
-tr.vtop, th.vtop, td.vtop {
+tr.vtop th, tr.vtop td, th.vtop, td.vtop {
vertical-align: top;
}
-tr.vmiddle, th.vmiddle, td.vmiddle {
+tr.vmiddle th, tr.vmiddle td, th.vmiddle, td.vmiddle {
vertical-align: middle;
}
-tr.vbottom, th.vbottom, td.vbottom {
+tr.vbottom th, tr.vbottom td, th.vbottom, td.vbottom {
vertical-align: bottom;
}
@@ -2269,13 +2269,6 @@ hr.enum_editor_no_js {
}
/**
- * Create table styles
- */
-#create_table_form table.table-name td {
- vertical-align: middle;
-}
-
-/**
* Table structure styles
*/
.structure_actions_dropdown {