Some cleanup in the templates
This commit is contained in:
parent
33de44b166
commit
1688a8b2e5
3 changed files with 26 additions and 22 deletions
23
resource/web/css/hal.css
vendored
23
resource/web/css/hal.css
vendored
|
|
@ -84,6 +84,21 @@ body {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
.vertical-space {
|
||||
height: 70px;
|
||||
}
|
||||
.text-vert-middle {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
.table-borderless tbody tr td {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.drop-shadow {
|
||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Placeholder dashboard ideas
|
||||
|
|
@ -104,14 +119,6 @@ body {
|
|||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.panel{
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
|
||||
.drop-shadow {
|
||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* c3.js charts overrides
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue