1
0

Corrected ui-class-clearfix

This commit is contained in:
3nids 2009-10-19 10:58:59 +02:00
parent 83a2b4c1f8
commit f5fafb1664
5 changed files with 3 additions and 13 deletions

View File

@ -1 +0,0 @@
Removed preload

View File

@ -241,16 +241,6 @@ li.g-error select {
/* Status messages ~~~~~~~~~~~~~~~~~~~~~~~ */
form .g-error,
.g-pager .g-info {
background-color: #333333 !important;
}
.g-pager .g-info {
background-image: none !important;
padding: 0 !important;
}
/* Inline layout (forms, lists) ~~~~~~~~~~ */
.g-short-form li {

View File

@ -11,7 +11,7 @@
$children_offset = ($theme->pagination->current_page -1) * $page_size ; ?>
<ul id="g-album-grid">
<ul id="g-album-grid" class="ui-helper-clearfix">
<? for($i=0;$i<$children_offset;$i++): ?>
<? $child = $children_all[$i] ?>
<? if ($child->is_photo()): ?>

View File

@ -10,7 +10,7 @@
<h2><?= t("Results for <b>%term</b>", array("term" => $q)) ?></h2>
<? if (count($items)): ?>
<ul id="g-album-grid">
<ul id="g-album-grid" class="ui-helper-clearfix">
<? for($i=0;$i<$children_offset;$i++): ?>
<? $child = $children_all[$i] ?>
<? if ($child->is_photo()): ?>

View File

@ -0,0 +1 @@
Corrected ui-class-clearfix