htdocs: fix bug

Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
This commit is contained in:
YanlanShen 2019-03-10 17:25:38 +08:00 committed by rosysong
parent c5025445a9
commit 5fb2418726

View File

@ -1749,7 +1749,8 @@ header > .container > .pull-right > * {
display: block;
position: fixed;
top: 1rem;
right: 1rem;
right: 2rem;
left: 2rem;
border: 1px solid #ddd;
background-color: #fff;
border-radius: 20px;
@ -1967,7 +1968,7 @@ body.lang_pl.login .cbi-value-title {
}
.logged-in header {
width: calc(100% - 2rem);
width: auto;
}
.showSide {