mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Issue #1138 - Adding Admin Icons to BS3 Admin.
This commit is contained in:
@@ -44,8 +44,33 @@ body { padding-top: 75px; }
|
||||
.tab-border { border-left: 1px solid #ddd; }
|
||||
.tab-content { overflow: visible }
|
||||
|
||||
.core-mainpanel-block { text-align:center; width:110px; float:left; height:48px; display:block; padding:20px 5px 20px 5px; margin: 0px 6px 30px 6px; }
|
||||
.core-mainpanel-block { text-align:center; width:140px; float:left; height:80px; display:block; padding:1px; margin: 0px 2px 15px 2px; }
|
||||
.core-mainpanel-link-text { text-decoration: none; display:block; }
|
||||
a.core-mainpanel-link-icon { height:80px; width: 120px; padding-top:20px; }
|
||||
a.core-mainpanel-link-icon:hover { text-decoration: none; filter: none; }
|
||||
|
||||
div.bbcode-panel {
|
||||
|
||||
background-color: rgb(245, 245, 245);
|
||||
background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(230, 230, 230));
|
||||
background-repeat: repeat-x;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-moz-border-top-colors: none;
|
||||
-moz-border-right-colors: none;
|
||||
-moz-border-bottom-colors: none;
|
||||
-moz-border-left-colors: none;
|
||||
border-image: none;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgb(179, 179, 179);
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.bbcode-panel .btn-toolbar {
|
||||
margin:0px;
|
||||
}
|
||||
|
||||
|
||||
td.center, th.center { text-align:center }
|
||||
@@ -157,6 +182,11 @@ input:-moz-placeholder { font-style:italic }
|
||||
|
||||
/* input[type='radio'] { vertical-align:top; } */
|
||||
|
||||
.radio.disabled, .checkbox.disabled { opacity: 0; }
|
||||
input[type="radio"] + span { padding-right:10px }
|
||||
input[type="radio"] , input[type="radio"] + span { opacity:.5 }
|
||||
input[type="radio"]:checked, input[type="radio"]:checked + span { opacity:1.0; }
|
||||
|
||||
label.legacy { margin-left:5px;margin-right:10px; display: inline-block; }
|
||||
|
||||
/* Core Icons & Image Buttons */
|
||||
@@ -209,12 +239,15 @@ img.S32:hover {}
|
||||
.adminlist td { border-bottom:1px solid #ddd }
|
||||
*/
|
||||
.adminlist th.last,
|
||||
.adminlist td.last { border-right: 0px solid;}
|
||||
.adminlist tr.last td { border-bottom: 0px solid;}
|
||||
.adminlist td.last { border-right: 0 solid;}
|
||||
.adminlist tr.last td { border-bottom: 0 solid;}
|
||||
|
||||
.adminlist .col-selection-cont { position: relative; float:right; }
|
||||
table.adminlist { margin-bottom: 0 }
|
||||
|
||||
span.e-search input[type='text'] { padding-left:25px }
|
||||
span.e-search input[type='text'] { padding-left:15px; font-style: italic }
|
||||
|
||||
/*
|
||||
span.e-search i { margin-right:-20px; margin-left:5px; margin-top:-7px; z-index:100; position:relative; }
|
||||
// span.e-search { margin-bottom:-5px; margin-top:10px }
|
||||
/******** SyS Messages / Message text formatting */
|
||||
@@ -624,10 +657,20 @@ i.e-seamonkey-32{ background-position: -485px 0; width: 32px; height: 32px; }
|
||||
th, .fcaption { font: 12px HelveticaNeue,Helvetica,Arial; }
|
||||
tr.first a, th a { color: rgb(102, 102, 102); }
|
||||
/* Dark Drop-Down Menus */
|
||||
ul.col-selection { text-align:left; overflow:visible; z-index:101; max-height:600px; overflow:auto; background-color: rgb(23, 23, 23); }
|
||||
|
||||
|
||||
ul.col-selection { padding:5px; text-align:left; background-color: #FCFDFF; border: 1px outset black; width:200px; margin-right:0px;overflow:visible; position:absolute; z-index:101; right:0px;}
|
||||
|
||||
|
||||
ul.col-selection { text-align:left; overflow:visible; z-index:101; background-color: rgb(23, 23, 23); }
|
||||
ul.col-selection > li a { border-top: 1px solid rgb(51, 51, 51); border-bottom: 1px solid rgb(32, 32, 32); }
|
||||
ul.col-selection > li a { padding: 3px 0px 0px 25px; color: rgb(153, 153, 153); }
|
||||
ul.col-selection > li a label { padding-left:0px; display:block; line-height:25px; }
|
||||
ul.col-selection > li a:hover { color: #FFF; background-image: linear-gradient(to bottom, #08C, #0077B3);}
|
||||
|
||||
|
||||
ul.col-selection { background-color: rgb(39, 39, 39);}
|
||||
ul.scroll-menu { max-height:350px; overflow:auto; }
|
||||
|
||||
|
||||
.nav ul li ul.dropdown-menu { border-left:1px solid rgb(51, 51, 51); background-color: rgb(39, 39, 39); }
|
||||
@@ -940,9 +983,47 @@ li.rssRow > div {
|
||||
|
||||
.media-carousel-item-glyph { width: 64px; height:64px; overflow:hidden; margin-right:5px; margin-bottom:0px }
|
||||
|
||||
.media-manager {padding:20px; min-height:400px }
|
||||
|
||||
.core-mainpanel-link-icon img { margin-bottom: 5px }
|
||||
|
||||
.sidebar-toggle { width: 50px; display: inline-block; position: absolute; margin-left: -20px; }
|
||||
.sidebar-toggle a {color:#C6C6C6;}
|
||||
#left-panel.toggled { display: none }
|
||||
|
||||
|
||||
/* ######## selectize.js ######## */
|
||||
.selectize-control.single .selectize-input,
|
||||
.selectize-control.single .selectize-input.input-active,
|
||||
.selectize-control.single .selectize-input.input-active:hover,
|
||||
.selectize-control.single .selectize-input.focus,
|
||||
.selectize-control.multi .selectize-input,
|
||||
.selectize-control.multi .selectize-input.input-active,
|
||||
.selectize-control.multi .selectize-input.input-active:hover,
|
||||
.selectize-control.multi .selectize-input.focus {
|
||||
-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
|
||||
background: #202020 !important;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border: 0;
|
||||
padding: 4px 6px;
|
||||
}
|
||||
|
||||
.selectize-input > input {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* uiAlert Styling */
|
||||
|
||||
.notifications{position:fixed;}.notifications.top-right{right:10px;top:25px;}
|
||||
.notifications.top-left{left:10px;top:25px;}
|
||||
.notifications.bottom-left{left:10px;bottom:25px;}
|
||||
.notifications.bottom-right{right:10px;bottom:25px;}
|
||||
.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;}
|
||||
|
||||
/*
|
||||
|
||||
|
BIN
e107_themes/bootstrap3/images/adminicons_16.png
Normal file
BIN
e107_themes/bootstrap3/images/adminicons_16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
BIN
e107_themes/bootstrap3/images/adminicons_32.png
Normal file
BIN
e107_themes/bootstrap3/images/adminicons_32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 241 KiB |
BIN
e107_themes/bootstrap3/images/browsers.png
Normal file
BIN
e107_themes/bootstrap3/images/browsers.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
BIN
e107_themes/bootstrap3/images/e107_adminlogo.png
Normal file
BIN
e107_themes/bootstrap3/images/e107_adminlogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Reference in New Issue
Block a user