diff --git a/web/App_Themes/style.css b/web/App_Themes/style.css index 45438408..2f238d1f 100644 --- a/web/App_Themes/style.css +++ b/web/App_Themes/style.css @@ -47,14 +47,24 @@ footer { margin: 1em; padding: 1em; display: block; - background: url("/images/drummer-652345_1280.s.jpg") 50% 0 repeat fixed ; + background: url("/images/helix-nebula-1400x1400.s.jpg") 50% 0 repeat fixed ; min-height: 10em; clear: both; - display: flex; font-size: smaller; justify-content: center; } +footer a { + background-color: rgba(0,0,40,.8); + border-radius:5px; + margin:.5em; + padding:.5em; + } +footer img { max-height: 2em; } +#gspacer { + background-color: rgba(0,0,40,.8); + border-radius:5px; + margin:.5em; padding:1em; display: inline-block } fieldset { background-color: rgba(32,16,16,0.8); border-radius:5px; border: solid 1px #000060; @@ -127,7 +137,6 @@ content: ")"; } - h1 img { vertical-align: text-top; } @@ -231,6 +240,7 @@ a.actionlink img { top:4px; } border-radius:5px; margin:.5em; padding:.5em; + display: inline-block; } .onhover { @@ -270,14 +280,15 @@ a.actionlink img { top:4px; } .menuitem { - display: inline-block; + display: block; } .bshpanel { cursor:zoom-in; } footer { clear:both; - font-size: x-small; } + + .c2 { display:initial; } .c2-alt { display:none; } .c3 { display:none; } diff --git a/web/ChangeLog b/web/ChangeLog index 53fc61a9..51ce0121 100644 --- a/web/ChangeLog +++ b/web/ChangeLog @@ -1,3 +1,9 @@ +2015-10-01 Paul Schneider + + * style.css: nicer theme + + * App.master: fixes the return url using Url.Encode + 2015-10-01 Paul Schneider * style.css: more space diff --git a/web/Models/App.master b/web/Models/App.master index 9bfc0497..fedb51d5 100644 --- a/web/Models/App.master +++ b/web/Models/App.master @@ -95,28 +95,30 @@ $(document).ready(function(){
@@ -137,15 +139,10 @@ $(document).ready(function(){ <%= link.Text %> <% }} %>
-<% #if !DEBUG %> -
-<% #else %> -

(Version de développement, G+1 desactivé)

-<% #endif %> - +