From 5a6298548b194e0987cdccc8a11b04efa8c9fd61 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 20 Aug 2008 00:35:22 +0000 Subject: - local.lang is loaded without fallback on default language or PHPWG_DEFAULT_LANGUAGE (needed to change the signature of load_language which became a little too big) - move a function from functions.inc.php to functions_picture.inc.php (included only when necessary) - removed some css (not as much as I wanted) git-svn-id: http://piwigo.org/svn/trunk@2479 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/picture.css | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'template/yoga/picture.css') diff --git a/template/yoga/picture.css b/template/yoga/picture.css index 839760053..945d729a4 100644 --- a/template/yoga/picture.css +++ b/template/yoga/picture.css @@ -58,25 +58,22 @@ border-style: solid; } -.navThumb { - margin-top: 2px; -} -#thumbPrev { - float: left; +#linkPrev { + float: left; } -#thumbNext { - float: right; +#linkNext { + float: right; } -#linkPrev { - margin-right: 10px; - margin-left: 5px; +#linkPrev IMG { + margin-right: 10px; + margin-left: 5px; } -#linkNext { - margin-right: 5px; - margin-left: 10px; +#linkNext IMG { + margin-right: 5px; + margin-left: 10px; } TABLE.infoTable .value { @@ -96,17 +93,17 @@ TABLE.infoTable TD.value UL { } .rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty { - padding:0; - border:0; + padding:0; + border:0; } .rateButton, .rateButtonStarFull, .rateButtonStarEmpty { - cursor: pointer; + cursor: pointer; } .rateButtonSelected { - font-weight:bold; - font-size:120%; + font-weight:bold; + font-size:120%; } .rateButtonStarFull { -- cgit v1.2.3