2018-01-25 21:15:16 +03:00
|
|
|
#body-public {
|
2018-03-07 13:05:23 +03:00
|
|
|
.header-right {
|
2018-01-25 21:15:16 +03:00
|
|
|
|
2018-04-05 13:21:39 +03:00
|
|
|
#header-primary-action a {
|
2018-06-03 12:24:54 +03:00
|
|
|
color: var(--color-primary-text);
|
2018-03-07 13:05:23 +03:00
|
|
|
}
|
2018-01-25 21:15:16 +03:00
|
|
|
|
2018-03-07 13:05:23 +03:00
|
|
|
.menutoggle,
|
|
|
|
#header-primary-action[class^='icon-'] {
|
|
|
|
padding: 14px;
|
|
|
|
padding-right: 40px;
|
|
|
|
background-position: right 15px center;
|
2018-06-03 12:24:54 +03:00
|
|
|
color: var(--color-primary-text);
|
2018-03-07 13:05:23 +03:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2018-01-25 21:15:16 +03:00
|
|
|
|
2018-03-07 13:05:23 +03:00
|
|
|
#header-secondary-action {
|
|
|
|
margin-right: 13px;
|
2018-04-05 13:21:39 +03:00
|
|
|
|
2018-04-05 14:11:55 +03:00
|
|
|
ul li {
|
|
|
|
min-width: 270px;
|
|
|
|
}
|
|
|
|
#save-external-share {
|
|
|
|
form {
|
|
|
|
display: flex;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#save-button-confirm {
|
|
|
|
flex-grow: 0;
|
|
|
|
}
|
2018-04-05 13:21:39 +03:00
|
|
|
}
|
2018-03-07 13:05:23 +03:00
|
|
|
}
|
|
|
|
}
|
2018-04-05 13:21:39 +03:00
|
|
|
|
|
|
|
#content {
|
|
|
|
height: initial;
|
|
|
|
min-height: calc(100vh - 160px);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* force layout to make sure the content element's height matches its contents' height */
|
|
|
|
.ie #content {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2018-03-07 13:05:23 +03:00
|
|
|
}
|