1
0

Some cleanup

Some bugfixes :
 - x-repeat -> repeat-x (thanks plasticgoat)
 - display the frame around image, even when fullsize is not allowed
Re-enable show_full_size (it will probably need some theming)
Add a style for header text: configure in G3 <div id="g-header-text">Blah</div> (thanks plasticgoat)
This commit is contained in:
Romain LE DISEZ 2010-11-17 05:37:05 +08:00 committed by Bharat Mediratta
parent 7139c5c821
commit 73fbf5118f
2 changed files with 12 additions and 19 deletions

View File

@ -64,6 +64,15 @@ a#g-logo, form#g-quick-search-form, div#g-site-menu {
display: none;
}
#g-header-text{
color: #fff;
font: oblique small-caps bold 1em Georgia,serif;
position: absolute;
left: 15px;
height: 1.5em;
line-height: 1.5em;
}
ul#g-login-menu {
list-style-type: none;
@ -108,7 +117,6 @@ ul#g-login-menu > li:hover, ul#g-login-menu > li:hover > a {
}
ul#g-login-menu:hover {
/*height: auto;*/
background-color: #5266f3;
}
@ -503,7 +511,7 @@ span.ui-icon-key { background-position: -112px -128px; }
border: none;
}
#g-item #g-photo a img {
#g-item #g-photo img {
border: 10px solid #fff;
-webkit-box-shadow: 3px 3px 0px #b7b7a7;
-moz-box-shadow: 3px 3px 0px #b7b7a7;
@ -642,21 +650,6 @@ span.ui-icon-key { background-position: -112px -128px; }
/*#g-login-menu {
position: absolute;
right: 0;
padding: 0;
margin: 0;
}
#g-login-menu li {
display: inline;
}
#g-login-menu li:first-child {
display: none;
}
#g-logo, #g-quick-search-form, #g-site-menu {
display: none;
}*/
@ -863,7 +856,7 @@ div#g-action-status {
height: 22px;
width: 0%;
background-image: url("../images/backgrounds/pbar-ani.gif");
background-repeat: x-repeat;
background-repeat: repeat-x;
}
#g-add-photos-progressbar.stop {
background-image: url("../images/backgrounds/pbar-ani-stop.gif");

View File

@ -50,7 +50,7 @@
<? /* These are page specific, but if we put them before $theme->head() they get combined */ ?>
<? if ($theme->page_subtype == "photo"): ?>
<?= $theme->script("_DISABLED_jquery.scrollTo.js") ?>
<?= $theme->script("_DISABLED_gallery.show_full_size.js") ?>
<?= $theme->script("gallery.show_full_size.js") ?>
<? elseif ($theme->page_subtype == "movie"): ?>
<?= $theme->script("flowplayer.js") ?>
<? endif ?>