[geeklog-hg] geeklog: Denim: added support for IE6-8 in earnest. (not yet com...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun May 20 14:23:59 EDT 2012


changeset 8704:787e560d5f21
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/787e560d5f21
user: dengen
date: Mon May 21 03:23:23 2012 +0900
description:
Denim: added support for IE6-8 in earnest. (not yet complete)

diffstat:

 public_html/layout/denim/admin/common/edit_topics.thtml |    4 +-
 public_html/layout/denim/archivestorytext.thtml         |    2 +-
 public_html/layout/denim/css_ltr/ie6.css                |  412 +++++++++++----
 public_html/layout/denim/css_ltr/ie7.css                |  278 ++++++++--
 public_html/layout/denim/css_ltr/ie8.css                |   33 +-
 public_html/layout/denim/css_ltr/style.css              |   11 +-
 public_html/layout/denim/css_rtl/ie6.css                |  412 +++++++++++----
 public_html/layout/denim/css_rtl/ie7.css                |  278 ++++++++--
 public_html/layout/denim/css_rtl/ie8.css                |   33 +-
 public_html/layout/denim/css_rtl/style.css              |   11 +-
 public_html/layout/denim/featuredstorytext.thtml        |    2 +-
 public_html/layout/denim/header.thtml                   |    2 +-
 public_html/layout/denim/javascript/respond.min.js      |    6 +
 public_html/layout/denim/leftblocks.thtml               |    8 -
 public_html/layout/denim/rightblocks.thtml              |    7 -
 public_html/layout/denim/storytext.thtml                |    2 +-
 public_html/polls/style.css                             |    1 -
 17 files changed, 1140 insertions(+), 362 deletions(-)

diffs (truncated from 2294 to 300 lines):

diff -r 43a0ddb69d93 -r 787e560d5f21 public_html/layout/denim/admin/common/edit_topics.thtml
--- a/public_html/layout/denim/admin/common/edit_topics.thtml	Thu May 17 09:06:37 2012 +0200
+++ b/public_html/layout/denim/admin/common/edit_topics.thtml	Mon May 21 03:23:23 2012 +0900
@@ -8,14 +8,14 @@
     <span style="{topic_option_hide}"><input type="radio" name="topic_option" value="selectedtopics" {selectedtopics_checked}></span>
 </span>
 <span style="vertical-align:top;{topic_hide}">
-    <select name="tid[]" multiple="multiple" size="4">
+    <select name="tid[]" multiple="multiple" class="multiple" size="4">
         {topic_options}
     </select>
 </span>
 <span style="vertical-align:top;{inherit_hide}">
     <input type="hidden" name="topic_inherit_hide" value="{topic_inherit_hide}"{xhtml}>
     <span style="vertical-align:top;">{lang_inherit}:</span>
-    <select name="inherit_tid[]" multiple="multiple" size="4">
+    <select name="inherit_tid[]" multiple="multiple" class="multiple" size="4">
         {inherit_options}
     </select>
 </span>
diff -r 43a0ddb69d93 -r 787e560d5f21 public_html/layout/denim/archivestorytext.thtml
--- a/public_html/layout/denim/archivestorytext.thtml	Thu May 17 09:06:37 2012 +0200
+++ b/public_html/layout/denim/archivestorytext.thtml	Mon May 21 03:23:23 2012 +0900
@@ -16,7 +16,7 @@
   </ul>
 
   <div class="story_introtext">
-    <span class="story_image">{story_anchortag_and_image}</span>
+    <span class="story_image">{story_anchortag_and_image_no_align}</span>
     {story_text_no_br}
   </div>
 
diff -r 43a0ddb69d93 -r 787e560d5f21 public_html/layout/denim/css_ltr/ie6.css
--- a/public_html/layout/denim/css_ltr/ie6.css	Thu May 17 09:06:37 2012 +0200
+++ b/public_html/layout/denim/css_ltr/ie6.css	Mon May 21 03:23:23 2012 +0900
@@ -1,4 +1,3 @@
- at charset "utf-8";
 
 fieldset {
   padding-top: 0;
@@ -10,19 +9,22 @@
 }
 
 ul, ol {
-  margin-left: 45px;
+  margin-left: 45px; /* rtl */
 }
 
 pre {
   width: 95%;  /* Win IE 6(overflow property set auto: wide width max) */
 }
 
-/* Win IE 6(Adjust floating element) { \*/
+.clearfix {
+  zoom: 1;
+}
+
+/* Adjust floating element */
 #wrapper {
   height: 1%;
   overflow: visible;
 }
