Fix background color
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
<div id="header">
|
<div id="header">
|
||||||
<?=img(array('src' => 'assets/images/logo.png', 'style' => 'margin-left: 5px'));?>
|
<?=img(array('src' => 'assets/images/logo.png', 'style' => 'margin-left: 5px'));?>
|
||||||
<div style="float: right; margin-top: 15px; margin-right: 10px; color: #ccc;">
|
<div style="float: right; margin-top: 15px; margin-right: 10px; color: #ccc;">
|
||||||
<a href="javascript:settings.show()" style="padding: 5px">Einstellungen</a>
|
<a href="javascript:void(0);" onclick="settings.show();" style="padding: 5px">Einstellungen</a> |
|
||||||
<?=anchor('auth/logout', "Logout", array('style' => 'padding: 5px;'));?>
|
<?=anchor('auth/logout', "Logout", array('style' => 'padding: 5px;'));?>
|
||||||
</div>
|
</div>
|
||||||
<?=img(array('src' => 'assets/images/lang_' . $this->config->item('lang_selected') . '.png', 'style' => 'float: right; margin-top: 18px; margin-right: 5px;'));?>
|
<?=img(array('src' => 'assets/images/lang_' . $this->config->item('lang_selected') . '.png', 'style' => 'float: right; margin-top: 18px; margin-right: 5px;'));?>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.x-viewport body {
|
.x-viewport body {
|
||||||
background: #ededed url('../images/back.png') repeat-x !important;
|
background: #F5F9FE url('../images/back.png') repeat-x !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-tree-node-el {
|
.x-tree-node-el {
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 219 B After Width: | Height: | Size: 224 B |
Reference in New Issue
Block a user