mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 19:02:39 +02:00
Issue #1138 - Layout fix for theme manager.
This commit is contained in:
@@ -1124,6 +1124,41 @@ li.rssRow > div {
|
||||
.notifications>div{position:relative;z-index:9999;margin:5px 0px;}
|
||||
.notifications.center{top:30%;left:0;width:100%;}.notifications.center>div{margin:5px auto;width:20%;text-align:center;}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Theme selection */
|
||||
.admin-theme-thumb { 200px; height:130px;overflow:hidden;border:1px solid black; margin:0px; margin-bottom:10px; padding:0px; }
|
||||
.admin-theme-thumb:hover { opacity:0.4 }
|
||||
|
||||
.admin-theme-options {
|
||||
transition: opacity .20s ease-in-out;
|
||||
-moz-transition: opacity .20s ease-in-out;
|
||||
-webkit-transition: opacity .20s ease-in-out;
|
||||
opacity:0;
|
||||
width:100%;
|
||||
height:130px;
|
||||
text-align: center;
|
||||
padding-top:50px;
|
||||
white-space:nowrap;
|
||||
background-color:black;
|
||||
display:block;position:relative; text-align:center; vertical-align:middle; top:-141px;}
|
||||
|
||||
.admin-theme-options:hover { opacity:0.85; }
|
||||
.admin-theme-options .fa-check { color: #FAA732 }
|
||||
|
||||
.admin-theme-title { line-height: 18px; overflow:hidden; padding-left:5px; white-space:nowrap; width:200px; position:relative; top:-135px; }
|
||||
.admin-theme-title span.label { margin-top: -20px; margin-right: 15px; }
|
||||
.admin-theme-title small { white-space:nowrap;display:inline-block;width:140px;overflow:hidden }
|
||||
|
||||
.admin-theme-select {border:1px dotted silver;background-color:#DDDDDD;float:left }
|
||||
.admin-theme-select-active { background-color:red;float:left }
|
||||
.admin-theme-cell { width:207px; height:170px; padding:10px; -moz-border-radius: 5px; border-radius: 5px; margin:10px 10px 5px 0px}
|
||||
.admin-theme-cell-default { border:1px dotted silver; background-color:#DDDDDD }
|
||||
.admin-theme-cell-site { background-color: #d9edf7; border: 1px solid #bce8f1; }
|
||||
.admin-theme-cell-admin { background-color:#FFFFD5; border: 1px solid #FFCC00; }
|
||||
|
||||
|
||||
/*
|
||||
|
||||
body { background-color: rgb(68, 68, 68); }
|
||||
|
@@ -21,7 +21,7 @@ e107::js('core', 'bootstrap3-editable/js/bootstrap-editable.min.js', 'jquery',
|
||||
// e107::css('url', "https://maxcdn.bootstrapcdn.com/bootswatch/3.3.5/cosmo/bootstrap.min.css");
|
||||
// e107::css('url', "https://maxcdn.bootstrapcdn.com/bootswatch/3.3.5/darkly/bootstrap.min.css");
|
||||
|
||||
e107::css('theme','css/bootstrap_dark.css');
|
||||
e107::css('theme','css/bootstrap-dark.min.css');
|
||||
e107::css('theme','admin_style.css');
|
||||
e107::css('theme','admin_dark.css');
|
||||
e107::css('theme','ie_all.css',null,'all',"<!--[if IE]>","<![endif]-->");
|
||||
|
1486
e107_themes/bootstrap3/css/bootstrap-dark.min.css
vendored
Normal file
1486
e107_themes/bootstrap3/css/bootstrap-dark.min.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7227
e107_themes/bootstrap3/css/bootstrap_dark.css
vendored
7227
e107_themes/bootstrap3/css/bootstrap_dark.css
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user