This is an automated email from the ASF dual-hosted git repository. mbien pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/roller.git
commit e18726f9f0a623d5e3ed81e1e065e1a115220a56 Author: Michael Bien <[email protected]> AuthorDate: Mon Jun 28 04:57:21 2021 +0200 CSS fixes for media files and maintenance page. --- app/src/main/webapp/roller-ui/styles/roller.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app/src/main/webapp/roller-ui/styles/roller.css b/app/src/main/webapp/roller-ui/styles/roller.css index 428c78e..e4cc38c 100644 --- a/app/src/main/webapp/roller-ui/styles/roller.css +++ b/app/src/main/webapp/roller-ui/styles/roller.css @@ -22,6 +22,10 @@ table { border:0; } +p { + margin: 10px 0 10px; +} + .container { margin: 1em; } @@ -249,7 +253,7 @@ body { margin:5px; list-style-type:none; width:140px; - height:140px; + height:160px; border: 1px solid #ccc; text-align: center; } @@ -269,14 +273,11 @@ body { .mediaObject { width:120px; height:120px; - text-align: center; + margin-top: 10px; + margin-left: 10px; } .mediaObjectInfo { - clear:left; - width:130px; - margin-left:5px; - margin-top:3px; font-size:11px; }
