little improvments

* style.css: no max width for panels, it's too abstract for a notion

* RemovePost.aspx: Adds a Title and fixes the action call

* Contact.aspx: cleans the code from totem

* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: Localizes a "bill removal"
This commit is contained in:
Paul Schneider 2015-10-22 20:37:41 +02:00
commit 441a0fed32
9 changed files with 45 additions and 16 deletions

View file

@ -156,7 +156,7 @@ textarea.fullwidth { min-height:10em; }
display:inline;
bottom:0;
}
.panel { max-width: 24em; display:inline-block; }
.panel { display:inline-block; }
.panel,.bshpanel, aside {
background-color: rgba(20,20,20,.8);