1
0

Squashed '3.0/themes/pear4gallery3/' changes from 0d77c91..af5f903

af5f903 better support for g-action-status Version 3.5.4

git-subtree-dir: 3.0/themes/pear4gallery3
git-subtree-split: af5f90342ee2a55d014d4580ef412a256f7e25e5
This commit is contained in:
Fredrik Erlandsson 2012-08-17 10:17:03 +02:00
parent 6f6a980336
commit 96304ae2aa
2 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ function mosaicResize() {
myHeight = myHeight - $('#g-site-status').outerHeight(true) - $('#paginator').outerHeight(true);
myHeight -= 138;
$('#g-header').css('top', $('#gsNavBar').outerHeight(true) + $('#g-site-status').outerHeight(true) - 4);
$('#mosaicTable, #sidebarContainer').css('top', $('#gsNavBar').outerHeight(true) + $('#g-site-status').outerHeight(true) - 2 );
$('#mosaicTable, #sidebarContainer').css('top', $('#gsNavBar').outerHeight(true) + $('#g-site-status').outerHeight(true) + $('#g-action-status').outerHeight(true) - 2 );
if ($('#g-movie').length) {
myHeight += 18;

View File

@ -1,6 +1,6 @@
name = ".Pear Theme"
description = "A theme with the intention to mimic Apples mobile me gallery."
version = 3.5.3
version = 3.5.4
author = "Fredrik Erlandsson <fredrik.e@gmail.com>"
site = 1
admin = 0