diff --git a/demo/src/main/webapp/resources/css/m.screen.css b/demo/src/main/webapp/resources/css/m.screen.css index 52a74f8c6..e8257c83f 100644 --- a/demo/src/main/webapp/resources/css/m.screen.css +++ b/demo/src/main/webapp/resources/css/m.screen.css @@ -64,6 +64,13 @@ a:hover { margin-right: 10%; } +/* But if there is a button on the left, offset the left margin more + and also increase left margin more than the right */ +.ui-header .ui-btn-left + .ui-title { + margin-left: 22.5%; + margin-right: 15%; +} + span.invalid { padding-left: 3px; color: red;