1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-20 02:09:11 +00:00

Add about dialog

This commit is contained in:
Daniel Pan
2016-05-07 17:01:31 +08:00
committed by llj
parent 134cef775a
commit 0c6e50818e
3 changed files with 26 additions and 6 deletions

View File

@@ -727,9 +727,6 @@ textarea:-moz-placeholder {/* for FF */
box-shadow:0 0 4px #ccc;
}
}
.side-tabnav:hover {
overflow-y:auto;
}
.side-tabnav {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
@@ -738,8 +735,12 @@ textarea:-moz-placeholder {/* for FF */
flex-direction: column;
}
.side-nav-con {
overflow-y:auto;
overflow:hidden;
padding:20px;
flex-grow: 1;
}
.side-nav-con:hover {
overflow-y:auto;
}
.side-nav-footer {
padding: 12px 20px 16px;
@@ -749,6 +750,7 @@ textarea:-moz-placeholder {/* for FF */
.side-nav-footer a {
color:#333;
font-weight: normal;
margin-right:0.25rem;
}
.side-tabnav .hd {
margin-bottom:0.5em;
@@ -3556,3 +3558,7 @@ img.thumbnail {
#link-audit-form .get-code-btn {
margin-bottom:20px;
}
/* about dialog */
.about-content {
width: 300px;
}