6 /* Display on top of page tabs - bugs 37158, 48078 */
14 list-style-type: none;
15 list-style-image: none;
17 padding-left: 10em; /* Keep from overlapping logo */
26 font-size: @menu-personal-font-size;
31 /* Icon for Usernames */
35 background-position: left top;
36 background-repeat: no-repeat;
37 /* SVG support using a transparent gradient to guarantee cross-browser
38 * compatibility (browsers able to understand gradient syntax support also SVG) */
39 .background-image-svg('images/user-icon.svg', 'images/user-icon.png');
40 padding-left: 15px !important;