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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user