1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Theme manager styling.

This commit is contained in:
Cameron
2015-02-06 01:03:09 -08:00
parent bc85167383
commit 6cd5513fd2
2 changed files with 7 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
$e_sub_cat = 'theme_manage';
e107::css("inline","
h2 { text-align: right; margin-bottom: -30px; padding-right: 10px; }
.hide { display: none }
.admin-theme-thumb { height:130px;overflow:hidden;border:1px solid black; margin:0px; margin-bottom:10px; padding:0px; }
.admin-theme-thumb:hover { opacity:0.4 }