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:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2007-04-01 15:02:46 +0400
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2007-04-01 15:02:46 +0400
commitcfeb30652642d995bb0c8d17988d33d11b02318f (patch)
tree33fec5cdc925d60888ee67c32dbfc0422c6bc29a /themes
parentadb39168cc384d7a808f836cf2e9f9585b82f864 (diff)
coding standard: no spaces inside braces
Diffstat (limited to 'themes')
-rw-r--r--themes/darkblue_orange/css/theme_right.css.php18
-rw-r--r--themes/original/css/theme_left.css.php4
-rw-r--r--themes/original/css/theme_right.css.php18
3 files changed, 20 insertions, 20 deletions
diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php
index c86e2baf0d..29e1f4ac13 100644
--- a/themes/darkblue_orange/css/theme_right.css.php
+++ b/themes/darkblue_orange/css/theme_right.css.php
@@ -377,10 +377,10 @@ div.notice {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #FFD700;
width: 90%;
- <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png);
background-repeat: no-repeat;
- <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
+ <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
background-position: 10px 50%;
padding: 10px 10px 10px 36px;
<?php } else { ?>
@@ -408,10 +408,10 @@ div.warning {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #CC0000;
width: 90%;
- <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png);
background-repeat: no-repeat;
- <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
+ <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
background-position: 10px 50%;
padding: 10px 10px 10px 36px;
<?php } else { ?>
@@ -439,10 +439,10 @@ div.error {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #ff0000;
width: 90%;
- <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_error.png);
background-repeat: no-repeat;
- <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
+ <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
background-position: 10px 50%;
padding: 10px 10px 10px 36px;
<?php } else { ?>
@@ -470,10 +470,10 @@ fieldset.confirmation legend {
border-left: 0.1em solid #FF0000;
border-right: 0.1em solid #FF0000;
font-weight: bold;
- <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_really.png);
background-repeat: no-repeat;
- <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
+ <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
background-position: 5px 50%;
padding: 0.2em 0.2em 0.2em 25px;
<?php } else { ?>
@@ -619,7 +619,7 @@ a.tabcaution:hover {
background-color: #FF0000;
}
-<?php if ( $GLOBALS['cfg']['LightTabs'] ) { ?>
+<?php if ($GLOBALS['cfg']['LightTabs']) { ?>
/* active tab */
a.tabactive {
color: black;
diff --git a/themes/original/css/theme_left.css.php b/themes/original/css/theme_left.css.php
index a4a56ebd02..8f646e719d 100644
--- a/themes/original/css/theme_left.css.php
+++ b/themes/original/css/theme_left.css.php
@@ -74,7 +74,7 @@ ul#databaseList {
border-bottom: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
- padding-left: 1.5em;
+ padding-left: 1.5em;
}
ul#databaseList a {
@@ -165,7 +165,7 @@ div#left_tableList > ul li.marked {
}
<?php } ?>
-<?php if ( $GLOBALS['cfg']['LeftPointerEnable'] ) { ?>
+<?php if ($GLOBALS['cfg']['LeftPointerEnable']) { ?>
div#left_tableList > ul li:hover > a,
div#left_tableList > ul li:hover {
background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 148199ce11..be0e56b9a8 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -352,10 +352,10 @@ h1.notice,
div.notice {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #FFD700;
- <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png);
background-repeat: no-repeat;
- <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
+ <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
background-position: 10px 50%;
padding: 10px 10px 10px 36px;
<?php } else { ?>
@@ -382,10 +382,10 @@ h1.warning,
div.warning {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #CC0000;
- <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png);
background-repeat: no-repeat;
- <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
+ <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
background-position: 10px 50%;
padding: 10px 10px 10px 36px;
<?php } else { ?>
@@ -412,10 +412,10 @@ h1.error,
div.error {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #ff0000;
- <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_error.png);
background-repeat: no-repeat;
- <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
+ <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
background-position: 10px 50%;
padding: 10px 10px 10px 36px;
<?php } else { ?>
@@ -443,10 +443,10 @@ fieldset.confirmation legend {
border-left: 0.1em solid #FF0000;
border-right: 0.1em solid #FF0000;
font-weight: bold;
- <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_really.png);
background-repeat: no-repeat;
- <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
+ <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
background-position: 5px 50%;
padding: 0.2em 0.2em 0.2em 25px;
<?php } else { ?>
@@ -591,7 +591,7 @@ a.tabcaution:hover {
background-color: #FF0000;
}
-<?php if ( $GLOBALS['cfg']['LightTabs'] ) { ?>
+<?php if ($GLOBALS['cfg']['LightTabs']) { ?>
/* active tab */
a.tabactive {
color: black;