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
diff options
context:
space:
mode:
authorPaweł Skokowski <skokowskipawel@icloud.com>2017-10-25 13:42:19 +0300
committerPaweł Skokowski <skokowskipawel@icloud.com>2017-10-25 13:42:19 +0300
commitd4a7cef45bf76582e87b9992bc94cf10076c1bf0 (patch)
treeee807adddd0f866b7b2bf3e7b7cba304226275b2 /themes/original
parent256bcde099a1b1a2a100d7e169e6c26d6b1785a1 (diff)
added changes to theme original
Signed-off-by: Paweł Skokowski <skokowskipawel@icloud.com>
Diffstat (limited to 'themes/original')
-rw-r--r--themes/original/css/common.css.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index ec94b69cf9..3978817403 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -2069,6 +2069,13 @@ fieldset .disabled-field td {
border: 1px solid #aaa;
float: <?php echo $right; ?>;
overflow: hidden;
+ width: 450px;
+ height: 300px;
+}
+
+#openlayersmap{
+ width: 450px;
+ height: 300px;
}
.placeholderDrag {
@@ -3370,3 +3377,22 @@ body .ui-dialog .ui-button-text-only .ui-button-text {
margin: 4px;
}
}
+
+/* templates/database/designer */
+/* side menu */
+#name-panel {
+ overflow:hidden;
+}
+
+#page_name {
+ border:none;
+}
+
+#saved_state {
+ border:none;
+}
+
+/* database_tables */
+.pmd_tabstyle {
+
+}