Fixes profile edition,
refactoring profile property names, because of of weird NpgsqlException about the property group name. * style.css: more space * Web.config: * YavscHelpers.cs: * OAuth2.cs: * AccountController.cs: * Profile.cs: refactoring * BlogsController.cs: A new page, to become a media chooser * App.master: nice small parralax.js, could work on android browers * Web.config: unix line endings
This commit is contained in:
parent
501199ed70
commit
5f40448890
11 changed files with 131 additions and 75 deletions
|
|
@ -16,41 +16,43 @@ input, textarea, checkbox {
|
|||
|
||||
header {
|
||||
border-radius:10px;
|
||||
margin: .5em;
|
||||
padding: .5em;
|
||||
margin: 1em;
|
||||
padding: 3em;
|
||||
padding-top: 5em;
|
||||
display: block;
|
||||
background: url("/images/helix-nebula-1400x1400.s.jpg") 50% 0 repeat fixed;
|
||||
min-height: 25em;
|
||||
min-height: 10em;
|
||||
}
|
||||
|
||||
nav {
|
||||
border-radius:10px;
|
||||
margin: .5em;
|
||||
padding: .5em;
|
||||
margin: 1em;
|
||||
padding: 1em;
|
||||
display: block;
|
||||
background: url("/images/live-concert-388160_1280.s.jpg") 50% 0 repeat fixed ;
|
||||
min-height: 25em;
|
||||
min-height: 10em;
|
||||
}
|
||||
|
||||
main {
|
||||
border-radius:10px;
|
||||
margin: .5em;
|
||||
padding: .5em;
|
||||
margin: 1em;
|
||||
padding: 1em;
|
||||
display: block;
|
||||
background: url("/images/musician-923526_1280.s.jpg") 50% 0 repeat fixed ;
|
||||
min-height: 25em;
|
||||
min-height: 10em;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-radius:10px;
|
||||
margin: .5em;
|
||||
padding: .5em;
|
||||
margin: 1em;
|
||||
padding: 1em;
|
||||
display: block;
|
||||
background: url("/images/drummer-652345_1280.s.jpg") 50% 0 repeat fixed ;
|
||||
min-height: 25em;
|
||||
min-height: 10em;
|
||||
clear: both;
|
||||
display: flex;
|
||||
font-size: smaller;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue