Commit 6802cec6 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 755ce062
...@@ -752,6 +752,10 @@ span.search button .image { ...@@ -752,6 +752,10 @@ span.search button .image {
background-image: url('images/exec16.png'); background-image: url('images/exec16.png');
} }
.bottom_actions {
margin-bottom: 1em;
}
.document .actions { .document .actions {
position: relative; position: relative;
float: left; 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