From ed30c60150ffda0301eb1f8d30c93cac94de41df Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 25 Jul 2011 10:38:22 -0400
Subject: [PATCH] Fixed some warnings in the installer.
---
interface/web/js/yui/datatable/assets/datatable.css | 152 +++++++++++++++++++++++++-------------------------
1 files changed, 76 insertions(+), 76 deletions(-)
diff --git a/interface/web/js/yui/datatable/assets/datatable.css b/interface/web/js/yui/datatable/assets/datatable.css
index bdf4a7a..4885ff7 100644
--- a/interface/web/js/yui/datatable/assets/datatable.css
+++ b/interface/web/js/yui/datatable/assets/datatable.css
@@ -4,79 +4,79 @@
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
-/*debug css
-.example span, .example .yui-dt-columntext {border:1px solid red;}*/
-
-/*foundational css*/
-td {
- overflow:hidden;
-}
-
-.yui-dt-headcontainer {
- position:relative;
-
-}
-
-.yui-dt-headtext {
- position:relative;
- border-right:10px;
-}
-
-.yui-dt-headresizer {
- position:absolute;
- margin-right:-6px;
- right:0;
- bottom:0;
- width:6px;
- height:100%;
- cursor:w-resize;
- cursor:col-resize;
-}
-
-.yui-dt-firstlink,.yui-dt-prevlink,.yui-dt-nextlink,.yui-dt-lastlink,.yui-dt-pagelink {
- cursor:hand;
- cursor:pointer;
- text-decoration:underline;
-}
-
-.yui-dt-scrollable {
- width:20em;
- margin-bottom:3em;
-}
-
-
-.yui-dt-scrollable thead {
- background:#696969; /* IE needs a bgcolor to hide tbody as it scrolls */
- border:1px solid #000;
- display:block; /* enables tbody scrolling for safari and opera */
-}
-
-.yui-dt-scrollable thead th {
- width:10em; /* any value seems to here, just need something */
-}
-
-tbody.yui-dt-scrollable {
- display:block; /* enables tbody scrolling for safari and opera */
- height:10em;
- overflow:auto; /* for scrolling other than IE */
-}
-
-/* IE specific */
-.yui-dt-scrollable {
- height:10em;
- *overflow-y:auto;
-}
-
-.yui-dt-scrollable tbody {
- *height:auto; /* override the non IE height */
-}
-
-.yui-dt-scrollable thead tr {
- position:relative; /* IE cant scroll tbody, so trick it into fixing thead */
-}
-
-.yui-dt-scrollable tbody td {
- width:10em;
-}
-
-
+/*debug css
+.example span, .example .yui-dt-columntext {border:1px solid red;}*/
+
+/*foundational css*/
+td {
+ overflow:hidden;
+}
+
+.yui-dt-headcontainer {
+ position:relative;
+
+}
+
+.yui-dt-headtext {
+ position:relative;
+ border-right:10px;
+}
+
+.yui-dt-headresizer {
+ position:absolute;
+ margin-right:-6px;
+ right:0;
+ bottom:0;
+ width:6px;
+ height:100%;
+ cursor:w-resize;
+ cursor:col-resize;
+}
+
+.yui-dt-firstlink,.yui-dt-prevlink,.yui-dt-nextlink,.yui-dt-lastlink,.yui-dt-pagelink {
+ cursor:hand;
+ cursor:pointer;
+ text-decoration:underline;
+}
+
+.yui-dt-scrollable {
+ width:20em;
+ margin-bottom:3em;
+}
+
+
+.yui-dt-scrollable thead {
+ background:#696969; /* IE needs a bgcolor to hide tbody as it scrolls */
+ border:1px solid #000;
+ display:block; /* enables tbody scrolling for safari and opera */
+}
+
+.yui-dt-scrollable thead th {
+ width:10em; /* any value seems to here, just need something */
+}
+
+tbody.yui-dt-scrollable {
+ display:block; /* enables tbody scrolling for safari and opera */
+ height:10em;
+ overflow:auto; /* for scrolling other than IE */
+}
+
+/* IE specific */
+.yui-dt-scrollable {
+ height:10em;
+ *overflow-y:auto;
+}
+
+.yui-dt-scrollable tbody {
+ *height:auto; /* override the non IE height */
+}
+
+.yui-dt-scrollable thead tr {
+ position:relative; /* IE cant scroll tbody, so trick it into fixing thead */
+}
+
+.yui-dt-scrollable tbody td {
+ width:10em;
+}
+
+
--
Gitblit v1.9.1