Fixed CSS on downloading page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -251,6 +251,9 @@ div#content .inner > .title {
|
||||
.details > p, .details > ol {
|
||||
clear: both;
|
||||
}
|
||||
.filedownload {
|
||||
margin-left: 29%;
|
||||
}
|
||||
|
||||
/* End of downloads list CSS */
|
||||
|
||||
|
Reference in New Issue
Block a user