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

Fix for theme description.

This commit is contained in:
Cameron
2017-01-10 17:57:04 -08:00
parent f1ea84e6fb
commit 34a45e3445
2 changed files with 8 additions and 4 deletions

View File

@@ -1230,8 +1230,10 @@ li.rssRow > div {
/* Theme selection */
.admin-theme-thumb { width:100%; height:130px;overflow:hidden;border:1px solid black; margin:0; margin-bottom:10px; padding:0; }
.admin-theme-thumb { position:relative; width:100%; height:130px;overflow:hidden;border:1px solid black; margin:0; margin-bottom:10px; padding:0; }
.admin-theme-thumb:hover { opacity:0.4 }
.admin-theme-thumb img { position:absolute; height:130px; left:-10px; min-width:110%; }
.admin-theme-options {
transition: opacity .20s ease-in-out;