You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/12/14 10:12:08 UTC

syncope git commit: Minor styling changes

Repository: syncope
Updated Branches:
  refs/heads/master 1ed178565 -> 588c2d390


Minor styling changes


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/588c2d39
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/588c2d39
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/588c2d39

Branch: refs/heads/master
Commit: 588c2d39029cdcdac09150d42431b781bffacf95
Parents: 1ed1785
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Dec 14 10:06:21 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Dec 14 10:06:26 2015 +0100

----------------------------------------------------------------------
 .../console/src/main/resources/META-INF/resources/css/login.css  | 3 +--
 .../org/apache/syncope/client/console/pages/BasePage.html        | 4 +---
 2 files changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/588c2d39/client/console/src/main/resources/META-INF/resources/css/login.css
----------------------------------------------------------------------
diff --git a/client/console/src/main/resources/META-INF/resources/css/login.css b/client/console/src/main/resources/META-INF/resources/css/login.css
index bb2d2d1..284c2dd 100644
--- a/client/console/src/main/resources/META-INF/resources/css/login.css
+++ b/client/console/src/main/resources/META-INF/resources/css/login.css
@@ -56,7 +56,6 @@ body, html {
 
 .login-logo {
     width: 200px;
-    height: 63px;
     margin: 0 auto 10px;
     display: block;
 }
@@ -121,4 +120,4 @@ body, html {
 .btn.btn-signin:active,
 .btn.btn-signin:focus {
     background-color: #00a65a;
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/syncope/blob/588c2d39/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html
----------------------------------------------------------------------
diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html
index 686d0be..437a916 100644
--- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html
+++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html
@@ -136,9 +136,7 @@ under the License.
       </div>
 
       <footer class="main-footer block-footer">
-        <div class="pull-right hidden-xs">
-          Version <label wicket:id="version"/>
-        </div>
+        Apache Syncope <label wicket:id="version"/><br/>
         <strong>Copyright &copy; 2010–<span id="spanYear"></span> 
           <a href="http://www.apache.org/" target="_blank">The Apache Software Foundation</a>.</strong>
         All rights reserved.