1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 02:21:58 +02:00

AdminUI: Menu icon added.

This commit is contained in:
Cameron
2016-11-01 16:42:47 -07:00
parent c911ded19b
commit a3312a24a6
6 changed files with 49 additions and 12 deletions

View File

@@ -593,6 +593,8 @@ i.S16, li.plupload_done a {
line-height: 14px;
vertical-align: text-top;
}
i.e-add-16{ background-position: 0 0; width: 16px; height: 16px; }
i.e-adminlogs-16{ background-position: -21px 0; width: 16px; height: 16px; }
i.e-adminpass-16{ background-position: -42px 0; width: 16px; height: 16px; }
@@ -686,6 +688,17 @@ i.S32 {
height:32px;
}
i.S24 {
background: url(images/adminicons_32.png) no-repeat top left;
display: inline-block;
background-size: 1522px;
width:24px;
height:24px;
}
i.e-news-24{ background-position: -1442px 0; }
i.e-custom-24{ background-position: -639px 0; }
i.e-add-32{ background-position: 0 0; width: 32px; height: 32px; }
i.e-adminlogs-32{ background-position: -37px 0; width: 32px; height: 32px; }
i.e-adminpass-32{ background-position: -74px 0; width: 32px; height: 32px; }
@@ -1265,6 +1278,10 @@ li.after-submit:hover { background-color: #337AB7; color:white }
.plugin-manager .fa-refresh { padding-top: 4px }
#left-panel .panel-title span { display: inline-block; vertical-align: middle; color:white;text-shadow:0 1px 1px #000}
#left-panel .panel-title .S24, #left-panel .panel-title img { margin-right:6px; width:24px; height:24px; vertical-align:middle}
/*
body { background-color: rgb(68, 68, 68); }