Fixed CSS on downloading page

This commit is contained in:
str4d
2014-05-07 04:03:30 +00:00
parent 4256add848
commit aebc42fa71
2 changed files with 5 additions and 1 deletions

View File

@@ -251,7 +251,7 @@ div#content .inner td.blue {
.file {
margin-bottom: 10px;
}
.file > a {
.file > a, .filedownload {
padding: 5px;
background-color: rgba(255,255,255,0.2);
box-shadow: -1px -1px 1px 1px rgb(51, 51, 51) inset;
@@ -293,6 +293,7 @@ div#content .inner td.blue {
}
.filedownload {
border-radius: 5px;
text-align: center;
}

View File

@@ -251,6 +251,9 @@ div#content .inner > .title {
.details > p, .details > ol {
clear: both;
}
.filedownload {
margin-left: 29%;
}
/* End of downloads list CSS */