X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=ui%2Fstatic%2Fcss%2Ftopmenu.css;h=e66404efd8555a5e319481e366224e0e2e2e3212;hp=f7c78315be438f3a1f530a842e473b8fe52cfb68;hb=ccbd6e9fc2ff9e6683e38d13220ffc9dccfb20ea;hpb=33685b5e51564e1d4d61f32b2ab6be45436fb692 diff --git a/ui/static/css/topmenu.css b/ui/static/css/topmenu.css index f7c78315..e66404ef 100644 --- a/ui/static/css/topmenu.css +++ b/ui/static/css/topmenu.css @@ -1,15 +1,17 @@ /* this is to get the content below the navbar */ body { - padding-top: 60px; - padding-bottom: 20px; } /* 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: 14px; +} +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; }