diff options
-rw-r--r-- | lib/gallery.common.css | 10 | ||||
-rw-r--r-- | modules/gallery/views/admin_maintenance_show_log.html.php | 2 | ||||
-rw-r--r-- | modules/gallery/views/admin_maintenance_task.html.php | 2 | ||||
-rw-r--r-- | modules/gallery/views/login_ajax.html.php | 2 | ||||
-rw-r--r-- | themes/admin_wind/css/screen.css | 1 | ||||
-rw-r--r-- | themes/admin_wind/views/pager.html.php | 2 | ||||
-rw-r--r-- | themes/night_wind/css/fix-ie.css | 2 | ||||
-rw-r--r-- | themes/night_wind/views/movie.html.php | 2 | ||||
-rw-r--r-- | themes/night_wind/views/pager.html.php | 2 | ||||
-rw-r--r-- | themes/night_wind/views/photo.html.php | 2 | ||||
-rw-r--r-- | themes/wind/css/fix-ie.css | 2 | ||||
-rw-r--r-- | themes/wind/views/movie.html.php | 2 | ||||
-rw-r--r-- | themes/wind/views/pager.html.php | 2 | ||||
-rw-r--r-- | themes/wind/views/photo.html.php | 2 |
14 files changed, 18 insertions, 17 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index f199ba45..5ca69908 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -19,15 +19,15 @@ * 1) Text **********************************************************************/ -.g-txt-small { +.g-text-small { font-size: .8em; } -.g-txt-big { +.g-text-big { font-size: 1.2em; } -.g-txt-right { +.g-text-right { text-align: right; } @@ -596,7 +596,7 @@ div#g-action-status { text-align: right; } -.rtl .g-txt-right { +.rtl .g-text-right { text-align: left; } @@ -649,7 +649,7 @@ div#g-action-status { width: 35%; } -.rtl .g-pager .g-txt-right { +.rtl .g-pager .g-text-right { margin-left: 0; } diff --git a/modules/gallery/views/admin_maintenance_show_log.html.php b/modules/gallery/views/admin_maintenance_show_log.html.php index ff7ac50e..d2472fdc 100644 --- a/modules/gallery/views/admin_maintenance_show_log.html.php +++ b/modules/gallery/views/admin_maintenance_show_log.html.php @@ -11,7 +11,7 @@ appendTo('body').submit().remove(); </script> <div id="g-task-log-dialog"> <h1> <?= $task->name ?> </h1> - <div class="g-task-log g-txt-small"> + <div class="g-task-log g-text-small"> <pre><?= html::purify($task->get_log()) ?></pre> </div> <button id="g-close" class="ui-state-default ui-corner-all" onclick="dismiss()"><?= t("Close") ?></button> diff --git a/modules/gallery/views/admin_maintenance_task.html.php b/modules/gallery/views/admin_maintenance_task.html.php index 53972b70..76756b66 100644 --- a/modules/gallery/views/admin_maintenance_task.html.php +++ b/modules/gallery/views/admin_maintenance_task.html.php @@ -57,7 +57,7 @@ <div id="g-status"> <?= t("Starting up...") ?> </div> - <div class="g-txt-right"> + <div class="g-text-right"> <button id="g-pause-button" class="ui-state-default ui-corner-all" onclick="dismiss()"><?= t("Pause") ?></button> <button id="g-done-button" class="ui-state-default ui-corner-all" style="display: none" onclick="dismiss()"><?= t("Close") ?></button> </div> diff --git a/modules/gallery/views/login_ajax.html.php b/modules/gallery/views/login_ajax.html.php index 9741db0c..36647f9d 100644 --- a/modules/gallery/views/login_ajax.html.php +++ b/modules/gallery/views/login_ajax.html.php @@ -38,7 +38,7 @@ </li> <? if (identity::is_writable()): ?> <li> - <a href="#" id="g-password-reset" class="g-right g-txt-small"><?= t("Forgot your password?") ?></a> + <a href="#" id="g-password-reset" class="g-right g-text-small"><?= t("Forgot your password?") ?></a> </li> <? endif ?> </ul> diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 4aa02023..97e0bfd0 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -124,6 +124,7 @@ td { } th { + vertical-align: bottom; white-space: nowrap; } diff --git a/themes/admin_wind/views/pager.html.php b/themes/admin_wind/views/pager.html.php index e4fbd5d5..7870ef3f 100644 --- a/themes/admin_wind/views/pager.html.php +++ b/themes/admin_wind/views/pager.html.php @@ -25,7 +25,7 @@ <? endif ?> </li> <li class="g-info"><?= $from_to_msg ?></li> - <li class="g-txt-right"> + <li class="g-text-right"> <? if ($next_page): ?> <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> diff --git a/themes/night_wind/css/fix-ie.css b/themes/night_wind/css/fix-ie.css index cb51f349..fcebeea8 100644 --- a/themes/night_wind/css/fix-ie.css +++ b/themes/night_wind/css/fix-ie.css @@ -20,7 +20,7 @@ input.submit { float: none !important; } -.g-pager .g-txt-right { +.g-pager .g-text-right { width: 29%; } diff --git a/themes/night_wind/views/movie.html.php b/themes/night_wind/views/movie.html.php index 9254c7fe..a791f2d8 100644 --- a/themes/night_wind/views/movie.html.php +++ b/themes/night_wind/views/movie.html.php @@ -13,7 +13,7 @@ <? endif; ?> </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): ?> <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> diff --git a/themes/night_wind/views/pager.html.php b/themes/night_wind/views/pager.html.php index ba325d03..af82b835 100644 --- a/themes/night_wind/views/pager.html.php +++ b/themes/night_wind/views/pager.html.php @@ -25,7 +25,7 @@ <? endif ?> </li> <li class="g-info"><?= $from_to_msg ?></li> - <li class="g-txt-right"> + <li class="g-text-right"> <? if ($next_page): ?> <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> diff --git a/themes/night_wind/views/photo.html.php b/themes/night_wind/views/photo.html.php index e1231f65..a748daf2 100644 --- a/themes/night_wind/views/photo.html.php +++ b/themes/night_wind/views/photo.html.php @@ -26,7 +26,7 @@ <? endif; ?> </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): ?> <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> diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css index cb51f349..fcebeea8 100644 --- a/themes/wind/css/fix-ie.css +++ b/themes/wind/css/fix-ie.css @@ -20,7 +20,7 @@ input.submit { float: none !important; } -.g-pager .g-txt-right { +.g-pager .g-text-right { width: 29%; } diff --git a/themes/wind/views/movie.html.php b/themes/wind/views/movie.html.php index 9254c7fe..a791f2d8 100644 --- a/themes/wind/views/movie.html.php +++ b/themes/wind/views/movie.html.php @@ -13,7 +13,7 @@ <? endif; ?> </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): ?> <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> diff --git a/themes/wind/views/pager.html.php b/themes/wind/views/pager.html.php index 36b2c13f..1dfe7eac 100644 --- a/themes/wind/views/pager.html.php +++ b/themes/wind/views/pager.html.php @@ -25,7 +25,7 @@ <? endif ?> </li> <li class="g-info"><?= $from_to_msg ?></li> - <li class="g-txt-right"> + <li class="g-text-right"> <? if ($next_page): ?> <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> diff --git a/themes/wind/views/photo.html.php b/themes/wind/views/photo.html.php index cee44134..e17dcdb3 100644 --- a/themes/wind/views/photo.html.php +++ b/themes/wind/views/photo.html.php @@ -26,7 +26,7 @@ <? endif; ?> </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): ?> <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> |