mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
Remove unused code
This commit is contained in:
parent
955ab298f7
commit
c06aec0471
@ -174,13 +174,8 @@
|
|||||||
|
|
||||||
// Columns
|
// Columns
|
||||||
|
|
||||||
#layout #col2 {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#layout.twocols #col2 {
|
#layout.twocols #col2 {
|
||||||
border-left: 1px solid @gray-lighter;
|
border-left: 1px solid @gray-lighter;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#layout.twocols > #main > .container {
|
#layout.twocols > #main > .container {
|
||||||
|
@ -1,10 +1,4 @@
|
|||||||
/*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
|
/*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
#layout {
|
|
||||||
overflow: auto; // TODO: Shouldn't be necessary, here, IMHO
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#setup {
|
#setup {
|
||||||
> .header {
|
> .header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -34,9 +34,6 @@
|
|||||||
|
|
||||||
ApplicationState.prototype.onSummaryRendered = function(e) {
|
ApplicationState.prototype.onSummaryRendered = function(e) {
|
||||||
var height = $(this).height();
|
var height = $(this).height();
|
||||||
|
|
||||||
$('#sidebar').css('bottom', height);
|
|
||||||
$('#main').css('bottom', height);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Icinga.Behaviors.ApplicationState = ApplicationState;
|
Icinga.Behaviors.ApplicationState = ApplicationState;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user