* Web.csproj:

* ThanksHelper.cs:
* YavscHelpers.cs:
* Period.cs:
* YaEvent.cs:
* OpenDay.cs:
* WeekDay.cs:
* Schedule.cs:
* Position.cs:
* EventPub.cs:
* Periodicity.cs:
* ProvidedEvent.cs:
* CalendarController.cs:
* FrontOfficeController.cs:
* PositionAndKeyphrase.cs:
* ProviderPublicInfo.cs: refactoring

* PaypalApiController.cs: adds a package reference to payPal buttons

* T.cs: xml doc

* App.master: yet another thanks giving

* style.css: Yet another impact on style sheet

* Web.config: adds a circle provider section

* packages.config: Adds PayPal Button manager package reference
This commit is contained in:
Paul Schneider 2015-06-26 13:56:39 +02:00
commit ccc3b2ffff
24 changed files with 148 additions and 79 deletions

View file

@ -44,18 +44,16 @@ footer {
background-color:rgba(16,0,0,0.8);
display: flex;
z-index:-1;
font-size: small;
font-size: smaller;
}
footer a {
max-height: 2em;
padding:.1em;
.thanks {
max-width: 12%;
width: 100%;
text-align: center;
font-size:smaller;
}
footer img {
max-height: 2em;
padding:.1em;
}
#logo {
float: left;
@ -241,10 +239,6 @@ a.actionlink:hover + .hidcom {
.bshd:hover > .bsh {
display: none;
}
footer img {
max-height: 0.8em;
max-width: 2.0em;
}
footer {
font-size: x-small;
}
@ -253,9 +247,6 @@ a.actionlink:hover + .hidcom {
}
@media all and (max-width: 350px) {
footer img {
max-height: 0.6em;
max-width: 1.4em; }
footer { font-size: xx-small; }
}