mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 02:42:40 +02:00
Styling fixes.
This commit is contained in:
@@ -11,10 +11,7 @@ thead tr {
|
||||
border: 1px solid rgb(3, 3, 3);
|
||||
}
|
||||
|
||||
.adminlist tr > td {
|
||||
|
||||
min-height:50px;
|
||||
}
|
||||
|
||||
|
||||
.datetimepicker {
|
||||
background-color: #191919;
|
||||
|
@@ -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; }
|
||||
|
||||
|
||||
/*
|
||||
|
@@ -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', "
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user