diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index c220c1750be..f23baf6757f 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -190,6 +190,10 @@ a.useredit, a:hover.useredit, .blink { 'Lucida Sans Unicode','Lucida Grande','GNU Unifont',unifont,sans-serif; } +.navigation button { + font-size: 80%; +} + /*** *** Footer ***/ diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index de2074916fb..4935f8eda3f 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -570,6 +570,13 @@ div.phpinfo .center th { text-align:right; } +.navigation li, +.navigation div, +.navigation button, +.navigation form { + display: inline; +} + .navbar { width:auto; padding:3px 0.5em;