[geeklog-hg] geeklog: Denim: Fixed some errors contained in the style sheet f...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Jun 18 11:21:04 EDT 2012


changeset 8721:5d3951a9d14a
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/5d3951a9d14a
user: dengen
date: Tue Jun 19 00:19:32 2012 +0900
description:
Denim: Fixed some errors contained in the style sheet files

diffstat:

 public_html/layout/denim/css_ltr/ie6.css   |  16 ++++++----------
 public_html/layout/denim/css_ltr/ie7.css   |  16 ++++++++--------
 public_html/layout/denim/css_ltr/style.css |  13 ++++---------
 public_html/layout/denim/css_rtl/ie6.css   |  18 +++++++-----------
 public_html/layout/denim/css_rtl/ie7.css   |  16 ++++++++--------
 public_html/layout/denim/css_rtl/style.css |  19 +++++++------------
 6 files changed, 40 insertions(+), 58 deletions(-)

diffs (234 lines):

diff -r 2a6a4fb55e1e -r 5d3951a9d14a public_html/layout/denim/css_ltr/ie6.css
--- a/public_html/layout/denim/css_ltr/ie6.css	Thu Jun 14 18:25:52 2012 -0400
+++ b/public_html/layout/denim/css_ltr/ie6.css	Tue Jun 19 00:19:32 2012 +0900
@@ -219,21 +219,17 @@
 /* Comment Submit Form  */
 #commentbar-comment {
   float: none;
-}
-
-#commentbar-comment div.submit {
-  text-align: left; /* rtl */
+  position: absolute;
+  top: 3px;
+  left: 3px; /* rtl */
+  padding: 0.3em;
 }
 
 #commentbar-selector {
   float: none;
-  position: absolute;
-  top: 3px;
-  right: 3px; /* rtl */
-  padding: 0.3em;
 }
-#commentbar-selector {
-  padding-right: 1em; /* rtl */
+#commentbar-selector div {
+  text-align: right; /* rtl */
 }
 
 #comment_text {
diff -r 2a6a4fb55e1e -r 5d3951a9d14a public_html/layout/denim/css_ltr/ie7.css
--- a/public_html/layout/denim/css_ltr/ie7.css	Thu Jun 14 18:25:52 2012 -0400
+++ b/public_html/layout/denim/css_ltr/ie7.css	Tue Jun 19 00:19:32 2012 +0900
@@ -120,18 +120,18 @@
 /* Comment Submit Form  */
 #commentbar-comment {
   float: none;
-}
-
-#commentbar-comment div.submit {
-  text-align: left; /* rtl */
+  position: absolute;
+  top: 3px;
+  left: 3px; /* rtl */
+  padding: 0.3em;
 }
 
 #commentbar-selector {
   float: none;
-  position: absolute;
-  top: 3px;
-  right: 3px; /* rtl */
-  padding: 0.3em;
+}
+
+#commentbar-selector div {
+  text-align: right; /* rtl */
 }
 
 /*--------------------------------------
diff -r 2a6a4fb55e1e -r 5d3951a9d14a public_html/layout/denim/css_ltr/style.css
--- a/public_html/layout/denim/css_ltr/style.css	Thu Jun 14 18:25:52 2012 -0400
+++ b/public_html/layout/denim/css_ltr/style.css	Tue Jun 19 00:19:32 2012 +0900
@@ -6,11 +6,6 @@
 form, legend {
   margin: 0;
   padding: 0;
-  text-align: left; /* rtl */
-}
-
-label {
-  text-align: left; /* rtl */
 }
 
 body {
@@ -1210,8 +1205,8 @@
 
 #leftblocks,
 body.js_off #leftblocks {
-  overflow: auto;
-  float: left;
+  overflow: visible;
+  float: left; /* rtl */
   width: 180px;  /* [L] */ /* rtl */
   margin: 0 0 0 -1140px;  /* Left Margin = -[W] */ /* rtl */
   padding: 0;
@@ -1224,7 +1219,7 @@
 #centerblocks {
   overflow: visible;
   line-height: 1.5em;
-  float: left;
+  float: left; /* rtl */
   width: 100%;
 }
 
@@ -1263,7 +1258,7 @@
 #rightblocks,
 body.js_off #rightblocks {
   overflow: auto;
-  float: left;
+  float: left; /* rtl */
   width: 280px;  /* [R] */
   margin: 0 0 0 -280px;  /* Left Margin = -[R] */ /* rtl */
 }
