diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css index 0af436f0..eb0273b4 100644 --- a/i2p2www/static/styles/duck/default.css +++ b/i2p2www/static/styles/duck/default.css @@ -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; } diff --git a/i2p2www/static/styles/duck/desktop.css b/i2p2www/static/styles/duck/desktop.css index 06d6efe4..7721708b 100644 --- a/i2p2www/static/styles/duck/desktop.css +++ b/i2p2www/static/styles/duck/desktop.css @@ -251,6 +251,9 @@ div#content .inner > .title { .details > p, .details > ol { clear: both; } +.filedownload { + margin-left: 29%; +} /* End of downloads list CSS */