diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 21d95cd68..a97ad9331 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -1579,4 +1579,10 @@ input#dfrn-url { #dfrn-request-networks { margin-bottom: 30px; -}
\ No newline at end of file +} + +#pause { + position: fixed; + bottom: 5px; + right: 5px; +} |