1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-25 18:52:20 -05:00

[ux] unbreak the header alignment and username length

This commit is contained in:
karolinaszczur 2013-09-27 17:31:02 +02:00
parent fe1220d76f
commit e9f8e5efc6
3 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
border-bottom: 2px solid $grayOutline
position: fixed
right: 0px
left: 181px
left: 201px
z-index: 10
borderbox()
background: $grayBackground

View File

@ -126,7 +126,7 @@
padding-right: 15px
.name
color: $textSecondary
width: 60%
max-width: 60%
.user
width: 95%

View File

@ -476,7 +476,7 @@ h3 {
#roster li.idle .name,
#bookmarks li.idle .name {
color: #b7b7b7;
width: 60%;
max-width: 60%;
}
#roster li.idle .user,
#bookmarks li.idle .user {
@ -652,7 +652,7 @@ h3 {
border-bottom: 2px solid #e4e4e4;
position: fixed;
right: 0px;
left: 181px;
left: 201px;
z-index: 10;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;