[geeklog-hg] geeklog: Modified the select box width of the topic control UI

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Feb 19 11:46:32 EST 2014


changeset 9500:ac77ee3fe865
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/ac77ee3fe865
user: dengen <taharaxp at gmail.com>
date: Thu Feb 20 01:45:55 2014 +0900
description:
Modified the select box width of the topic control UI

diffstat:

 public_html/layout/denim/admin/common/edit_topics.thtml            |  12 +++++-----
 public_html/layout/modern_curve/admin/common/edit_topics.thtml     |  12 +++++-----
 public_html/layout/professional/admin/common/edit_topics.thtml     |  12 +++++-----
 public_html/layout/professional_css/admin/common/edit_topics.thtml |  12 +++++-----
 4 files changed, 24 insertions(+), 24 deletions(-)

diffs (132 lines):

diff -r 6939b8a4df7c -r ac77ee3fe865 public_html/layout/denim/admin/common/edit_topics.thtml
--- a/public_html/layout/denim/admin/common/edit_topics.thtml	Thu Feb 20 00:25:32 2014 +0900
+++ b/public_html/layout/denim/admin/common/edit_topics.thtml	Thu Feb 20 01:45:55 2014 +0900
@@ -6,23 +6,23 @@
     <label><input type="radio" name="topic_option" value="homeonly" id="topic_option_homeonly" {homeonly_checked}{xhtml}> {lang_homeonly}</label>
     <label><span style="{topic_option_hide}"><input type="radio" name="topic_option" id="topic_option_selectedtopics" value="selectedtopics" {selectedtopics_checked}{xhtml}></span> {lang_selected}</label>
 </div>
-<div id="panel_topic_options" style="vertical-align:top;display:inline-block;{topic_hide}">
+<div id="panel_topic_options" style="vertical-align:top;width:38%;display:inline-block;{topic_hide}">
     <div style="vertical-align:top;">{lang_assigned}:</div>
-    <select name="tid[]" multiple="multiple" class="multiple" size="4" id="tid" style="width:140px;">
+    <select name="tid[]" multiple="multiple" class="multiple" size="4" id="tid" style="width:98%;">
         {topic_options}
     </select>
 </div>
-<div id="panel_inherit_options" style="vertical-align:top;display:inline-block;{inherit_hide}">
+<div id="panel_inherit_options" style="vertical-align:top;width:28%;display:inline-block;{inherit_hide}">
     <input type="hidden" name="topic_inherit_hide" value="{topic_inherit_hide}"{xhtml}>
     <div style="vertical-align:top;">{lang_inherit}:</div>
-    <select name="inherit_tid[]" multiple="multiple" class="multiple" size="4" id="inherit_tid" style="width:140px;">
+    <select name="inherit_tid[]" multiple="multiple" class="multiple" size="4" id="inherit_tid" style="width:98%;">
         {inherit_options}
     </select>
 </div>
-<div id="panel_default_options" style="vertical-align:top;display:inline-block;{default_hide}">
+<div id="panel_default_options" style="vertical-align:top;width:28%;display:inline-block;{default_hide}">
     <input type="hidden" name="topic_default_hide" value="{topic_default_hide}"{xhtml}>
     <div style="vertical-align:top;">{lang_default}:</div>
-    <select name="default_tid" id="default_tid" style="width:140px;">
+    <select name="default_tid" id="default_tid" style="width:98%;">
         {default_options}
     </select>
 </div>
diff -r 6939b8a4df7c -r ac77ee3fe865 public_html/layout/modern_curve/admin/common/edit_topics.thtml
--- a/public_html/layout/modern_curve/admin/common/edit_topics.thtml	Thu Feb 20 00:25:32 2014 +0900
+++ b/public_html/layout/modern_curve/admin/common/edit_topics.thtml	Thu Feb 20 01:45:55 2014 +0900
@@ -6,23 +6,23 @@
     <label><input type="radio" name="topic_option" value="homeonly" id="topic_option_homeonly" {homeonly_checked}{xhtml}> {lang_homeonly}</label>
     <label><span style="{topic_option_hide}"><input type="radio" name="topic_option" id="topic_option_selectedtopics" value="selectedtopics" {selectedtopics_checked}{xhtml}></span> {lang_selected}</label>
 </div>
-<div id="panel_topic_options" style="vertical-align:top;display:inline-block;{topic_hide}">
+<div id="panel_topic_options" style="vertical-align:top;width:38%;display:inline-block;{topic_hide}">
     <div style="vertical-align:top;">{lang_assigned}:</div>
-    <select name="tid[]" multiple="multiple" class="multiple" size="4" id="tid" style="width:140px;">
+    <select name="tid[]" multiple="multiple" class="multiple" size="4" id="tid" style="width:98%;">
         {topic_options}
     </select>
 </div>
-<div id="panel_inherit_options" style="vertical-align:top;display:inline-block;{inherit_hide}">
+<div id="panel_inherit_options" style="vertical-align:top;width:28%;display:inline-block;{inherit_hide}">
     <input type="hidden" name="topic_inherit_hide" value="{topic_inherit_hide}"{xhtml}>
     <div style="vertical-align:top;">{lang_inherit}:</div>
-    <select name="inherit_tid[]" multiple="multiple" class="multiple" size="4" id="inherit_tid" style="width:140px;">
+    <select name="inherit_tid[]" multiple="multiple" class="multiple" size="4" id="inherit_tid" style="width:98%;">
         {inherit_options}
     </select>
 </div>