diff -r 2a6a4fb55e1e -r 5d3951a9d14a public_html/layout/denim/css_rtl/ie6.css
--- a/public_html/layout/denim/css_rtl/ie6.css	Thu Jun 14 18:25:52 2012 -0400
+++ b/public_html/layout/denim/css_rtl/ie6.css	Tue Jun 19 00:19:32 2012 +0900
@@ -219,21 +219,17 @@
 /* Comment Submit Form  */
 #commentbar-comment {
   float: none;
-}
-
-#commentbar-comment div.submit {
-  text-align: right; /* rtl */
+  position: absolute;
+  top: 3px;
+  right: 3px; /* rtl */
+  padding: 0.3em;
 }
 
 #commentbar-selector {
   float: none;
-  position: absolute;
-  top: 3px;
-  left: 3px; /* rtl */
-  padding: 0.3em;
 }
-#commentbar-selector {
-  padding-left: 1em; /* rtl */
+#commentbar-selector div {
+  text-align: left; /* rtl */
 }
 
 #comment_text {
@@ -453,7 +449,7 @@
 
 #leftblocks .poll-questions ul,
 #rightblocks .poll-questions ul {
-  margin-left: -20px; /* rtl */
+  margin-right: -20px; /* rtl */
 }
 
 /* Smaller than standard 1280 (devices and browsers) */
diff -r 2a6a4fb55e1e -r 5d3951a9d14a public_html/layout/denim/css_rtl/ie7.css
--- a/public_html/layout/denim/css_rtl/ie7.css	Thu Jun 14 18:25:52 2012 -0400
+++ b/public_html/layout/denim/css_rtl/ie7.css	Tue Jun 19 00:19:32 2012 +0900
@@ -120,18 +120,18 @@
 /* Comment Submit Form  */
 #commentbar-comment {
   float: none;
-}
-
-#commentbar-comment div.submit {
-  text-align: right; /* rtl */
+  position: absolute;
+  top: 3px;
+  right: 3px; /* rtl */
+  padding: 0.3em;
 }
 
 #commentbar-selector {
   float: none;
-  position: absolute;
-  top: 3px;
-  left: 3px; /* rtl */
-  padding: 0.3em;
+}
+
+#commentbar-selector div {
+  text-align: left; /* rtl */
 }
 
 /*--------------------------------------
diff -r 2a6a4fb55e1e -r 5d3951a9d14a public_html/layout/denim/css_rtl/style.css
--- a/public_html/layout/denim/css_rtl/style.css	Thu Jun 14 18:25:52 2012 -0400
+++ b/public_html/layout/denim/css_rtl/style.css	Tue Jun 19 00:19:32 2012 +0900
@@ -6,11 +6,6 @@
 form, legend {
   margin: 0;
   padding: 0;
-  text-align: right; /* rtl */
-}
-
-label {
-  text-align: right; /* rtl */
 }
 
 body {
@@ -1210,10 +1205,10 @@
 
 #leftblocks,
 body.js_off #leftblocks {
-  overflow: auto;
-  float: left;
+  overflow: visible;
+  float: right; /* rtl */
   width: 180px;  /* [R] */ /* rtl */
-  margin: 0 0 0 -180px;  /* Left Margin = -[R] */ /* rtl */
+  margin: 0 -1140px 0 0;  /* Right Margin = -[W] */ /* rtl */
   padding: 0;
 }
 
@@ -1224,7 +1219,7 @@
 #centerblocks {
   overflow: visible;
   line-height: 1.5em;
-  float: left;
+  float: right; /* rtl */
   width: 100%;
 }
 
@@ -1263,9 +1258,9 @@
 #rightblocks,
 body.js_off #rightblocks {
   overflow: auto;
-  float: left;
+  float: right; /* rtl */
   width: 280px;  /* [R] */
-  margin: 0 0 0 -1140px;  /* Left Margin = - [W] */ /* rtl */
+  margin: 0 -280px 0 0;  /* Left Margin = -[R] */ /* rtl */
 }
 
 /*--------------------------------------
@@ -1273,7 +1268,7 @@
 --------------------------------------*/
 
 #footer {
-  clear: both; /* rtl */
+  clear: right; /* rtl */
   padding: 16px;
   border-top: 1px solid #CCC;
   font-size: 90%;



More information about the geeklog-cvs mailing list