From 48779cfaaaf763c510420cd3c419aa5de5463424 Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 28 Jun 2006 22:50:30 +0000 Subject: Issue ID 0000375: o Keep same format display o Add css class o rename warning to header_msg Merge BSF r1411:1412 into branch-1_6 git-svn-id: http://piwigo.org/svn/trunk@1414 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/default-colors.css | 11 +++++++++++ template/yoga/header.tpl | 18 +++++++++--------- 2 files changed, 20 insertions(+), 9 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/default-colors.css b/template/yoga/default-colors.css index 8b73f966b..05753658a 100644 --- a/template/yoga/default-colors.css +++ b/template/yoga/default-colors.css @@ -68,6 +68,17 @@ INPUT[type="radio"] { /* for Opera */ padding: 10px 50px 10px 10px; } +/** + * Header message like upgrade or adviser mode + */ +.header_msgs { + text-align:center; + font-weight: bold; + color:#696969; /* dimgray */ + background-color: #d3d3d3; + margin: 5px; +} + LEGEND { font-style: italic; } diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index 929724a1d..9fb16455f 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -30,13 +30,13 @@ the "text/nonsense" prevents gecko based browsers to load it -->
-{PAGE_BANNER} - -
-
    - -
  • {warnings.warning.WARNING}
  • - -
+ +
+ + + + +
{header_msgs.header_msg.HEADER_MSG}
- + +{PAGE_BANNER} -- cgit v1.2.3