-<div id="panel_default_options" style="vertical-align:top;display:inline-block;{default_hide}">
+<div id="panel_default_options" style="vertical-align:top;width:28%;display:inline-block;{default_hide}">
     <input type="hidden" name="topic_default_hide" value="{topic_default_hide}"{xhtml}>
     <div style="vertical-align:top;">{lang_default}:</div>
-    <select name="default_tid" id="default_tid" style="width:140px;">
+    <select name="default_tid" id="default_tid" style="width:98%;">
         {default_options}
     </select>
 </div>
diff -r 6939b8a4df7c -r ac77ee3fe865 public_html/layout/professional/admin/common/edit_topics.thtml
--- a/public_html/layout/professional/admin/common/edit_topics.thtml	Thu Feb 20 00:25:32 2014 +0900
+++ b/public_html/layout/professional/admin/common/edit_topics.thtml	Thu Feb 20 01:45:55 2014 +0900
@@ -6,23 +6,23 @@
     <label><input type="radio" name="topic_option" value="homeonly" id="topic_option_homeonly" {homeonly_checked}{xhtml}> {lang_homeonly}</label>
     <label><span style="{topic_option_hide}"><input type="radio" name="topic_option" id="topic_option_selectedtopics" value="selectedtopics" {selectedtopics_checked}{xhtml}></span> {lang_selected}</label>
 </div>
-<div id="panel_topic_options" style="vertical-align:top;display:inline-block;{topic_hide}">
+<div id="panel_topic_options" style="vertical-align:top;width:38%;display:inline-block;{topic_hide}">
     <div style="vertical-align:top;">{lang_assigned}:</div>
-    <select name="tid[]" multiple="multiple" class="multiple" size="4" id="tid" style="width:140px;">
+    <select name="tid[]" multiple="multiple" class="multiple" size="4" id="tid" style="width:98%;">
         {topic_options}
     </select>
 </div>
-<div id="panel_inherit_options" style="vertical-align:top;display:inline-block;{inherit_hide}">
+<div id="panel_inherit_options" style="vertical-align:top;width:28%;display:inline-block;{inherit_hide}">
     <input type="hidden" name="topic_inherit_hide" value="{topic_inherit_hide}"{xhtml}>
     <div style="vertical-align:top;">{lang_inherit}:</div>
-    <select name="inherit_tid[]" multiple="multiple" class="multiple" size="4" id="inherit_tid" style="width:140px;">
+    <select name="inherit_tid[]" multiple="multiple" class="multiple" size="4" id="inherit_tid" style="width:98%;">
         {inherit_options}
     </select>
 </div>
-<div id="panel_default_options" style="vertical-align:top;display:inline-block;{default_hide}">
+<div id="panel_default_options" style="vertical-align:top;width:28%;display:inline-block;{default_hide}">
     <input type="hidden" name="topic_default_hide" value="{topic_default_hide}"{xhtml}>
     <div style="vertical-align:top;">{lang_default}:</div>
-    <select name="default_tid" id="default_tid" style="width:140px;">
+    <select name="default_tid" id="default_tid" style="width:98%;">
         {default_options}
     </select>
 </div>
diff -r 6939b8a4df7c -r ac77ee3fe865 public_html/layout/professional_css/admin/common/edit_topics.thtml
--- a/public_html/layout/professional_css/admin/common/edit_topics.thtml	Thu Feb 20 00:25:32 2014 +0900
+++ b/public_html/layout/professional_css/admin/common/edit_topics.thtml	Thu Feb 20 01:45:55 2014 +0900
@@ -6,23 +6,23 @@
     <label><input type="radio" name="topic_option" value="homeonly" id="topic_option_homeonly" {homeonly_checked}{xhtml}> {lang_homeonly}</label>
     <label><span style="{topic_option_hide}"><input type="radio" name="topic_option" id="topic_option_selectedtopics" value="selectedtopics" {selectedtopics_checked}{xhtml}></span> {lang_selected}</label>
 </div>
-<div id="panel_topic_options" style="vertical-align:top;display:inline-block;{topic_hide}">
+<div id="panel_topic_options" style="vertical-align:top;width:38%;display:inline-block;{topic_hide}">
     <div style="vertical-align:top;">{lang_assigned}:</div>
-    <select name="tid[]" multiple="multiple" class="multiple" size="4" id="tid" style="width:140px;">
+    <select name="tid[]" multiple="multiple" class="multiple" size="4" id="tid" style="width:98%;">
         {topic_options}
     </select>
 </div>
-<div id="panel_inherit_options" style="vertical-align:top;display:inline-block;{inherit_hide}">
+<div id="panel_inherit_options" style="vertical-align:top;width:28%;display:inline-block;{inherit_hide}">
     <input type="hidden" name="topic_inherit_hide" value="{topic_inherit_hide}"{xhtml}>
     <div style="vertical-align:top;">{lang_inherit}:</div>
-    <select name="inherit_tid[]" multiple="multiple" class="multiple" size="4" id="inherit_tid" style="width:140px;">
+    <select name="inherit_tid[]" multiple="multiple" class="multiple" size="4" id="inherit_tid" style="width:98%;">
         {inherit_options}
     </select>
 </div>
-<div id="panel_default_options" style="vertical-align:top;display:inline-block;{default_hide}">
+<div id="panel_default_options" style="vertical-align:top;width:28%;display:inline-block;{default_hide}">
     <input type="hidden" name="topic_default_hide" value="{topic_default_hide}"{xhtml}>
     <div style="vertical-align:top;">{lang_default}:</div>
-    <select name="default_tid" id="default_tid" style="width:140px;">
+    <select name="default_tid" id="default_tid" style="width:98%;">
         {default_options}
     </select>
 </div>



More information about the geeklog-cvs mailing list