[med-svn] r643 - trunk/community/website/inc
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Sat Oct 6 09:46:04 UTC 2007
Author: hanska-guest
Date: 2007-10-06 09:46:03 +0000 (Sat, 06 Oct 2007)
New Revision: 643
Modified:
trunk/community/website/inc/header.inc.php
trunk/community/website/inc/style.css
Log:
Still trying to fix :(
Modified: trunk/community/website/inc/header.inc.php
===================================================================
--- trunk/community/website/inc/header.inc.php 2007-10-06 09:43:38 UTC (rev 642)
+++ trunk/community/website/inc/header.inc.php 2007-10-06 09:46:03 UTC (rev 643)
@@ -41,15 +41,17 @@
<?php
if ($show_locale_warning && ($_SERVER["PHP_SELF"] != "/locales.php")) {
?>
- <span class="error">
- <p class="error">
- <div class="floatLeft">
- <img src="/img/warning.png" />
- </div>
- <?=_("You're using a low priority locale.<br />Please ask the site administrators to add your locale, or provide one yourself :).")?><br />
- <?=str_replace(array("%1", "%2"), array('<a href="/locales.php">', "</a>"), _("Visit the %1Localization page%2."))?>
- </p>
- </span>
+ <div class="tabError">
+ <span class="error">
+ <p class="error">
+ <div class="floatLeft">
+ <img src="/img/warning.png" />
+ </div>
+ <?=_("You're using a low priority locale.<br />Please ask the site administrators to add your locale, or provide one yourself :).")?><br />
+ <?=str_replace(array("%1", "%2"), array('<a href="/locales.php">', "</a>"), _("Visit the %1Localization page%2."))?>
+ </p>
+ </span>
+ </div>
<?php
}
?>
Modified: trunk/community/website/inc/style.css
===================================================================
--- trunk/community/website/inc/style.css 2007-10-06 09:43:38 UTC (rev 642)
+++ trunk/community/website/inc/style.css 2007-10-06 09:46:03 UTC (rev 643)
@@ -192,6 +192,13 @@
border-bottom:1px solid #8CACBB;
}
+div.tabError{
+ padding:0em 1.5em;
+ margin:0.5em 0em 1.5em 0em;
+ border-top:1px dashed #8CACBB;
+ border-bottom:1px dashed #(CACBB;
+}
+
div.row{
padding:0.5em;
}
More information about the debian-med-commit
mailing list