Commit 32cead86 authored by Jérome Perrin's avatar Jérome Perrin

xhtml_style: set a bottom margin for dialog action

When the page height is larger than viewport, the scrollbar hides the
button on chrome.  Also does the "Loading" status message on chrome.
By using a margin, we make sure buttons are not behind scrollbar or
status message and are easier to reach.
parent 59212692
......@@ -838,6 +838,10 @@ body[dir="rtl"] .logged_in_as {
background-image: url('images/exec16.png');
}
.bottom_actions {
margin-bottom: 1em;
}
.document .actions {
position: relative;
float: left;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment