* style.css:
* style.css:
* UsersInRole.aspx: refactoring

* HomeController.cs: Fixes the restricted area error page

* PostActions.ascx: html structure

* TagControl.ascx: Tags reside in a list here, treat it as an Html one

* RestrictedArea.aspx: Shows allowed users or/and roles in the error
  page

* Web.csproj: cleaning
This commit is contained in:
Paul Schneider 2015-11-18 00:30:07 +01:00
commit a62cff223c
10 changed files with 60 additions and 21 deletions

View file

@ -6,9 +6,6 @@ body {
background-color: black;
color: #D0FFD0;
}
.tagname { color: #D0FFD0; }
.tagname+.tagname:before { content: ', '; }
.tagname:hover { cursor:pointer; background-color: red; }
.rate {
@ -101,7 +98,6 @@ main video, main img {
aside {
display: inline-block;
float: right;
max-width: 40em;
}
.postpreview {