From 685f4e2998ba782b03bd0488131a6e1665de0955 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 21 Aug 2008 01:14:03 +0000 Subject: - tried to reduce the number of css rules and selectors (most gains on menubar and usercomments) tested with IE6,IE7,FF,Opera9,Safari3 git-svn-id: http://piwigo.org/svn/trunk@2480 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/menubar.tpl | 59 +++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 30 deletions(-) (limited to 'template/yoga/menubar.tpl') diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl index eb260eeea..4dcb6bb45 100644 --- a/template/yoga/menubar.tpl +++ b/template/yoga/menubar.tpl @@ -80,8 +80,8 @@
{'title_menu'|@translate}
-

- +

{*this

is for html validation only - does not affect positioning*} +

@@ -125,36 +125,35 @@ {if isset($U_IDENTIFY)} -
+
{'Quick connect'|@translate} - - - - - - {if $AUTHORIZE_REMEMBERING} - - {/if} -

- -

- -
    -
  • {'Forgot your password?'|@translate}
  • - {if isset($U_REGISTER)} -
  • {'Register'|@translate}
  • - {/if} -
+
+
+ +
+ +
+
+ +
+ + {if $AUTHORIZE_REMEMBERING} +
+ {/if} + +
+
    +
  • {'Forgot your password?'|@translate}
  • + {if isset($U_REGISTER)} +
  • {'Register'|@translate}
  • + {/if} +
+ +
-- cgit v1.2.3