Revision ceb9ff59

b/ui/static/main.css
2171 2171
    overflow: hidden;
2172 2172
    padding-top: 5px;
2173 2173
    margin-top: -5px;
2174
    position: relative;
2174 2175
}
2175 2176

  
2176 2177
div#user .username {
......
2208 2209
    display: block;
2209 2210
    text-align: right;
2210 2211
    margin-top: 7px;
2211
    padding: 5px;
2212 2212
    color: #4085A5;
2213 2213
    background-color: #D0E3ED;
2214
    margin-top:9px;
2215
    border-top:1px solid #fff;
2216
    position: relative;
2217
    z-index: 400;
2214 2218
}
2215 2219

  
2216 2220
div#user .active .useractions li {
......
2221 2225
div#user .active .useractions li a {
2222 2226
    color: #4085A5;
2223 2227
    display: inline-block;
2228
    padding:5px 0;
2224 2229
    padding-left: 30px;
2230
    padding-bottom: 6px;
2225 2231
    background-repeat: no-repeat;
2232
    background-position: center left;
2226 2233
}
2227 2234

  
2228 2235
div#user .active .useractions li:hover {
......
2246 2253

  
2247 2254
div#user .langmenu .sep {
2248 2255
    display: inline-block;
2256
    color: #72ADC8;
2249 2257
}
2250 2258

  
2251 2259
.separator {

Also available in: Unified diff