diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css index 1d362c2316d..dbebf45acd0 100644 --- a/htdocs/theme/dev/dev.css +++ b/htdocs/theme/dev/dev.css @@ -39,9 +39,9 @@ body */ div.tabs { - float: none; - margin: 0px; - padding: 0px; + top: 20px; + margin: 1px 0em 0em 0em; + padding: 0em 0.5em; text-align: left; font-family: sans-serif; font-size: 12px; } @@ -91,7 +91,7 @@ a.tabimage { div.tabsAction { - margin: 0em 0em 0.5em 0em ; + margin: 20px 0em 1px 0em; padding: 0em 0em; text-align: right; } diff --git a/htdocs/theme/dev/new.css b/htdocs/theme/dev/new.css index 246cd47c055..805e62155d8 100644 --- a/htdocs/theme/dev/new.css +++ b/htdocs/theme/dev/new.css @@ -31,9 +31,10 @@ div.body div.tmenu { + float: top; + display:block; background: #dcdad5; white-space: nowrap; - display:block; margin:0; padding: 3px; padding-bottom: 6px;