aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-08-28 01:26:26 +0000
committerrvelices <rv-github@modusoptimus.com>2008-08-28 01:26:26 +0000
commit3a67845aaf128fe718b27a89635fb33810ba7e41 (patch)
treecc12790366983d2c7496bbbf5eb5de5ac2b3b6a8 /template
parentabb2f22b2e96a89a44ad9d36db3bf612c6f88b9f (diff)
- removed and moved (from common to admin) some CSS rules
- upgraded jQuery and accordion to latest version (and reorganised a bit their location) git-svn-id: http://piwigo.org/svn/trunk@2489 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/default-layout.css14
-rw-r--r--template/yoga/popuphelp.tpl9
-rw-r--r--template/yoga/redirect.tpl8
-rw-r--r--template/yoga/search_rules.tpl12
4 files changed, 26 insertions, 17 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css
index 055026651..7ae9c4ead 100644
--- a/template/yoga/default-layout.css
+++ b/template/yoga/default-layout.css
@@ -138,18 +138,18 @@ FORM.filter FIELDSET * LABEL TEXTAREA,
FORM.filter FIELDSET LABEL SPAN INPUT,
FORM.filter FIELDSET LABEL SPAN SELECT,
FORM.filter FIELDSET LABEL SPAN TEXTAREA {
- display: inline;
- vertical-align: top;
- margin: 0 0.5em 0 0;
+ display: inline;
+ vertical-align: top;
+ margin: 0 0.5em 0 0;
}
FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT {
- margin-right:0;
+ margin-right:0;
}
/* following declaration is important to avoid strange FF behaviour */
FORM.filter FIELDSET LABEL SPAN SELECT {
- margin: 0;
+ margin: 0;
}
FORM.filter FIELDSET P
@@ -244,10 +244,6 @@ BODY#thePopuphelpPage .content UL LI
margin-bottom: 0.5em;
}
-BODY#thePopuphelpPage P#pageBottomActions A {
- border: none;
-}
-
TR.tagLine {
border-bottom: 1px solid #ddd;
}
diff --git a/template/yoga/popuphelp.tpl b/template/yoga/popuphelp.tpl
index af732c554..ff810c680 100644
--- a/template/yoga/popuphelp.tpl
+++ b/template/yoga/popuphelp.tpl
@@ -3,4 +3,11 @@
{$HELP_CONTENT}
</div> <!-- content -->
-<p id="pageBottomActions"><a href="#" onclick="window.close();" title="{'Close this window'|@translate}"><img src="{$themeconf.icon_dir}/exit.png" class="button" alt="close"></a></p>
+<ul class="categoryActions">
+ <li>
+ <a href="#" onclick="window.close();" title="{'Close this window'|@translate}">
+ <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit">
+ </a>
+ </li>
+</ul>
+
diff --git a/template/yoga/redirect.tpl b/template/yoga/redirect.tpl
index aa007426f..91edd0979 100644
--- a/template/yoga/redirect.tpl
+++ b/template/yoga/redirect.tpl
@@ -1,3 +1,7 @@
{* $Id$ *}
-<p>{$REDIRECT_MSG}</p>
-<p><a href="{$page_refresh.U_REFRESH}">{'click_to_redirect'|@translate}</a></p>
+<h2>{$REDIRECT_MSG}</h2>
+<p style="text-align:center; margin: 2em">
+ <a href="{$page_refresh.U_REFRESH}">
+ {'click_to_redirect'|@translate}
+ </a>
+</p>
diff --git a/template/yoga/search_rules.tpl b/template/yoga/search_rules.tpl
index c7b4a8b88..b8a22e54d 100644
--- a/template/yoga/search_rules.tpl
+++ b/template/yoga/search_rules.tpl
@@ -49,8 +49,10 @@
</div> <!-- content -->
-<p id="pageBottomActions">
- <a href="#" onclick="window.close();" title="{'Close this window'|@translate}">
- <img src="{$themeconf.icon_dir}/exit.png" class="button" alt="close">
- </a>
-</p>
+<ul class="categoryActions">
+ <li>
+ <a href="#" onclick="window.close();" title="{'Close this window'|@translate}">
+ <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit">
+ </a>
+ </li>
+</ul>