mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Try to reduce CSS exceptions, less is more
This commit is contained in:
parent
b37c902e2d
commit
252feba64c
@ -136,11 +136,6 @@ html {
|
||||
margin-left: 1%;
|
||||
}
|
||||
|
||||
.dashboard > div.container td.state {
|
||||
font-size: 1em;
|
||||
width: 6em;
|
||||
}
|
||||
|
||||
.dashboard > div.container h1, .container .content h1, .container .controls h1 {
|
||||
line-height: 2em;
|
||||
font-size: 1em;
|
||||
|
@ -25,10 +25,6 @@ table.action {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
table.action tr {
|
||||
/*border-bottom: 0.079em solid transparent;*/
|
||||
}
|
||||
|
||||
table.action th {
|
||||
text-align: left;
|
||||
overflow: hidden;
|
||||
@ -201,10 +197,6 @@ tr.state.handled td.state {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
|
||||
table.compact tr.state td.state strong {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
/* END of special tables and states */
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user