mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
Remove unused code
This commit is contained in:
parent
955ab298f7
commit
c06aec0471
@ -174,13 +174,8 @@
|
||||
|
||||
// Columns
|
||||
|
||||
#layout #col2 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#layout.twocols #col2 {
|
||||
border-left: 1px solid @gray-lighter;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#layout.twocols > #main > .container {
|
||||
|
@ -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%;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user