mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-23 07:15:50 -04:00
1) Simplify the layout of the organize dialog content.
2) Use CSS to layout the thmbnail grid to the full dialog size. Fixes ticker #848. 3) Separate css that can be themed into organize_theme.css. This isolates the themed components into a separate file for easy of overriding by a theme.
This commit is contained in:
@@ -15,14 +15,12 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div id="g-organize-detail" class="g-left ui-helper-clearfix">
|
||||
<div id="g-organize-microthumb-panel" class="ui-widget"
|
||||
<ul id="g-action-status" class="g-message-block">
|
||||
<li class="g-info"><?= t("Drag and drop photos to re-order or move between albums") ?></li>
|
||||
</ul>
|
||||
<div id="g-organize-microthumb-grid" class="ui-widget"
|
||||
ref="<?= url::site("organize/album/__ITEM_ID__/__OFFSET__") ?>">
|
||||
<ul id="g-action-status" class="g-message-block">
|
||||
<li class="g-info"><?= t("Drag and drop photos to re-order or move between albums") ?></li>
|
||||
</ul>
|
||||
<ul id="g-organize-microthumb-grid" class="ui-widget-content">
|
||||
<?= $micro_thumb_grid ?>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="g-organize-controls" class="ui-widget-header">
|
||||
<a id="g-organize-close" href="#" ref="done"
|
||||
|
||||
Reference in New Issue
Block a user