try to gain some vertical space in topmenu : show 'logged in as' in x-small
[myslice.git] / views / css / topmenu.css
1 /* this is to get the content below the navbar */
2 body {
3     padding-top: 60px;
4     padding-bottom: 20px;
5 }
6
7 div.topmenu { padding-top: 10px; }
8 button#logout { 
9     margin-left: 8px; 
10     margin-bottom: 10px; 
11 }
12 span.logged-in { font-size: x-small; }