mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Make message always visible at the top of the page
Make message always visible at the top of the page like the message in CMS preview iframe.
This commit is contained in:
parent
db853f2c3c
commit
e8f7f3db7f
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
#SilverStripeNavigator {
|
#SilverStripeNavigator {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
@ -51,7 +50,8 @@
|
|||||||
|
|
||||||
#SilverStripeNavigatorMessage {
|
#SilverStripeNavigatorMessage {
|
||||||
font-family: 'Lucida Grande', Verdana, Arial, 'sans-serif';
|
font-family: 'Lucida Grande', Verdana, Arial, 'sans-serif';
|
||||||
position: absolute;
|
position: fixed;
|
||||||
|
z-index: 1000;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user