removed mods directory from the ATutor codebase
[atutor.git] / mods / ldap / jscripts / jqgrid / themes / jqModal.css
diff --git a/mods/ldap/jscripts/jqgrid/themes/jqModal.css b/mods/ldap/jscripts/jqgrid/themes/jqModal.css
deleted file mode 100644 (file)
index 5d37b21..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/* jqModal base Styling courtesy of;\r
-       Brice Burgess <bhb@iceburg.net> */\r
-\r
-/* The Window's CSS z-index value is respected (takes priority). If none is supplied,\r
-       the Window's z-index value will be set to 3000 by default (in jqModal.js). You\r
-       can change this value by either;\r
-         a) supplying one via CSS\r
-         b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */\r
-       \r
-.jqmWindow {\r
-    display: none;\r
-    \r
-    position: fixed;\r
-    width: 600px;\r
-}\r
-\r
-.jqmOverlay { background-color: #000; }\r
-\r
-/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */\r
-* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;\r
-       width: expression(this.parentNode.offsetWidth+'px');\r
-       height: expression(this.parentNode.offsetHeight+'px');\r
-}\r
-\r
-/* Fixed posistioning emulation for IE6\r
-     Star selector used to hide definition from browsers other than IE6\r
-     For valid CSS, use a conditional include instead */\r
-* html .jqmWindow {\r
-     position: absolute;\r
-     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');\r
-}
\ No newline at end of file