mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
java-spring: set header height 48px
This commit is contained in:
@ -54,14 +54,14 @@ a:visited {
|
||||
|
||||
header {
|
||||
background: #333333;
|
||||
height: 72px;
|
||||
height: 48px;
|
||||
margin: 0 auto;
|
||||
min-width: 1152px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
header img {
|
||||
margin: 22px 0 22px 32px;
|
||||
margin: 10px 0 22px 32px;
|
||||
}
|
||||
|
||||
.center {
|
||||
@ -71,7 +71,7 @@ header img {
|
||||
}
|
||||
|
||||
.main{
|
||||
height: calc(100% - 136px);
|
||||
height: calc(100% - 112px);
|
||||
min-height: 536px;
|
||||
}
|
||||
|
||||
@ -357,6 +357,9 @@ footer {
|
||||
color: #AAAAAA;
|
||||
height: 64px;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
footer > .center{
|
||||
@ -714,7 +717,7 @@ footer table tr td:first-child {
|
||||
flex-wrap: nowrap;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
top: 23px;
|
||||
top: 10px;
|
||||
left: 12px;
|
||||
position: absolute;
|
||||
content: "";
|
||||
|
||||
Reference in New Issue
Block a user