Add an info box in the file manager

This commit is contained in:
yflory
2016-12-20 18:59:50 +01:00
parent c359c27997
commit e9418af88b
4 changed files with 60 additions and 9 deletions

View File

@@ -186,6 +186,14 @@ li {
padding-left: 10px;
}
#content .info-box {
margin: 0px auto;
padding: 5px;
background: #ddddff;
border: 1px solid #bbb;
border-radius: 5px;
}
.topButtonContainer {
border: 1px solid #ccc;
float: right;