1
0

Merge pull request #119 from fredrike/master

Upgrades the theme pear4gallery3 to 3.5.4
This commit is contained in:
Bharat Mediratta 2012-08-17 09:43:00 -07:00
commit f8558c531c
4 changed files with 8 additions and 7 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

@ -85,7 +85,7 @@ h2 {
position: fixed;
top: 44px;
width: 100%;
z-index: 50;
z-index: 150;
}
/*Menu*/
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
@ -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) + $('#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.2
version = 3.5.4
author = "Fredrik Erlandsson <fredrik.e@gmail.com>"
site = 1
admin = 0