diff options
author | Olivier Hallot <ohallot@collabora.co.uk> | 2016-11-23 19:07:19 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2016-11-23 21:12:55 +0000 |
commit | 6025b3e9288965cebf6d5ee7bff8bf4338d1391e (patch) | |
tree | d4f72b82aab65e4ae277fbd4424b12f6dc648334 /source/default.css | |
parent | 131ce3ad3e75ddc1f6ecdee3ecb637972dda0a7f (diff) |
tdf#97745 (part) tweaks in CSS & XSLT
Change-Id: I38370bc7d4a6e90d13aacd6bdf035f636a0c2535
Reviewed-on: https://gerrit.libreoffice.org/31135
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'source/default.css')
-rw-r--r-- | source/default.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source/default.css b/source/default.css index 99f738cf7b..1076e58654 100644 --- a/source/default.css +++ b/source/default.css @@ -161,10 +161,11 @@ left: 5px; border:solid 1px; } -#centerdiv { -position: fixed; -top: 25%; -left:25%; +#mediadiv { +} + +.mediabutton{ +background-color:cyan; } .tintro { |