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

View File

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