Add info boxes for the different categories

This commit is contained in:
yflory
2016-12-21 11:46:49 +01:00
parent 403ba53980
commit 046220f239
4 changed files with 23 additions and 10 deletions

View File

@@ -192,6 +192,12 @@ li {
background: #ddddff;
border: 1px solid #bbb;
border-radius: 5px;
margin-bottom: 10px;
}
#content .info-box span {
cursor: pointer;
margin-left: 10px;
float: right;
}
.topButtonContainer {
@@ -257,13 +263,10 @@ li {
flex: 1;
}
#content .list li.file-header {
margin-top: 20px;
}
#content .list li.header {
cursor: default;
color: #008;
margin-top: 10px;
}
#content .list li.header .element span:not(.fa) {
border-right: 1px solid #CCC;