]> code.citadel.org Git - citadel.git/blobdiff - webcit/tiny_mce/plugins/fullscreen/css/page.css
* Deleted tiny_mce - update is coming in the next commit
[citadel.git] / webcit / tiny_mce / plugins / fullscreen / css / page.css
diff --git a/webcit/tiny_mce/plugins/fullscreen/css/page.css b/webcit/tiny_mce/plugins/fullscreen/css/page.css
deleted file mode 100755 (executable)
index 94f9deb..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/* This class restores all CSS properties to that absolute positioning of fullscreen mode is correct */\r
-.mceFullscreenPos {\r
-       display: block !important;\r
-       position: static !important;\r
-       left: 0 !important;\r
-       top: 0 !important;\r
-       bottom: auto !important;\r
-       right: auto !important;\r
-       width: auto !important;\r
-       height: auto !important;\r
-       margin: 0 !important;\r
-       padding: 0 !important;\r
-       border: 0 !important;\r
-       overflow: visible;\r
-       z-index: 1 !important;\r
-       clear: both;\r
-}\r
-\r
-body.mceFullscreen {\r
-       overflow: hidden !important;\r
-}\r