* style.css: Gives a margin to the login panel
* BlogsController.cs: Simplifies the code and method * UserList.aspx: Displays the creation date * BlogEntryCollection.cs: adds xml doc * UUBlogEntryCollection.cs: * UUTBlogEntryCollection.cs: fixes a creation from a post array
This commit is contained in:
parent
33e93dfbfa
commit
679a249faf
8 changed files with 45 additions and 14 deletions
|
|
@ -73,10 +73,11 @@ footer {
|
|||
.bsh { float: right; }
|
||||
|
||||
#login {
|
||||
background-color: rgba(32,0,0,.5);
|
||||
margin: .5em;
|
||||
padding: .5em;
|
||||
border-radius:10px;
|
||||
background-color: rgba(32,16,16,.6);
|
||||
position: fixed;
|
||||
margin:0em;
|
||||
padding:0em;
|
||||
top:0;
|
||||
right:0;
|
||||
justify-content: space-around;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue