[Bps-public-commit] rt-extension-createbyproblemtype branch, master, updated. 1.01-1-gdbba682

Wallace Reis wreis at bestpractical.com
Tue Oct 28 14:33:06 EDT 2014


The branch, master has been updated
       via  dbba682b25cbcab40498151978f3f10063d9b20e (commit)
      from  ddde888b40d56a116da6b16279a571e394d2f72b (commit)

Summary of changes:
 lib/RT/Extension/CreateByProblemType.pm | 2 ++
 static/css/createbyproblemtype.css      | 3 +++
 2 files changed, 5 insertions(+)
 create mode 100644 static/css/createbyproblemtype.css

- Log -----------------------------------------------------------------
commit dbba682b25cbcab40498151978f3f10063d9b20e
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Tue Oct 28 16:31:34 2014 -0200

    Make select-queue dropdown wider
    
    ...so that the right edge of the really long options doesn't hang off
    the side.

diff --git a/lib/RT/Extension/CreateByProblemType.pm b/lib/RT/Extension/CreateByProblemType.pm
index 5f635de..8a89cc1 100644
--- a/lib/RT/Extension/CreateByProblemType.pm
+++ b/lib/RT/Extension/CreateByProblemType.pm
@@ -91,6 +91,8 @@ This is free software, licensed under:
 
 =cut
 
+RT->AddStyleSheets('createbyproblemtype.css');
+
 $RT::Config::META{CreateByProblemType} = 
     {
         Section         => 'General',
diff --git a/static/css/createbyproblemtype.css b/static/css/createbyproblemtype.css
new file mode 100644
index 0000000..b2450de
--- /dev/null
+++ b/static/css/createbyproblemtype.css
@@ -0,0 +1,3 @@
+#topactions .select-queue {
+    width: 25em !important;
+}

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


More information about the Bps-public-commit mailing list