Style fixes and admin submenu title texts

stable
Xavier Julián 2014-07-29 19:45:00 +02:00
parent d5f9fe4cc8
commit 2f3278652b
5 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
section.admin-submenu
header
h1 P... Profile
h1 Project Profile
nav
ul

View File

@ -1,6 +1,6 @@
section.admin-submenu
header
h1 P... Values
h1 Project Values
nav
ul

View File

@ -1,5 +1,6 @@
.avatar {
img {
border: 2px solid $white;
border-radius: 8%;
width: 100%;
}

View File

@ -1,5 +1,6 @@
.admin-submenu {
h1 {
@extend %xlarge;
color: $white;
}
li {

View File

@ -135,7 +135,9 @@
display: none;
margin-top: .3rem;
.tag {
@extend %small;
margin-right: .1rem;
padding: .2rem .5rem;
}
}
.blocked {