From 3000f58427e2d0d3d2df591605240ad461f1cd5d Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Mon, 28 Jun 2021 04:54:49 +0200 Subject: [PATCH 1/2] add space between text and link. --- app/src/main/webapp/WEB-INF/jsps/core/MainMenu.jsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/webapp/WEB-INF/jsps/core/MainMenu.jsp b/app/src/main/webapp/WEB-INF/jsps/core/MainMenu.jsp index f042398e9d..d8fbad936a 100644 --- a/app/src/main/webapp/WEB-INF/jsps/core/MainMenu.jsp +++ b/app/src/main/webapp/WEB-INF/jsps/core/MainMenu.jsp @@ -20,7 +20,9 @@ <%-- PROMPT: Welcome... you have no blog --%>

- ">

+ "> + +

<%-- PROMPT: You have invitation(s) --%> From 2df851a41c1ffe8d9c1c01a6628bcae68bf3ba0e Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Mon, 28 Jun 2021 04:57:21 +0200 Subject: [PATCH 2/2] 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 428c78ef76..e4cc38cfcd 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; }