From c65d77a78eb64d2d2e08faf3fc32d67872196412 Mon Sep 17 00:00:00 2001 From: lusabo Date: Thu, 10 Jul 2014 15:15:28 -0300 Subject: [PATCH] Adicionado o texto informativo nas páginas. --- archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/bookmark-edit.html | 1 + archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/bookmark-list.html | 1 + archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/css/bookmark.css | 9 +++++++++ archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/home.html | 2 +- archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/login.html | 1 + 5 files changed, 13 insertions(+), 1 deletion(-) diff --git a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/bookmark-edit.html b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/bookmark-edit.html index a7b7197..58043c7 100644 --- a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/bookmark-edit.html +++ b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/bookmark-edit.html @@ -43,6 +43,7 @@ +

Aplicação de exemplo do Demoiselle 2.5.0

diff --git a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/bookmark-list.html b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/bookmark-list.html index 31f11f8..299f03d 100644 --- a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/bookmark-list.html +++ b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/bookmark-list.html @@ -88,6 +88,7 @@ +

Aplicação de exemplo do Demoiselle 2.5.0

diff --git a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/css/bookmark.css b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/css/bookmark.css index 99594dc..af013e5 100644 --- a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/css/bookmark.css +++ b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/css/bookmark.css @@ -15,4 +15,13 @@ input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer- line-height: 20px; padding: 15px 15px; position: relative; +} + +.demoiselle { + position: fixed; + text-align: center; + margin-bottom: 100px; + bottom: 0; + left: 0; + right: 0; } \ No newline at end of file diff --git a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/home.html b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/home.html index 3e99b4d..e464f3f 100644 --- a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/home.html +++ b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/home.html @@ -17,8 +17,8 @@ Este é o seu ponto de partida, portanto sinta-se à vontade para modificar esta aplicação. -

Aplicação de exemplo do Demoiselle 2.5.0

+

Aplicação de exemplo do Demoiselle 2.5.0

diff --git a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/login.html b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/login.html index 695f564..3bbf39f 100644 --- a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/login.html +++ b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/login.html @@ -38,6 +38,7 @@ +

Aplicação de exemplo do Demoiselle 2.5.0

-- libgit2 0.21.2