[geeklog-hg] geeklog: Denim: fixed issue that layout of the configuration pag...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Jul 5 05:52:10 EDT 2012


changeset 8769:440de737518d
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/440de737518d
user: dengen
date: Thu Jul 05 18:51:27 2012 +0900
description:
Denim: fixed issue that layout of the configuration page is distorted when the value of variable $_CONF['show_right_blocks'] is true

diffstat:

 public_html/layout/denim/css_ltr/style.css |  24 ++++++++++++++++++++++++
 public_html/layout/denim/css_rtl/style.css |  24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diffs (156 lines):

diff -r 7ca9778496b8 -r 440de737518d public_html/layout/denim/css_ltr/style.css
--- a/public_html/layout/denim/css_ltr/style.css	Thu Jul 05 12:06:57 2012 +0900
+++ b/public_html/layout/denim/css_ltr/style.css	Thu Jul 05 18:51:27 2012 +0900
@@ -2719,6 +2719,9 @@
   width: 280px;
   padding: 0 10px;
 }
+body.center-right #config_menu {
+  width: 200px;
+}
 
 .block-config,
 #search-configuration-container {
@@ -2780,6 +2783,9 @@
   width: 820px;
   padding: 10px;
 }
+body.center-right #config_content {
+  width: 600px;
+}
 
 #geeklog_config_editor:after {
   content: "";
@@ -2960,10 +2966,16 @@
 	#config_menu {
 	  width: 210px;
 	}
+	body.center-right #config_menu {
+	  width: 150px;
+	}
 
 	#config_content {
 	  width: 710px;
 	}
+	body.center-right #config_content {
+	  width: 470px;
+	}
 
 	.table-wrapper {
 	  width: 660px;
@@ -3157,12 +3169,18 @@
 	  width: 728px;
 	  padding: 0 10px;
 	}
+	body.center-right #config_menu {
+	  width: 508px;
+	}
 
 	#config_content {
 	  float: left; /* rtl */
 	  width: 728px;
 	  padding: 10px;
 	}
+	body.center-right #config_content {
+	  width: 508px;
+	}
 
 	.block-config,
 	#search-configuration-container {
@@ -3208,12 +3226,18 @@
 	  width: 100%;
 	  padding: 0;
 	}
+	body.center-right #config_menu {
+	  width: 100%;
+	}
 
 	#config_content {
 	  float: left; /* rtl */
 	  width: 100%;
 	  padding: 10px 0;
 	}
+	body.center-right #config_content {
+	  width: 100%;
+	}
 
 	.config_label {
 	  float: left; /* rtl */
diff -r 7ca9778496b8 -r 440de737518d public_html/layout/denim/css_rtl/style.css
--- a/public_html/layout/denim/css_rtl/style.css	Thu Jul 05 12:06:57 2012 +0900
+++ b/public_html/layout/denim/css_rtl/style.css	Thu Jul 05 18:51:27 2012 +0900
@@ -2719,6 +2719,9 @@
   width: 280px;
   padding: 0 10px;
 }
+body.center-right #config_menu {
+  width: 200px;
+}
 
 .block-config,
 #search-configuration-container {
@@ -2780,6 +2783,9 @@
   width: 820px;
   padding: 10px;
 }
+body.center-right #config_content {
+  width: 600px;
+}
 
 #geeklog_config_editor:after {
   content: "";
@@ -2960,10 +2966,16 @@
 	#config_menu {
 	  width: 210px;
 	}
+	body.center-right #config_menu {
+	  width: 150px;
+	}
 
 	#config_content {
 	  width: 710px;
 	}
+	body.center-right #config_content {
+	  width: 470px;
+	}
 
 	.table-wrapper {
 	  width: 660px;
@@ -3157,12 +3169,18 @@
 	  width: 728px;
 	  padding: 0 10px;
 	}
+	body.center-right #config_menu {
+	  width: 508px;
+	}
 
 	#config_content {
 	  float: right; /* rtl */
 	  width: 728px;
 	  padding: 10px;
 	}
+	body.center-right #config_content {
+	  width: 508px;
+	}
 
 	.block-config,
 	#search-configuration-container {
@@ -3208,12 +3226,18 @@
 	  width: 100%;
 	  padding: 0;
 	}
+	body.center-right #config_menu {
+	  width: 100%;
+	}
 
 	#config_content {
 	  float: right; /* rtl */
 	  width: 100%;
 	  padding: 10px 0;
 	}
+	body.center-right #config_content {
+	  width: 100%;
+	}
 
 	.config_label {
 	  float: right; /* rtl */



More information about the geeklog-cvs mailing list