Remove unused code

This commit is contained in:
Florian Strohmaier 2019-07-03 17:47:20 +02:00 committed by Johannes Meyer
parent 955ab298f7
commit c06aec0471
3 changed files with 0 additions and 14 deletions

View File

@ -174,13 +174,8 @@
// Columns
#layout #col2 {
display: none;
}
#layout.twocols #col2 {
border-left: 1px solid @gray-lighter;
display: block;
}
#layout.twocols > #main > .container {

View File

@ -1,10 +1,4 @@
/*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
#layout {
overflow: auto; // TODO: Shouldn't be necessary, here, IMHO
}
#setup {
> .header {
width: 100%;

View File

@ -34,9 +34,6 @@
ApplicationState.prototype.onSummaryRendered = function(e) {
var height = $(this).height();
$('#sidebar').css('bottom', height);
$('#main').css('bottom', height);
};
Icinga.Behaviors.ApplicationState = ApplicationState;