* App.master: g+1 feels better at right ...

* style.css: smaller, but clearer
This commit is contained in:
Paul Schneider
2015-06-11 01:26:29 +02:00
parent 04f7058444
commit 8cec6d44e2
3 changed files with 21 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2015-06-11 Paul Schneider <paul@pschneider.fr>
* App.master: g+1 feels better at right ...
* style.css: smaller, but clearer
2015-06-10 Paul Schneider <paul@pschneider.fr> 2015-06-10 Paul Schneider <paul@pschneider.fr>
* Estim.cs: * Estim.cs:

View File

@ -63,11 +63,11 @@ ViewState["orgtitle"] = T.GetString(Page.Title);
<script src="https://apis.google.com/js/platform.js" async defer> <script src="https://apis.google.com/js/platform.js" async defer>
{lang: 'fr'} {lang: 'fr'}
</script> </script>
<div class="g-plusone" data-annotation="inline" data-width="230"></div>
<%= Html.ActionLink("Contact","Contact","Home",null, new { @class="footerlink" }) %> <br/> <%= Html.ActionLink("Contact","Contact","Home",null, new { @class="footerlink" }) %> <br/>
<% foreach ( string link in Yavsc.ThanksHelper.Links()) { %> <% foreach ( string link in Yavsc.ThanksHelper.Links()) { %>
<%= link %> <%= link %>
<% } %> <% } %>
<div class="g-plusone" data-annotation="inline" data-width="230"></div>
</footer> </footer>
<script type="text/javascript"> <script type="text/javascript">
var apiBaseUrl = '<%=Url.Content(Yavsc.WebApiConfig.UrlPrefixRelative)%>'; var apiBaseUrl = '<%=Url.Content(Yavsc.WebApiConfig.UrlPrefixRelative)%>';

View File

@ -48,6 +48,14 @@ footer {
z-index:-1; z-index:-1;
} }
footer a {
border: dashed #888 3px;
}
footer img {
max-height: 1em;
max-width: 2.5em;
}
#logo { #logo {
float: left; float: left;
@ -81,7 +89,6 @@ header {
} }
h1 img { vertical-align: text-top; } h1 img { vertical-align: text-top; }
footer img { max-height: 2em; }
a { a {
text-decoration: none; text-decoration: none;
@ -227,19 +234,21 @@ a.actionlink:hover + .hidcom {
display: none; display: none;
} }
footer img { footer img {
max-height: 1.2em; max-height: 0.8em;
max-width: 2.0em;
} }
footer { footer {
font-size: small; font-size: small;
height: 1.5em;
} }
body { font-size: smaller; } body { font-size: smaller; }
} }
@media all and (max-width: 350px) { @media all and (max-width: 350px) {
footer img { max-height: 0.8em; } footer img {
footer { font-size: x-small; height: 1em; } max-height: 0.6em;
max-width: 1.4em; }
footer { font-size: x-small; }
} }
} }