* App.master: g+1 feels better at right ...
* style.css: smaller, but clearer
This commit is contained in:
@ -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>
|
||||
|
||||
* Estim.cs:
|
||||
|
@ -63,11 +63,11 @@ ViewState["orgtitle"] = T.GetString(Page.Title);
|
||||
<script src="https://apis.google.com/js/platform.js" async defer>
|
||||
{lang: 'fr'}
|
||||
</script>
|
||||
<div class="g-plusone" data-annotation="inline" data-width="230"></div>
|
||||
<%= Html.ActionLink("Contact","Contact","Home",null, new { @class="footerlink" }) %> <br/>
|
||||
<% foreach ( string link in Yavsc.ThanksHelper.Links()) { %>
|
||||
<%= link %>
|
||||
<% } %>
|
||||
<div class="g-plusone" data-annotation="inline" data-width="230"></div>
|
||||
</footer>
|
||||
<script type="text/javascript">
|
||||
var apiBaseUrl = '<%=Url.Content(Yavsc.WebApiConfig.UrlPrefixRelative)%>';
|
||||
|
@ -48,6 +48,14 @@ footer {
|
||||
z-index:-1;
|
||||
}
|
||||
|
||||
footer a {
|
||||
border: dashed #888 3px;
|
||||
}
|
||||
|
||||
footer img {
|
||||
max-height: 1em;
|
||||
max-width: 2.5em;
|
||||
}
|
||||
#logo {
|
||||
float: left;
|
||||
|
||||
@ -81,7 +89,6 @@ header {
|
||||
}
|
||||
h1 img { vertical-align: text-top; }
|
||||
|
||||
footer img { max-height: 2em; }
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
@ -227,19 +234,21 @@ a.actionlink:hover + .hidcom {
|
||||
display: none;
|
||||
}
|
||||
footer img {
|
||||
max-height: 1.2em;
|
||||
max-height: 0.8em;
|
||||
max-width: 2.0em;
|
||||
}
|
||||
footer {
|
||||
font-size: small;
|
||||
height: 1.5em;
|
||||
}
|
||||
|
||||
body { font-size: smaller; }
|
||||
}
|
||||
|
||||
@media all and (max-width: 350px) {
|
||||
footer img { max-height: 0.8em; }
|
||||
footer { font-size: x-small; height: 1em; }
|
||||
footer img {
|
||||
max-height: 0.6em;
|
||||
max-width: 1.4em; }
|
||||
footer { font-size: x-small; }
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user