Update report view style
This commit is contained in:
BIN
css/.ds.css.swp
Normal file
BIN
css/.ds.css.swp
Normal file
Binary file not shown.
25
css/ds.css
25
css/ds.css
@@ -1,18 +1,21 @@
|
||||
@import '../vendor/fontawesome-free/css/all.css';
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
header {
|
||||
background-image: url('http://150.145.56.132/static/img/logos/dataspace_icon.svg');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
min-height: 200px;
|
||||
border-bottom: 1px lightgrey solid;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
header i,
|
||||
header a.btn,
|
||||
header span.btn
|
||||
{
|
||||
color: #333 !important;
|
||||
}
|
||||
main {
|
||||
width: 75%;
|
||||
margin: 0 auto;
|
||||
padding: 2rem 0 5rem 0;
|
||||
background-color: #ebeef0;
|
||||
}
|
||||
footer {
|
||||
min-height: 40px;
|
||||
@@ -30,6 +33,12 @@ td ul {
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
.report-container {
|
||||
width: 75%;
|
||||
margin: 0 auto;
|
||||
background-color: #fff;
|
||||
padding: 1rem 1rem;
|
||||
}
|
||||
.mt-2 {
|
||||
margin-top: 2rem !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user