You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by mb...@apache.org on 2021/08/08 21:20:54 UTC

[roller] branch master updated (94ebf3b -> e18726f)

This is an automated email from the ASF dual-hosted git repository.

mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git.


    from 94ebf3b  Updated: gaurav theme to show the tagline only when available
     new 6038648  add space between text and link.
     new e18726f  CSS fixes for media files and maintenance page.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 app/src/main/webapp/WEB-INF/jsps/core/MainMenu.jsp |  4 +++-
 app/src/main/webapp/roller-ui/styles/roller.css    | 13 +++++++------
 2 files changed, 10 insertions(+), 7 deletions(-)

[roller] 01/02: add space between text and link.

Posted by mb...@apache.org.
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 6038648c6ef76e64d3887cc4b5a8b6c2574cc3ab
Author: Michael Bien <mb...@gmail.com>
AuthorDate: Mon Jun 28 04:54:49 2021 +0200

    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 028db65..d81dce0 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 --%>
 <s:if test="existingPermissions.isEmpty && pendingPermissions.isEmpty"> 
     <p><s:text name="yourWebsites.prompt.noBlog" />
-    <a id="createWeblogLink" href="<s:url action="createWeblog"/>"><s:text name="yourWebsites.createOne" /></a></p>
+    <a id="createWeblogLink" href="<s:url action="createWeblog"/>">
+        <s:text name="yourWebsites.createOne" />
+    </a></p>
 </s:if>    
 
 <%-- PROMPT: You have invitation(s) --%>

[roller] 02/02: CSS fixes for media files and maintenance page.

Posted by mb...@apache.org.
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 <mb...@gmail.com>
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;
 }