[geeklog-hg] geeklog: Denim: improved the adaptability with new Admins Only B...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Jul 22 09:12:34 EDT 2013


changeset 9226:c3e050a577d6
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/c3e050a577d6
user: dengen <taharaxp at gmail.com>
date: Mon Jul 22 22:11:56 2013 +0900
description:
Denim: improved the adaptability with new Admins Only Block

diffstat:

 public_html/layout/denim/adminnavigation.thtml |    6 +-
 public_html/layout/denim/css_ltr/style.css     |   21 ++++
 public_html/layout/denim/css_rtl/style.css     |  106 ++++++++++++++----------
 3 files changed, 88 insertions(+), 45 deletions(-)

diffs (196 lines):

diff -r 69c3b28b3be2 -r c3e050a577d6 public_html/layout/denim/adminnavigation.thtml
--- a/public_html/layout/denim/adminnavigation.thtml	Mon Jul 22 01:19:07 2013 +0900
+++ b/public_html/layout/denim/adminnavigation.thtml	Mon Jul 22 22:11:56 2013 +0900
@@ -1,13 +1,15 @@
 {# {templatelocation} - The Admin Navigation uses template blocks which is built into this file #}
 
 <!-- BEGIN group -->
-<li class="adminoption_off sideoption_off"><b>{group_label}</b></li>
+</ul>
+<h3 class="sideoption_group_label">{group_label}</h3>
+<ul class="noliststyle">
 <!-- END group -->
 <!-- BEGIN option -->
 <li class="adminoption sideoption"><a href="{option_url}">{option_label}{display_count}</a></li>
 <!-- END option -->
 <!-- BEGIN current -->
-<li class="adminoption_off sideoption_off">{branch_spaces}{option_label}{display_count}</li>
+<li class="adminoption_off sideoption_off">{option_label}{display_count}</li>
 <!-- END current -->
 <!-- BEGIN count -->
 <span> ({option_count})</span>
diff -r 69c3b28b3be2 -r c3e050a577d6 public_html/layout/denim/css_ltr/style.css
--- a/public_html/layout/denim/css_ltr/style.css	Mon Jul 22 01:19:07 2013 +0900
+++ b/public_html/layout/denim/css_ltr/style.css	Mon Jul 22 22:11:56 2013 +0900
@@ -1498,6 +1498,20 @@
   white-space: nowrap;
 }
 
+/* Group Label */
+#leftblocks .sideoption_group_label,
+#rightblocks .sideoption_group_label {
+  color: #630;
+  font-size: 103%;
+  height: 1.6em;
+  line-height: 1.6em;
+  overflow: hidden;
+  margin: 0;
+  padding: 0 5px;
+  white-space: nowrap;
+  border-bottom: 1px dashed #ccc;
+}
+
 #leftblocks .noliststyle,
 #rightblocks .noliststyle {
   padding-left: 0; /* rtl */
@@ -3687,6 +3701,13 @@
 	  -webkit-border-bottom-right-radius: 8px;
 	}
 
+	/* Group Label */
+	#leftblocks .sideoption_group_label,
+	#rightblocks .sideoption_group_label {
+	  font-size: 16px;
+	  border: none;
+	}
+
 	#save_button,
 	.submit {
 	  text-align: center;
diff -r 69c3b28b3be2 -r c3e050a577d6 public_html/layout/denim/css_rtl/style.css
--- a/public_html/layout/denim/css_rtl/style.css	Mon Jul 22 01:19:07 2013 +0900
+++ b/public_html/layout/denim/css_rtl/style.css	Mon Jul 22 22:11:56 2013 +0900
@@ -1024,49 +1024,6 @@
   padding: 0;
 }
 
-/*--------------------------------------
-  Enviroment Check  
---------------------------------------*/
-
-.pathtext {
-  font-size:11px;
-  color:#666;
-}
-
-.pathtext-status {
-  text-align:right;
-  white-space:nowrap;
-}
-
-.yes, .iswriteable {
-  font-weight: bold;
-  color: #46882b;
-}
-.no, .notok, .notwriteable {
-  font-weight: bold;
-  color: #cc0000;
-}
-
-/* PHPInfo Panel style and button */
-#panel_phpinfo {
-  padding:5px;
-  width:600px;
-  margin: auto;
-  text-align:center;
-}
-#toggle_phpinfo {
-  padding:5px;
-  width:200px;
-  margin: auto;
-  text-align:center;
-  border:solid 1px #c3c3c3;
-}
-
-#panel_phpinfo {
-  padding:50px;
-  display:none;
-}
-
 /*==============================================================================
   Layout Pattern:
     * 3 Column ( Left Block * Center Block * Right Block )...left-center-right
@@ -1541,6 +1498,20 @@
   white-space: nowrap;
 }
 
+/* Group Label */
+#leftblocks .sideoption_group_label,
+#rightblocks .sideoption_group_label {
+  color: #630;
+  font-size: 103%;
+  height: 1.6em;
+  line-height: 1.6em;
+  overflow: hidden;
+  margin: 0;
+  padding: 0 5px;
+  white-space: nowrap;
+  border-bottom: 1px dashed #ccc;
+}
+
 #leftblocks .noliststyle,
 #rightblocks .noliststyle {
   padding-right: 0; /* rtl */
@@ -2936,6 +2907,48 @@
   display: none;
 }
 
+/*--------------------------------------
+  Enviroment Check  
+--------------------------------------*/
+
+.pathtext {
+  font-size:11px;
+  color:#666;
+}
+
+.pathtext-status {
+  text-align:right;
+  white-space:nowrap;
+}
+
+.yes, .iswriteable {
+  font-weight: bold;
+  color: #46882b;
+}
+.no, .notok, .notwriteable {
+  font-weight: bold;
+  color: #cc0000;
+}
+
+/* PHPInfo Panel style and button */
+#panel_phpinfo {
+  padding:5px;
+  width:600px;
+  margin: auto;
+  text-align:center;
+}
+#toggle_phpinfo {
+  padding:5px;
+  width:200px;
+  margin: auto;
+  text-align:center;
+  border:solid 1px #c3c3c3;
+}
+
+#panel_phpinfo {
+  padding:50px;
+  display:none;
+}
 
 /***************************************************************************************************/
 /* Note: If you want to disable the Responsive Web Design, please delete the code below this line. */
@@ -3689,6 +3702,13 @@
 	  -webkit-border-bottom-right-radius: 8px;
 	}
 
+	/* Group Label */
+	#leftblocks .sideoption_group_label,
+	#rightblocks .sideoption_group_label {
+	  font-size: 16px;
+	  border: none;
+	}
+
 	#save_button,
 	.submit {
 	  text-align: center;



More information about the geeklog-cvs mailing list