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-03-22 18:38:41 +0400
committerJo Michael <me@mynetx.net>2012-03-27 16:09:23 +0400
commit54cffa09590d4a85dbcdf9a713901493b573f549 (patch)
tree9a57f6097c8dcc12de2ecd97baa962bdc49a2b5f /themes
parent23f57ec9bae340f21890ce091c0994dbc6375fda (diff)
Set vertical-align of create-table form top row to middle
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/theme_right.css.php7
-rw-r--r--themes/pmahomme/css/theme_right.css.php7
2 files changed, 14 insertions, 0 deletions
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 712f595e5c..4cd5d093de 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -1751,6 +1751,13 @@ hr.enum_editor_no_js {
}
/**
+ * Create table styles
+ */
+#create_table_form table.table-name td {
+ vertical-align: middle;
+}
+
+/**
* Table structure styles
*/
.structure_actions_dropdown {
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 6714b55c75..a2e76e114e 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -2214,6 +2214,13 @@ hr.enum_editor_no_js {
}
/**
+ * Create table styles
+ */
+#create_table_form table.table-name td {
+ vertical-align: middle;
+}
+
+/**
* Table structure styles
*/
.structure_actions_dropdown {