mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
CSS: Remove class pull-left
Usage as class is discouraged. pull-right still in use. Should also be removed.
This commit is contained in:
parent
ec07ef2647
commit
48e1a2cf4b
@ -92,7 +92,7 @@
|
|||||||
.grid {
|
.grid {
|
||||||
.hosts-summary,
|
.hosts-summary,
|
||||||
.services-summary {
|
.services-summary {
|
||||||
.pull-left();
|
float: left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -307,10 +307,6 @@ div.box.stats {
|
|||||||
color: @gray;
|
color: @gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stats > .pull-left {
|
|
||||||
float: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.stats > h3 {
|
.stats > h3 {
|
||||||
color: @gray;
|
color: @gray;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
[class^="col-"],
|
[class^="col-"],
|
||||||
[class*=" col-"] {
|
[class*=" col-"] {
|
||||||
.pull-left();
|
float: left;
|
||||||
// Fix that empty columns don't consume their width
|
// Fix that empty columns don't consume their width
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
}
|
}
|
||||||
|
@ -34,10 +34,6 @@
|
|||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-left {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pull-right {
|
.pull-right {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user