update ldt/media and small js corrections for IE
authorwakimd
Wed, 20 Oct 2010 17:59:08 +0200
changeset 105 75c412f2c620
parent 104 d4c3d5be3316
child 106 65e7574ee440
update ldt/media and small js corrections for IE
web/ldt/media/css/ldtform.css
web/ldt/media/css/registration.css
web/ldt/media/css/style.css
web/ldt/media/css/style_bis.css
web/ldt/media/js/projectscontents.js
web/static/ldt/js/projectscontents.js
--- a/web/ldt/media/css/ldtform.css	Wed Oct 20 13:14:32 2010 +0200
+++ b/web/ldt/media/css/ldtform.css	Wed Oct 20 17:59:08 2010 +0200
@@ -137,3 +137,4 @@
 	font-weight: bold;   
 }
 
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/ldt/media/css/registration.css	Wed Oct 20 17:59:08 2010 +0200
@@ -0,0 +1,33 @@
+/* style for registration */ 
+
+label.error { 
+	float: none; 
+	color: red; 
+	padding-left: .5em; 
+	vertical-align: middle;
+}
+
+#login_links {
+	height: 127px;
+}
+
+#login_links_list {
+	border-left: 1px solid black;
+	height: 90%;
+	padding-top: 6px; 
+}
+
+#login_links_list ul {
+	list-style: none;
+}
+
+
+#loginform_div ul {
+	list-style: none;
+}
+
+#loginform_div label {
+	display: inline;
+	float: left;
+	width: 110px;
+}
--- a/web/ldt/media/css/style.css	Wed Oct 20 13:14:32 2010 +0200
+++ b/web/ldt/media/css/style.css	Wed Oct 20 17:59:08 2010 +0200
@@ -1,3 +1,235 @@
+@charset "UTF-8";
+
+body {
+
+ 	font-family: Arial, Helvetica, sans serif;
+ 	font-size: 12px;
+ 	color: #4F5155;
+ 	margin: 5px;
+ 	padding: 0px;
+ 	min-width:750px;
+	text-align: justify; 	
+}
+
+a img,a:link img, a:active img, a:visited img, a:hover img  {
+	border:0px;
+}
+
+
+a:link
+{
+	text-decoration: none;
+	color: #2181b1;
+	text-decoration: none;
+	font-family:  Arial, Helvetica, sans-serif;
+	/*font-weight: bold;*/
+}
+
+a:hover
+{
+	color: #2181b1;
+	text-decoration: none;
+	font-family:  Arial, Helvetica, sans-serif;
+	/*border-bottom-width: 1px;
+	border-bottom-style: dashed;
+	border-bottom-color: #2c8084;
+	/*font-weight: bold;*/
+}
+a:visited {
+	color: #2181b1;
+	font-family:  Arial, Helvetica, sans-serif;
+	/*font-weight: bold;*/
+}
+
+
+#header
+{
+     padding: .5em;
+     border-bottom: 1px solid gray;
+     border-left: 1px solid gray;
+     padding: 1em;
+}
+
+#header a
+{
+    text-decoration: none;
+}
+
+
+#header_left
+{
+	max-width: 8em;
+	font-size: 40px;
+	font-weight : bold;
+	text-align: left;
+        text-transform: uppercase;
+}
+
+
+#header_left a:hover, #header_left a:visited, #header_left a:link, #header_left a:active, #header_left a:focus
+{
+	color: #4F5155;
+	text-decoration: none;
+}
+
+
+#header_right
+{
+	text-align: right;
+}
+
+#header_right a:link
+{
+	text-decoration: none;
+	text-decoration: none;
+	color: white;
+}
+
+#header_right a:hover
+{
+	text-decoration: none;
+	color:  white;
+}
+
+#header_right a:visited {
+	text-decoration: none;
+	color: white;
+}
+
+
+#footer
+{
+    clear: both;
+    margin: 0;
+    padding: .5em;
+    /*background-color: #ddd;*/
+    border-top: 1px solid gray;
+}
+
+.version
+{
+    text-align: right;
+    color: white;
+    font-size:9px;
+}
+
+.version a:link
+{
+    text-decoration: none;
+    color: white;
+    text-decoration: bold;
+    font-weight: bold;
+    border-bottom-style: none;
+}
+
+.version a:hover
+{
+    color: #2c8084;
+    text-decoration: none;
+    font-weight: bold;
+    border-bottom-width: 0px;
+    border-bottom-style: none;
+}
+
+.version a:active
+{
+    color: white;
+    text-decoration: none;
+    font-weight: bold;
+    border-bottom-style: none;
+}
+
+.version a:visited
+{
+    color: white;
+    font-weight: bold;
+    border-bottom-style: none;
+}
+
+.small
+{
+    font-size:9px;
+}
+
+.footer_img
+{
+    float: left;
+}
+
+.footer_img img
+{
+    padding-left: 10px;
+    padding-right: 10px;
+}
+
+.footer_img a
+{
+    color: white;
+}
+
+.footer_img a:link
+{
+    color: white;
+}
+
+.footer_img a:hover
+{
+    color: white;
+}
+
+.footer_img a:visited
+{
+    color: white;
+}
+
+
+#home_links
+{
+    line-height: 150%
+}
+
+#search_form_div {
+    text-align: center;
+    padding: 10px;
+    margin: 10px 10px;
+    margin-bottom: 30px;
+    background-color:#ececec;
+    border: 1px solid #7E7E7E
+}
+
+#search_form ul {
+	list-style-type: none;
+	margin: 0;
+	padding: 0;
+}
+
+#search_form ul li {
+	display: inline;
+}
+
+#toolbar {
+	margin-top: 10px;
+	border-bottom: 3px solid #707070;
+}
+
+#inner_content {
+	padding: 40px 0px 50px 0px; 	
+}
+
+#loginstate {
+	text-align: right;
+}
+
+.projectscontentstitle {
+	color: #949494;
+	font-family: Verdana;
+	font-weight: lighter;
+	font-size: 2.0em;
+	font-style: normal;
+	text-align: left;
+}
+
+
 #loginstate a, #loginstate a:hover, #loginstate a:visited, #loginstate a:link, #loginstate a:active {
     color:#0063DC;
     margin-right:4px;
