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

Styling fixes.

This commit is contained in:
Cameron
2017-01-31 16:39:00 -08:00
parent d9fe5c8410
commit 5d94c192b6
14 changed files with 74 additions and 48 deletions

View File

@@ -11,10 +11,7 @@ thead tr {
border: 1px solid rgb(3, 3, 3);
}
.adminlist tr > td {
min-height:50px;
}
.datetimepicker {
background-color: #191919;

View File

@@ -1306,6 +1306,9 @@ td.forumheader { background-image: linear-gradient(#303030,#212121 60%,#171717);
.navbar-nav > li > a.admin-icon-avatar { padding-top: 11px; padding-bottom: 10px;}
form#simplesef h4 { margin: 0 }
.adminlist tr > td { min-height:50px; }
.navbar-fixed-top { height: 51px; }
/*

View File

@@ -24,9 +24,19 @@ e107::library('load', 'bootstrap');
e107::library('load', 'fontawesome');
e107::library('load', 'bootstrap.editable');
e107::css('theme', 'css/bootstrap-dark.min.css');
$adminStyle = e107::pref('core', 'admincss');
//e107::css('theme', 'css/bootstrap-dark.min.css');
e107::css('theme', $adminStyle);
e107::css('theme', 'admin_style.css');
e107::css('theme', 'admin_dark.css');
if(!deftrue('e_DEBUG'))
{
e107::css('theme', 'admin_dark.css');
}
e107::css('theme', 'ie_all.css', null, 'all', "<!--[if IE]>", "<![endif]-->");
e107::css('inline', "

View File

@@ -20,6 +20,7 @@
<stylesheets>
<css file="style.css" name="Default" />
<css file="css/bootstrap-dark.min.css" name="Bootstrap3 Dark Admin" scope='admin' />
<css file="http://bootswatch.com/sandstone/bootstrap.min.css" name="Bootwatch Sandstone" scope='admin' />
<css file="*" name="*" />
</stylesheets>
<layouts>