1
0

Update to last github version

This commit is contained in:
3nids 2009-11-10 08:32:15 +01:00
parent 59385e4310
commit 2fc2fe5521
7 changed files with 12 additions and 10 deletions

View File

@ -2,10 +2,6 @@
* Fix display in IE 6, 7 * Fix display in IE 6, 7
*/ */
.ui-helper-clearfix {
zoom: 1;
}
#g-banner { #g-banner {
z-index: 2; z-index: 2;
} }
@ -19,12 +15,12 @@ input.submit {
width: 110px; width: 110px;
} }
#g-dialog a.g-cancel { #g-dialog .g-cancel {
display: inline-block !important; display: inline-block !important;
float: none !important; float: none !important;
} }
.g-pager .g-txt-right { .g-pager .g-text-right {
width: 29%; width: 29%;
} }

View File

@ -467,6 +467,11 @@ li.g-error select {
padding-top: 1em; padding-top: 1em;
} }
/* In-line editing ~~~~~~~~~~~~~~~~~~~~~ */
#g-in-place-edit-message {
background-color: #FFF;
}
/** ******************************************************************* /** *******************************************************************
* 5) Navigation and menus * 5) Navigation and menus
*********************************************************************/ *********************************************************************/

View File

@ -14,7 +14,7 @@
<? endif; ?> <? endif; ?>
</li> </li>
<li class="g-info"><?= t("%position of %total", array("position" => $position, "total" => $sibling_count)) ?></li> <li class="g-info"><?= t("%position of %total", array("position" => $position, "total" => $sibling_count)) ?></li>
<li class="g-txt-right"> <li class="g-text-right">
<? if ($next_item): ?> <? if ($next_item): ?>
<a href="<?= $next_item->url() ?>" class="g-button ui-icon-right ui-state-default ui-corner-all"> <a href="<?= $next_item->url() ?>" class="g-button ui-icon-right ui-state-default ui-corner-all">
<span class="ui-icon ui-icon-triangle-1-e"></span><?= t("next") ?></a> <span class="ui-icon ui-icon-triangle-1-e"></span><?= t("next") ?></a>

View File

@ -81,6 +81,7 @@
<?= $theme->site_status() ?> <?= $theme->site_status() ?>
<div id="g-header" class="ui-helper-clearfix"> <div id="g-header" class="ui-helper-clearfix">
<div id="g-banner"> <div id="g-banner">
<?= $theme->user_menu() ?>
<?= $theme->header_top() ?> <?= $theme->header_top() ?>
<? if ($header_text = module::get_var("gallery", "header_text")): ?> <? if ($header_text = module::get_var("gallery", "header_text")): ?>
<?= $header_text ?> <?= $header_text ?>

View File

@ -24,7 +24,7 @@
<? endif ?> <? endif ?>
</li> </li>
<li class="g-info"><?= $from_to_msg ?></li> <li class="g-info"><?= $from_to_msg ?></li>
<li class="g-txt-right"> <li class="g-text-right">
<? if ($next_page): ?> <? if ($next_page): ?>
<a href="<?= str_replace('{page}', $next_page, $url) ?>" class="g-button ui-icon-right ui-state-default ui-corner-all"> <a href="<?= str_replace('{page}', $next_page, $url) ?>" class="g-button ui-icon-right ui-state-default ui-corner-all">
<span class="ui-icon ui-icon-seek-next"></span><?= t("next") ?></a> <span class="ui-icon ui-icon-seek-next"></span><?= t("next") ?></a>

View File

@ -26,7 +26,7 @@
<? endif; ?> <? endif; ?>
</li> </li>
<li class="g-info"><?= t("%position of %total", array("position" => $position, "total" => $sibling_count)) ?></li> <li class="g-info"><?= t("%position of %total", array("position" => $position, "total" => $sibling_count)) ?></li>
<li class="g-txt-right"> <li class="g-text-right">
<? if ($next_item): ?> <? if ($next_item): ?>
<a href="<?= $next_item->url() ?>" class="g-button ui-icon-right ui-state-default ui-corner-all"> <a href="<?= $next_item->url() ?>" class="g-button ui-icon-right ui-state-default ui-corner-all">
<span class="ui-icon ui-icon-triangle-1-e"></span><?= t("next") ?></a> <span class="ui-icon ui-icon-triangle-1-e"></span><?= t("next") ?></a>

View File

@ -1 +1 @@
Fixed quotes probelems and remove | around "modules | exif" Update to last github version