[geeklog-cvs] geeklog: Denim: Maintenance of templates and stylesheets.

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Apr 27 15:58:38 EDT 2012


changeset 8629:9395b729db93
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/9395b729db93
user: dengen
date: Sat Apr 28 04:57:04 2012 +0900
description:
Denim: Maintenance of templates and stylesheets.

diffstat:

 public_html/layout/denim/admin/config/configuration.thtml |  2 +-
 public_html/layout/denim/style.css                        |  3 +++
 public_html/layout/denim/style_rtl.css                    |  5 ++++-
 3 files changed, 8 insertions(+), 2 deletions(-)

diffs (75 lines):

diff -r fc60442b676e -r 9395b729db93 public_html/layout/denim/admin/config/configuration.thtml
--- a/public_html/layout/denim/admin/config/configuration.thtml	Sat Apr 28 04:55:20 2012 +0900
+++ b/public_html/layout/denim/admin/config/configuration.thtml	Sat Apr 28 04:57:04 2012 +0900
@@ -19,7 +19,7 @@
 
     <div id="config_content">
 
-        <div class="saved_message pluginInfo{error_validation_class}" style="display:{show_changeblock}">
+        <div class="saved_message{error_validation_class}" style="display:{show_changeblock}">
             {lang_changes_made}
             {lang_error_validation_occurs}
             {change_block}
diff -r fc60442b676e -r 9395b729db93 public_html/layout/denim/style.css
--- a/public_html/layout/denim/style.css	Sat Apr 28 04:55:20 2012 +0900
+++ b/public_html/layout/denim/style.css	Sat Apr 28 04:57:04 2012 +0900
@@ -1941,6 +1941,7 @@
 .gl-pagenav {
   text-align: center;
   color: #CCC;
+  margin: 0 0 1.5em;
 }
 
 .gl-pagenav a {
@@ -1953,6 +1954,7 @@
 
 .gl-pagenav a:hover {
   background: #EEE;
+  border: 1px solid #CCC;
 }
 
 .gl-pagenav span {
@@ -1971,6 +1973,7 @@
 
 .gl-pagenav span a:hover {
   background: transparent;
+  border: none;
 }
 
 /*--------------------------------------
diff -r fc60442b676e -r 9395b729db93 public_html/layout/denim/style_rtl.css
--- a/public_html/layout/denim/style_rtl.css	Sat Apr 28 04:55:20 2012 +0900
+++ b/public_html/layout/denim/style_rtl.css	Sat Apr 28 04:57:04 2012 +0900
@@ -1945,6 +1945,7 @@
 .gl-pagenav {
   text-align: center;
   color: #CCC;
+  margin: 0 0 1.5em;
 }
 
 .gl-pagenav a {
@@ -1957,6 +1958,7 @@
 
 .gl-pagenav a:hover {
   background: #EEE;
+  border: 1px solid #CCC;
 }
 
 .gl-pagenav span {
@@ -1975,6 +1977,7 @@
 
 .gl-pagenav span a:hover {
   background: transparent;
+  border: none;
 }
 
 /*--------------------------------------
@@ -2609,7 +2612,7 @@
 }
 
 .config_name {
-  clear: left;
+  clear: right;
   margin: 5px 0;
   padding: 5px;
 }



More information about the geeklog-cvs mailing list