[geeklog-hg] geeklog: Denim: fixed insufficient about adoption of uikit style

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Aug 2 10:09:50 EDT 2015


changeset 9617:260b247a2d4d
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/260b247a2d4d
user: dengen <taharaxp at gmail.com>
date: Sun Aug 02 23:11:44 2015 +0900
description:
Denim: fixed insufficient about adoption of uikit style

diffstat:

 public_html/layout/denim/admin/config/configuration.thtml |  2 +-
 public_html/layout/denim/comment/commentbar.thtml         |  4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 239c3096e8de -r 260b247a2d4d public_html/layout/denim/admin/config/configuration.thtml
--- a/public_html/layout/denim/admin/config/configuration.thtml	Tue Jul 21 10:35:25 2015 -0400
+++ b/public_html/layout/denim/admin/config/configuration.thtml	Sun Aug 02 23:11:44 2015 +0900
@@ -9,7 +9,7 @@
     </form>
 
     <div id="config_menu">
-        <section id="search-configuration-container" role="search">
+        <section id="search-configuration-container" class="uk-form" role="search">
             <h2 class="block-title">{search_configuration_label}</h2>
             <input name="search-configuration" id="search-configuration" type="text" value="{search_configuration_value}"{xhtml}>
             <input name="tab-id" id="tab-id" type="hidden" value="{tab_id_value}"{xhtml}>
diff -r 239c3096e8de -r 260b247a2d4d public_html/layout/denim/comment/commentbar.thtml
--- a/public_html/layout/denim/comment/commentbar.thtml	Tue Jul 21 10:35:25 2015 -0400
+++ b/public_html/layout/denim/comment/commentbar.thtml	Sun Aug 02 23:11:44 2015 +0900
@@ -36,9 +36,7 @@
 <p class="disclaimer">{lang_disclaimer}</p>
 
 <!-- BEGIN commenteditform_jumplink -->
-      <div style="padding:0.3em;">
-          <a class="button" href="#commenteditform">{lang_reply}</a>
-      </div>
+      <a class="uk-button" href="#commenteditform">{lang_reply}</a>
 <!-- END commenteditform_jumplink -->
 
 <!-- } comment/commentbar.thtml -->



More information about the geeklog-cvs mailing list