Factoring, Refactoring

* App.master:
* yavscModel.csproj:
* UserPost.aspx:
* UserPosts.aspx:
* StatusChange.cs:
* IContentProvider.cs:
* NpgsqlContentProvider.cs: 

* BlogsController.cs: unwanted message "Blogs"

* style.css: More visibility for messages and error
This commit is contained in:
Paul Schneider
2014-09-28 19:21:54 +02:00
parent 1307b62ecb
commit 71f1cfcf20
9 changed files with 49 additions and 29 deletions

View File

@ -56,6 +56,22 @@ label {
font-size: medium;
}
.message {
color: #7FFF00;
font-size: large;
border: solid green;
background-color: rgba(32,0,32,0.3);
}
.error {
color: #f88;
font-size: large;
border: solid green;
background-color: rgba(64,0,0,0.3);
}
.validation-summary-errors{
color: #f88;
background-color: rgba(64,0,0,0.3);
}
.thanks {
display: inline;