X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ui%2Fstatic%2Fcss%2Ftopmenu.css;h=792377b83b14ad8b8bbc1c9c4aa87a923ac5f124;hb=2c13962de9a61a0fad955d72552bd892004517cf;hp=f7c78315be438f3a1f530a842e473b8fe52cfb68;hpb=b6c5b9a439c5431d544e3bc9300981129f3ccfc1;p=unfold.git diff --git a/ui/static/css/topmenu.css b/ui/static/css/topmenu.css index f7c78315..792377b8 100644 --- a/ui/static/css/topmenu.css +++ b/ui/static/css/topmenu.css @@ -6,10 +6,14 @@ body { /* center the buttons vertically in the header */ div.topmenu { padding-top: 7px; } -ul.logged-in { padding-top: 12px; } -button#logout { -/* margin-left: 8px; */ - margin-bottom: 10px; +ul.logged-in { + padding-top: 12px; +} +button.logged-in { + font-size: small; + margin-left: 5px; +} +li.username { + margin-bottom: 10px; + font-size: x-small; } -ul.logged-in { font-size: x-small; } -button.logged-in { font-size: small; }