--- a/web/ldt/media/css/style_bis.css	Wed Oct 20 13:14:32 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,238 +0,0 @@
-@charset "UTF-8";
-
-body {
-
- 	font-family: Arial, Helvetica, sans serif;
- 	font-size: 12px;
- 	color: #4F5155;
- 	margin: 5px;
- 	padding: 0px;
- 	min-width:750px;
-	text-align: justify; 	
-}
-
-a img,a:link img, a:active img, a:visited img, a:hover img  {
-	border:0px;
-}
-
-
-a:link
-{
-	text-decoration: none;
-	color: #2181b1;
-	text-decoration: none;
-	font-family:  Arial, Helvetica, sans-serif;
-	/*font-weight: bold;*/
-}
-
-a:hover
-{
-	color: #2181b1;
-	text-decoration: none;
-	font-family:  Arial, Helvetica, sans-serif;
-	/*border-bottom-width: 1px;
-	border-bottom-style: dashed;
-	border-bottom-color: #2c8084;
-	/*font-weight: bold;*/
-}
-a:visited {
-	color: #2181b1;
-	font-family:  Arial, Helvetica, sans-serif;
-	/*font-weight: bold;*/
-}
-
-
-#header
-{
-     padding: .5em;
-     border-bottom: 1px solid gray;
-     border-left: 1px solid gray;
-     padding: 1em;
-}
-
-#header a
-{
-    text-decoration: none;
-}
-
-
-#header_left
-{
-	max-width: 8em;
-	font-size: 40px;
-	font-weight : bold;
-	text-align: left;
-        text-transform: uppercase;
-}
-
-#header_left a:link
-{
-	text-decoration: none;
-}
-
-#header_left a:hover
-{
-	color: #4F5155;
-	text-decoration: none;
-}
-#header_left a:visited {
-	color: #4F5155;
-	text-decoration: none;
-}
-
-
-#header_right
-{
-	text-align: right;
-}
-
-#header_right a:link
-{
-	text-decoration: none;
-	text-decoration: none;
-	color: white;
-}
-
-#header_right a:hover
-{
-	text-decoration: none;
-	color:  white;
-}
-
-#header_right a:visited {
-	text-decoration: none;
-	color: white;
-}
-
-
-#footer
-{
-    clear: both;
-    margin: 0;
-    padding: .5em;
-    /*background-color: #ddd;*/
-    border-top: 1px solid gray;
-}
-
-.version
-{
-    text-align: right;
-    color: white;
-    font-size:9px;
-}
-
-.version a:link
-{
-    text-decoration: none;
-    color: white;
-    text-decoration: bold;
-    font-weight: bold;
-    border-bottom-style: none;
-}
-
-.version a:hover
-{
-    color: #2c8084;
-    text-decoration: none;
-    font-weight: bold;
-    border-bottom-width: 0px;
-    border-bottom-style: none;
-}
-
-.version a:active
-{
-    color: white;
-    text-decoration: none;
-    font-weight: bold;
-    border-bottom-style: none;
-}
-
-.version a:visited
-{
-    color: white;
-    font-weight: bold;
-    border-bottom-style: none;
-}
-
-.small
-{
-    font-size:9px;
-}
-
-.footer_img
-{
-    float: left;
-}
-
-.footer_img img
-{
-    padding-left: 10px;
-    padding-right: 10px;
-}
-
-.footer_img a
-{
-    color: white;
-}
-
-.footer_img a:link
-{
-    color: white;
-}
-
-.footer_img a:hover
-{
-    color: white;
-}
-
-.footer_img a:visited
-{
-    color: white;
-}
-
-
-#home_links
-{
-    line-height: 150%
-}
-
-#search_form_div {
-    text-align: center;
-    padding: 10px;
-    margin: 10px 10px;
-    margin-bottom: 30px;
-    background-color:#ececec;
-    border: 1px solid #7E7E7E
-}
-
-#search_form ul {
-	list-style-type: none;
-	margin: 0;
-	padding: 0;
-}
-
-#search_form ul li {
-	display: inline;
-}
-
-#toolbar {
-	margin-top: 10px;
-	border-bottom: 3px solid #707070;
-}
-
-#inner_content {
-	padding: 40px 0px 50px 0px; 	
-}
-
-#loginstate {
-	text-align: right;
-}
-
-.projectscontentstitle {
-	color: #949494;
-	font-family: Verdana;
-	font-weight: lighter;
-	font-size: 2.0em;
-	font-style: normal;
-	text-align: left;
-}
--- a/web/ldt/media/js/projectscontents.js	Wed Oct 20 13:14:32 2010 +0200
+++ b/web/ldt/media/js/projectscontents.js	Wed Oct 20 17:59:08 2010 +0200
@@ -37,7 +37,7 @@
 	         // do nothing
 	        }                   
 	        callback();
