diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index ec77c4b9e..6f5a966f1 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -297,6 +297,14 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;} cursor: not-allowed; } +.resetButton{ + background-color:transparent; + color:#aaa; + font-weight:700; + border:none; + padding: 8px 15px; +} + #formCreateAlbum input[name="virtual_name"] {border: 1px solid #D5D5D5; transition: all 125ms ease-out;} #formCreateAlbum input[name="virtual_name"]:hover {border-color: #3C3C3C;} diff --git a/admin/themes/default/template/batch_manager_unit.tpl b/admin/themes/default/template/batch_manager_unit.tpl index f770f8120..bb5889560 100644 --- a/admin/themes/default/template/batch_manager_unit.tpl +++ b/admin/themes/default/template/batch_manager_unit.tpl @@ -114,8 +114,11 @@ jQuery("a.preview-box").colorbox( { {if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
- - + + + + {* *} + {* *}
{/if}