[Dashboard Theme | Trunk]: Add new fs-modal css
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60595 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
48c87fedf2
commit
85fbb63c94
|
@ -195,8 +195,9 @@
|
|||
position: fixed;
|
||||
background: var(--background-color);
|
||||
top: var(--header-height);
|
||||
left: var(--sidebar-width);
|
||||
right: 0;
|
||||
z-index: 980;
|
||||
width: calc(100% - var(--sidebar-width) - 180px);
|
||||
padding: 0 90px;
|
||||
transition-property: width;
|
||||
transition: 0.5s;
|
||||
|
@ -207,7 +208,7 @@
|
|||
}
|
||||
|
||||
.sidebar_mini #page_content_header {
|
||||
width: calc(100vw - var(--sidebar-mini-width) - 180px);
|
||||
left: var(--sidebar-mini-width);
|
||||
}
|
||||
|
||||
#page_content_inner {
|
||||
|
@ -243,8 +244,16 @@
|
|||
padding-left: calc(var(--sidebar-mini-width)/2);
|
||||
}
|
||||
|
||||
navbar > *, openaire-error > *, openaire-user> user > * {
|
||||
background-color: var(--background-color);
|
||||
navbar > *, openaire-error > *, openaire-user> user > *, .fs-modal {
|
||||
background-color: var(--background-color) !important;
|
||||
}
|
||||
|
||||
.fs-modal > .header {
|
||||
height: calc(var(--header-height) - 20px);
|
||||
}
|
||||
|
||||
.fs-modal > .content {
|
||||
margin-top: var(--header-height);
|
||||
}
|
||||
|
||||
.tm-header .uk-navbar-container {
|
||||
|
|
Loading…
Reference in New Issue