Revision 0e03566f

b/ui/static/ie.css
370 370
}
371 371

  
372 372
div#user .usermenu .useractions {
373
    background-color: #fff;
374 373
    margin-top:5px;
375 374
}
376 375

  
376
div#user .usermenu .useractions li {
377
    display: block;
378
    height: 1%;
379
}
380

  
377 381
div.reboot-dialog button.reboot-single {
378 382
    position: relative;
379 383
}
b/ui/static/main.css
2146 2146
}
2147 2147

  
2148 2148
div#user{
2149
    float:right;
2150 2149
    clear: both;
2151 2150
    color: #FFFFFF;
2152 2151
    font-size: 75%;
2153 2152
    margin-top: 38px;
2154 2153
    padding-bottom: 10px;
2155 2154
    z-index: 400;
2155
    position: absolute;
2156
    right:0;
2156 2157
}
2157 2158

  
2158 2159
div#user a{
......
2184 2185
    font-weight: bold;
2185 2186
}
2186 2187

  
2187
div#user .usermenu.hovered {
2188
div#user .hovered {
2188 2189
    background: #599EBD;
2189 2190
    overflow: visible;
2190 2191
    border-bottom: 1px solid #C7DFE9;
2191 2192
}
2192 2193

  
2193
div#user .usermenu.hovered .username {
2194
div#user .hovered .username {
2194 2195
    background-image: url("./down-arrow-lighter.png");
2195 2196
}
2196 2197

  
......
2198 2199
    background-color: #BED5E0 !important;
2199 2200
}
2200 2201

  
2201
div#user .usermenu.active .username {
2202
div#user .active .username {
2202 2203
    color: #599EBD;
2203 2204
    background-image: url("./down-arrow-lighter.png");
2204 2205
}
......
2223 2224
    border-bottom: 1px solid #efefef;
2224 2225
    text-align: right;
2225 2226
    display: block;
2227
    background-color: transparent;
2226 2228
}
2227 2229

  
2228 2230
div#user .useractions li a {
......
2235 2237
    background-position: center left;
2236 2238
}
2237 2239

  
2238
div#user .useractions li:hover {
2240
div#user .useractions li.hovered {
2239 2241
    background-color: #E1EFF6;
2240 2242
}
2241 2243

  
b/ui/templates/home.html
428 428
                $(this).addClass("hovered");
429 429
            });
430 430

  
431
            $(".usermenu li").mouseenter(function(){$(this).addClass("hovered")})
432
            $(".usermenu li").mouseleave(function(){$(this).removeClass("hovered")});
433

  
431 434
            // bind menu actions
432 435
            $(".usermenu .logout").click(function() {
433 436
                user_session_logout();

Also available in: Unified diff