]> git.koha-community.org Git - koha.git/blob - koha-tt/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/css/page.css
Bug 5917 / Bug 6085 : Fixing not being able to change language
[koha.git] / koha-tt / intranet-tmpl / prog / en / js / tinymce / jscripts / tiny_mce / plugins / fullscreen / css / page.css
1 /* This class restores all CSS properties to that absolute positioning of fullscreen mode is correct */\r
2 .mceFullscreenPos {\r
3         display: block !important;\r
4         position: static !important;\r
5         left: 0 !important;\r
6         top: 0 !important;\r
7         bottom: auto !important;\r
8         right: auto !important;\r
9         width: auto !important;\r
10         height: auto !important;\r
11         margin: 0 !important;\r
12         padding: 0 !important;\r
13         border: 0 !important;\r
14         overflow: visible;\r
15         z-index: 1 !important;\r
16         clear: both;\r
17 }\r
18 \r
19 body.mceFullscreen {\r
20         overflow: hidden !important;\r
21 }\r