-   		},
+   		}
 
       	});
     	
@@ -59,7 +59,7 @@
                width:750,
                bgColor: 'rgb(239, 239, 239)',
                padding: 5,
-		       url: embed_url+'?json_url='+escape(json_url)+'&player_id='+escape(player_id)+'&ldt_id='+escape(ldt_id),
+		       url: embed_url+'?json_url='+escape(json_url)+'&player_id='+escape(player_id)+'&ldt_id='+escape(ldt_id)
 		   });
 		   return false;
 	});
@@ -84,7 +84,7 @@
 			'opacity': '0.7',
 			'border': {
 				'width' : '0',
-				'color': '#505050',
+				'color': '#505050'
 			}, 
 			'tip': true
 		} 
--- a/web/static/ldt/js/projectscontents.js	Wed Oct 20 13:14:32 2010 +0200
+++ b/web/static/ldt/js/projectscontents.js	Wed Oct 20 17:59:08 2010 +0200
@@ -37,7 +37,7 @@
 	         // do nothing
 	        }                   
 	        callback();
-   		},
+   		}
 
       	});
     	
@@ -59,7 +59,7 @@
                width:750,
                bgColor: 'rgb(239, 239, 239)',
                padding: 5,
-		       url: embed_url+'?json_url='+escape(json_url)+'&player_id='+escape(player_id)+'&ldt_id='+escape(ldt_id),
+		       url: embed_url+'?json_url='+escape(json_url)+'&player_id='+escape(player_id)+'&ldt_id='+escape(ldt_id)
 		   });
 		   return false;
 	});
@@ -84,7 +84,7 @@
 			'opacity': '0.7',
 			'border': {
 				'width' : '0',
-				'color': '#505050',
+				'color': '#505050'
 			}, 
 			'tip': true
 		}