From 5957f86b1eceeb7b10c2fda2fccbbd45fa9b672e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 2 Mar 2020 21:51:13 +0100 Subject: [PATCH] css for takepos and md theme --- htdocs/theme/md/style.css.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 744e1545922..448e6ff2200 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2280,6 +2280,23 @@ div.login a:hover { } div.login_block_user, div.login_block_other { clear: both; } div.login_block_other { padding-top: 3px; } + +.topnav div.login_block_user { + display: inline-block; + vertical-align: middle; + line-height: px; + height: px; +} +.topnav div.login_block_other { + display: inline-block; + vertical-align: middle; + clear: ; + padding-top: 0; + text-align: right; + margin-right: 8px; + max-width: 200px; +} + .login_block_elem { float: right; vertical-align: top;