[Rt-commit] rtfm branch, master, updated. 484b0c9bf66642edde3634ca5ce18626773606a9

jesse jesse at bestpractical.com
Tue Sep 22 15:52:59 EDT 2009


The branch, master has been updated
       via  484b0c9bf66642edde3634ca5ce18626773606a9 (commit)
      from  a7df2c94a18d6c6183ff0b5a2bc99d96fe933f17 (commit)

Summary of changes:
 html/NoAuth/webrtfm.css             |    4 ++++
 html/RTFM/Elements/BeforeMessageBox |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 484b0c9bf66642edde3634ca5ce18626773606a9
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Wed Sep 23 04:52:40 2009 +0900

    Made the RTFM "select a stock answer" thing not stupidly wide

diff --git a/html/NoAuth/webrtfm.css b/html/NoAuth/webrtfm.css
index 318aef6..fdd8352 100644
--- a/html/NoAuth/webrtfm.css
+++ b/html/NoAuth/webrtfm.css
@@ -65,6 +65,10 @@
     text-align: left;
 }
 
+.rtfm-select-article select {
+	max-width: 20em;
+}
+
 <%init>
 # only works on RT 3.6.1 and newer
 eval { RT::Interface::Web::StaticFileHeaders() }; 
diff --git a/html/RTFM/Elements/BeforeMessageBox b/html/RTFM/Elements/BeforeMessageBox
index 01d92cb..8044194 100644
--- a/html/RTFM/Elements/BeforeMessageBox
+++ b/html/RTFM/Elements/BeforeMessageBox
@@ -49,7 +49,7 @@
 <input type="hidden" name="<%$ARGS{'id'}%>-RefersTo" value="<% join(' ',grep {$_} sort keys %uri) %>" />
 % }
 
-<table>
+<table class="rtfm-select-article">
 %if ( RT->can('Config') && RT->Config->can('Get') ) {
 %    unless (RT->Config->Get('RTFM_HideArticleSearchOnReplyCreate')) {
 <tr>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list