1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 02:42:26 +00:00

Merge pull request #1205 from haiwen/css-improve

UI Improvement
This commit is contained in:
llj
2016-05-25 10:48:48 +08:00
2 changed files with 11 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
* common class ..........common class
*
* Widget
* (...)
* (...)
* discussions/comments
* custom select2
*
@@ -576,7 +576,7 @@ textarea:-moz-placeholder {/* for FF */
line-height:1.5;
margin:0; /* for merge with tabs */
background-color:#f2f2f2;
padding:0.6rem 0.75rem 0.25rem;
padding:0.6rem 0.75rem 0;
border-radius: 2px 2px 0 0;
}
/****paginator****/
@@ -761,7 +761,7 @@ textarea:-moz-placeholder {/* for FF */
border-top:1px solid #eee;
}
.side-nav-footer a {
color:#333;
color:#666;
font-weight: normal;
margin-right:0.25rem;
}
@@ -799,6 +799,9 @@ textarea:-moz-placeholder {/* for FF */
color:#333;
font-weight:normal;
}
.side-tabnav-tabs .tab a:focus {
text-decoration:none;
}
.side-tabnav-tabs .tab .grp-list a {
font-size:14px;
line-height:24px;
@@ -3545,5 +3548,7 @@ img.thumbnail {
}
/* about dialog */
.about-content {
width: 300px;
width: 280px;
padding-top: 20px;
text-align: center;
}