1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +00:00

btn-center (#2762)

This commit is contained in:
Michael An
2019-01-05 10:52:30 +08:00
committed by Daniel Pan
parent 3e78388e8a
commit b04c0ab5d1

View File

@@ -22,7 +22,10 @@
.shared-file-view-head { .shared-file-view-head {
width: 950px; width: 950px;
margin: 0 auto; margin: 0 auto;
height: 50px; height: 60px;
display: flex;
align-items:center;
justify-content: space-between;
} }
.shared-file-view-head a { .shared-file-view-head a {
@@ -30,7 +33,6 @@
} }
.shared-file-view-head h2 { .shared-file-view-head h2 {
margin-top: 9px;
color: #222; color: #222;
font-size: 1.4em; font-size: 1.4em;
margin-bottom: 0px; margin-bottom: 0px;
@@ -43,15 +45,13 @@
.shared-file-view-head .shared-file-op-btn { .shared-file-view-head .shared-file-op-btn {
padding: 7px; padding: 7px;
margin-top: 9px;
} }
.shared-file-view-body { .shared-file-view-body {
height: calc(100% - 50px); height: calc(100% - 60px);
padding: 30px 0 15px; padding: 30px 0 15px;
background: #f4f4f4; background: #f4f4f4;
border: 1px solid #ededed; border: 1px solid #ededed;
margin-top: 12px;
overflow: auto; overflow: auto;
} }
@@ -69,9 +69,5 @@
.shared-file-view-head { .shared-file-view-head {
width: 100%; width: 100%;
padding: 10px 20px; padding: 10px 20px;
height: 60px;
}
.shared-file-view-body {
height: calc(100% - 60px);
} }
} }