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 02:34:31 +0400
committerJo Michael <me@mynetx.net>2012-04-11 02:36:59 +0400
commit378aae6152a00e374fcaab0487744dbab042e9ce (patch)
treefc13028a7c2a56cb51237fb618e608bc6dd62ae8 /themes
parent7fb054554c13d84e42935caf5ccec5012a11aad2 (diff)
Cleanup 3 identical 'Change password' headings in jQ-UI dialog
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/theme_right.css.php5
-rw-r--r--themes/pmahomme/css/theme_right.css.php5
2 files changed, 9 insertions, 1 deletions
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 794fcc2a84..d7c4d382e9 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -123,6 +123,11 @@ fieldset legend {
background-color: <?php echo 'OPERA' != PMA_USR_BROWSER_AGENT ? 'transparent' : $GLOBALS['cfg']['BgOne']; ?>;
}
+.some-margin {
+ margin: .5em;
+ margin-top: 1em;
+}
+
/* buttons in some browsers (eg. Konqueror) are block elements,
this breaks design */
button {
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index de5b46816f..604c4faef5 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -252,7 +252,6 @@ fieldset {
border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
- padding: 5px;
border: #aaa solid 1px;
padding: 1.5em;
background: #eee;
@@ -284,6 +283,10 @@ fieldset legend {
box-shadow: 3px 3px 15px #bbb;
}
+.some-margin {
+ margin: 1.5em;
+}
+
/* buttons in some browsers (eg. Konqueror) are block elements,
this breaks design */
button {