1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 16:36:15 +00:00

added 'help' app

This commit is contained in:
llj
2013-12-17 17:49:11 +08:00
parent fc0ce8ec14
commit 649fd02173
27 changed files with 275 additions and 19 deletions

View File

@@ -388,7 +388,8 @@ textarea:-moz-placeholder {/* for FF */
color:#000;
}
/**** side-tabnav ****/
.side-tabnav .hd {
.side-tabnav .hd,
.side-textnav .hd {
padding-bottom:4px;
border-bottom:1px solid #ddd;
margin-bottom:1em;
@@ -435,6 +436,23 @@ textarea:-moz-placeholder {/* for FF */
font-weight:bold;
color:#fff;
}
.side-textnav .hd {
margin:2em 0 .5em;
}
.side-textnav-tabs .tab a {
display:block;
padding:10px 0;
font-weight:normal;
color:#999;
border-bottom:1px solid #eee;
margin-bottom:3px;
}
.side-textnav-tabs .tab-cur a,
.side-textnav-tabs .tab a:hover {
color:#de3f1c;
text-decoration:none;
}
/**** checkbox ****/
.checkbox-orig {
font-size:0;
@@ -2606,3 +2624,6 @@ textarea:-moz-placeholder {/* for FF */
font-weight:normal;
color:#888;
}
.help-con {
padding:0 0 0 60px;
}