fix unacceptable long user names
This commit is contained in:
parent
15235c37e4
commit
4eeb9356c6
|
@ -38,7 +38,6 @@
|
|||
.profile
|
||||
position: relative
|
||||
float: right
|
||||
width: 150px
|
||||
|
||||
.handle
|
||||
margin: 0
|
||||
|
@ -70,7 +69,6 @@
|
|||
display: block
|
||||
|
||||
ul
|
||||
display: none
|
||||
position: absolute
|
||||
z-index: 300
|
||||
top: 40px
|
||||
|
@ -81,15 +79,12 @@
|
|||
|
||||
li
|
||||
display: block
|
||||
float: left
|
||||
clear: left
|
||||
|
||||
li:last-child a:hover
|
||||
@include border-bottom-radius(4px)
|
||||
&:last-child a:hover
|
||||
@include border-bottom-radius(4px)
|
||||
|
||||
a
|
||||
display: block
|
||||
width: 96px
|
||||
float: none
|
||||
padding: 5px 0 5px 54px
|
||||
line-height: 24px
|
||||
white-space: nowrap
|
||||
|
|
|
@ -6806,38 +6806,37 @@ table.list .red .number a {
|
|||
#top .profile {
|
||||
position: relative;
|
||||
float: right;
|
||||
width: 150px;
|
||||
}
|
||||
/* line 43, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
/* line 42, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
#top .profile .handle {
|
||||
margin: 0;
|
||||
}
|
||||
/* line 46, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
/* line 45, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
#top .profile .signed-out, #top .profile .signing-in, #top .profile .signed-in {
|
||||
display: none;
|
||||
}
|
||||
/* line 48, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
/* line 47, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
#top .profile.signed-out .signed-out {
|
||||
display: block;
|
||||
}
|
||||
/* line 50, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
/* line 49, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
#top .profile.signing-in .signing-in {
|
||||
display: inline-block;
|
||||
}
|
||||
/* line 52, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
/* line 51, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
#top .profile.signed-in .signed-in {
|
||||
display: block;
|
||||
}
|
||||
/* line 55, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
/* line 54, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
#top .profile .signed-in {
|
||||
padding-left: 54px;
|
||||
}
|
||||
/* line 57, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
/* line 56, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
#top .profile .signing-in {
|
||||
padding-right: 25px;
|
||||
background: url('data:image/gif;base64,R0lGODlhEAAIAPMHAP///+vr66CgoN7e3rW1tYuLi/X19Wtra3t7e87OzsbGxqGhodfX142NjZaWlqurqyH/C05FVFNDQVBFMi4wAwEAAAAh/hoiQ3JlYXRlZCB3aXRoIENoaW1wbHkuY29tIgAh+QQACgD/ACwAAAAAEAAIAAADKXiq0P7glHmglRSMPUDgBlZUQ/B5ZhBOo2Z2qSqSL2qumaEbwK7PFkgCACH5BAAKAP8ALAAAAAAQAAgAAAQwsKCJwLkH6F2Er0dRZJvWfZaYBUNrnAKoAkEdvF6cjrSNoyGe7QaT8QxIpISyI5UiACH5BAAKAP8ALAAAAAAQAAgAAAQvcIkpALoInL0F+Y41ZUdhHh4oCqRZoB8RIqPmwirN2mcqr61ebFYrnSQUC4b3igAAIfkEAAoA/wAsAAAAABAACAAABDAQyCmqACijQpYnQEMQDWZxSgqKpFmhajiWyEmkyjq7ApzLrdqr8wHSThOKBaMpRAAAIfkEAAoA/wAsAAAAABAACAAABDMQyEmBuGKxxBl4y/IADmEKzKAmwMItpEmg6sC6CVye6dq+MV7tBtzNNp1PaGQUVJ6YTAQAIfkEAAoA/wAsAAAAABAACAAABC8QyEmrBSknQJYnxiAGgCIqnKKCQUuaA0qoCuuWZ7oa7pvPO4PQgNFwPAvCZQmIAAAh+QQACgD/ACwAAAAAEAAIAAAEKRDISau1LGlmhg+A5wGJyAUoOKADaRqpyrremYZzWRs8D/QGQGZzKQIiACH5BAAKAP8ALAAAAAAQAAgAAAMhCLrc/iyMGcCcQNLAueVD1o3eAIpk90koZ7wvABvyDEEJADs=') no-repeat right 16px;
|
||||
}
|
||||
/* line 61, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
/* line 60, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
#top .profile img {
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
|
@ -6850,13 +6849,12 @@ table.list .red .number a {
|
|||
-o-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
/* line 69, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
/* line 68, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
#top .profile.signed-in:hover > ul {
|
||||
display: block;
|
||||
}
|
||||
/* line 72, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
/* line 71, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
#top .profile ul {
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 300;
|
||||
top: 40px;
|
||||
|
@ -6872,13 +6870,11 @@ table.list .red .number a {
|
|||
-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
/* line 82, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
/* line 80, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
#top .profile ul li {
|
||||
display: block;
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
/* line 87, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
/* line 82, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
#top .profile ul li:last-child a:hover {
|
||||
-moz-border-radius-bottomleft: 4px;
|
||||
-webkit-border-bottom-left-radius: 4px;
|
||||
|
@ -6887,20 +6883,20 @@ table.list .red .number a {
|
|||
-webkit-border-bottom-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
/* line 90, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
/* line 85, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
#top .profile ul a {
|
||||
display: block;
|
||||
width: 96px;
|
||||
float: none;
|
||||
padding: 5px 0 5px 54px;
|
||||
line-height: 24px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
/* line 96, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
/* line 91, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
#top .profile ul a:hover {
|
||||
background-color: #666666;
|
||||
}
|
||||
|
||||
/* line 100, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
/* line 95, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
|
||||
#home:not(.maximized) #top {
|
||||
padding-right: 140px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user