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:
parent
1307b62ecb
commit
71f1cfcf20
9 changed files with 49 additions and 29 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue