1
0

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

0d77c91 Version up to 3.5.3
24b2bdd better support for g-site-status
f3d705e added description of skimm_lim=0 to theme_options

git-subtree-dir: 3.0/themes/pear4gallery3
git-subtree-split: 0d77c91bab4e8cc231cab576763d0c1c5427d084
This commit is contained in:
Fredrik Erlandsson 2012-08-17 10:03:01 +02:00
parent 25ae7f02cd
commit 6f6a980336
4 changed files with 7 additions and 6 deletions

View File

@ -120,7 +120,7 @@ class Admin_Theme_Options_Controller extends Admin_Controller {
->label(t("<a href=\"http://www.google.com/analytics/\">Google analytics</a> code."))
->value(module::get_var("th_pear4gallery3", "ga_code"));
$group->input("skimm_lim")
->label(t("Limit amount of thumbs in album skimming"))
->label(t("Limit amount of thumbs in album skimming (set to 0 to disable)"))
->value(module::get_var("th_pear4gallery3", "skimm_lim", "50"));
/* Advanced Options - Mosaic page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

View File

@ -161,12 +161,11 @@ outline: medium none;
#mosaicTable {
position: fixed;
top: 45px;
bottom: 40px;
overflow: hidden;
left: 0;
right: 0;
margin-top: 5px;
margin: 0;
}
#mosaicDetail {
@ -181,6 +180,7 @@ outline: medium none;
margin: 0 auto;
width: 100%;
position: absolute;
padding: 5px 0;
}
#mosaicImg {
@ -213,8 +213,8 @@ outline: medium none;
}
#toggleSidebar {
position: absolute;
z-index: 1;
top: 2px;
z-index: 101;
top: 1px;
left: -18px;
}

View File

@ -201,6 +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 );
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.2
version = 3.5.3
author = "Fredrik Erlandsson <fredrik.e@gmail.com>"
site = 1
admin = 0