-/* } Win IE 6(Adjust floating element) */
 
 /*--------------------------------------
   Basic Form
@@ -30,6 +32,7 @@
 
 .form_block {
   margin-top: 7px;
+  zoom: 1;
 }
 
 .wide {
@@ -37,21 +40,9 @@
 }
 
 /*--------------------------------------
-  1 Column Form
---------------------------------------*/
-
-.linear {
-  clear: left;
-}
-
-/*--------------------------------------
   2 Culumn Form
 --------------------------------------*/
 
-.compact dd {
-/*  float: none;*/
-}
-
 /* Win IE 6(Float Adjustment) { \*/
 .compact dl {
   height: 1%;
@@ -61,20 +52,32 @@
 
 /* Description */
 .compact dd.description {
-  margin-left: 23.4%;
+  margin-left: 23.4%; /* rtl */
 }
 
-/* Win IE 6(Float left and right margin too wide) { */
 .compact dd.description {
-  margin-left: 12.5%;
+  margin-left: 12.5%; /* rtl */
 }
-/* } Win IE 6 */
 
 .compact fieldset dd.description {
-  margin-left: 25%;
+  margin-left: 25%; /* rtl */
 }
 .compact fieldset dd.description {
-  margin-left: 12.5%;
+  margin-left: 12.5%; /* rtl */
+}
+
+/*--------------------------------------
+  1 Column Form
+--------------------------------------*/
+
+.linear {
+  clear: left; /* rtl */
+}
+
+/* Description */
+.linear dd.description {
+  margin: 0 0 1em 0;
+  padding: 0;
 }
 
 /*--------------------------------------
@@ -86,6 +89,33 @@
 }
 
 /*--------------------------------------
+  Header Container
+--------------------------------------*/
+
+/* Site Name */
+.type1 .site_name {
+  margin: 20px 0 0 4px; /* rtl */
+}
+
+/*--------------------------------------
+  Gloval Navigation Container
+--------------------------------------*/
+
+#navigation_ul {
+  display: block;
+  border-left: 1px solid #D7D7D7; /* rtl */
+  zoom: 1;
+}
+
+/*--------------------------------------
+  Center Block Container
+--------------------------------------*/
+
+#centerblocks {
+  float: left; /* rtl */
+}
+
+/*--------------------------------------
   System Message Block
 --------------------------------------*/
 
@@ -103,6 +133,18 @@
 }
 
 /*--------------------------------------
+  Admin Option
+  Topic Menu
+  User Menu
+--------------------------------------*/
+
+#leftblocks .sideoption,
+#rightblocks .sideoption {
+  margin: 0;
+  padding: 0;
+}
+
+/*--------------------------------------
   Story
 --------------------------------------*/
 
@@ -113,19 +155,18 @@
 
 /* Story Title */
 .story_title {
-  float: none;
+  line-height: 1.3em;
+  margin-bottom: 0px;
 }
 
 /* Icon(email, print, pdf) */
 .story_icon {
-  float: none;
-  position: absolute;
-  top: 0;
-  right: 10px;
+  width: 75px;
+  text-align: right; /* rtl */
 }
 
 /*--------------------------------------
-  Comment Bar
+  Comment Block
 --------------------------------------*/
 
 #commentbar {
@@ -135,16 +176,61 @@
 /* Comment Submit Form  */
 #commentbar-comment {
   float: none;
-  text-align:left;
+}
+
+#commentbar-comment div.submit {
+  text-align: left; /* rtl */
 }
 
 #commentbar-selector {
   float: none;
   position: absolute;
   top: 3px;
-  right: 3px;
+  right: 3px; /* rtl */
   padding: 0.3em;
 }
+#commentbar-selector {
+  padding-right: 1em; /* rtl */
+}
+
+#comment_text {
+  width: 95%;
+}
+
+/*--------------------------------------
+  Navigation
+--------------------------------------*/
+
+#navcontainer {
+  float: none;
+}
+
+#navlist {
+  margin-bottom: -8px;
+  zoom: 1;
+}
+
+.label-navlist {
+  white-space: nowrap;
+}
+
+.li-navlist a {
+  display: inline-block;
+  zoom: 1;
+}
+
+/*--------------------------------------
+  Page Navigation
+--------------------------------------*/
+
+.gl-pagenav a {
+  display: inline;
+  zoom: 1;
+}
+.gl-pagenav span {
+  display: inline;
+  zoom: 1;
+}
 
 /*--------------------------------------
   Admin Top Menu Style
@@ -156,14 +242,6 @@
 }
 
 /*--------------------------------------
-  Navigation
---------------------------------------*/
-
-#navcontainer {
-  float: none;
-}
-
-/*--------------------------------------
   Admin Page
 --------------------------------------*/
 
@@ -175,7 +253,7 @@
 .admin-list-table th,
 .admin-list-table td {
   border-bottom: 1px solid #FFF;
-  border-right: 1px solid #FFF;
+  border-right: 1px solid #FFF; /* rtl */
 }
 



More information about the geeklog-cvs mailing list