[Rt-commit] rt branch, 4.0.0-releng, updated. rt-4.0.0rc6-4-g564d1c6

Alex Vandiver alexmv at bestpractical.com
Thu Mar 3 17:56:14 EST 2011


The branch, 4.0.0-releng has been updated
       via  564d1c6f823e9748d032cb304e04432cd1b6316d (commit)
       via  ffd352d33eb91fa688598133ce8de2bad63d3497 (commit)
       via  8af741b88ca388081583aa3b98a7db10c42817af (commit)
       via  e031312620fd08f7cdc88cb869844877abf068bf (commit)
      from  ae8e19a2f39c820f76442df6e3185c52124ccdee (commit)

Summary of changes:
 share/html/Admin/Elements/Portal     |    2 +-
 share/html/NoAuth/css/base/admin.css |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit e031312620fd08f7cdc88cb869844877abf068bf
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Mar 3 17:10:47 2011 -0500

    Less padding works better for the RT Portal

diff --git a/share/html/NoAuth/css/base/admin.css b/share/html/NoAuth/css/base/admin.css
index e049106..e2f8ed4 100644
--- a/share/html/NoAuth/css/base/admin.css
+++ b/share/html/NoAuth/css/base/admin.css
@@ -87,6 +87,7 @@ ul.list-menu ul li {
 
 #rt-portal .titlebox-content {
     height: 100%;
+    padding: 0;
 }
 
 #rt-portal .titlebox.rolled-up {

commit 8af741b88ca388081583aa3b98a7db10c42817af
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Mar 3 17:16:53 2011 -0500

    Rejigger our admin menu proportions a bit

diff --git a/share/html/NoAuth/css/base/admin.css b/share/html/NoAuth/css/base/admin.css
index e2f8ed4..287aac8 100644
--- a/share/html/NoAuth/css/base/admin.css
+++ b/share/html/NoAuth/css/base/admin.css
@@ -50,7 +50,7 @@ ul.list-menu .menu-item {
 }
 ul.list-menu {
  list-style: none;
-    width: 45%;
+    width: 35%;
 }
 ul.list-menu > li {
     margin-bottom: 1em;
@@ -81,7 +81,7 @@ ul.list-menu ul li {
     top: 1em;
     right: 1em;
     bottom: 3em;
-    width: 45%;
+    width: 55%;
     padding-bottom: 1em;
 }
 

commit ffd352d33eb91fa688598133ce8de2bad63d3497
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Mar 3 14:53:02 2011 -0500

    Update the RT news integration url for better metrics

diff --git a/share/html/Admin/Elements/Portal b/share/html/Admin/Elements/Portal
index fa6863d..a253ff5 100644
--- a/share/html/Admin/Elements/Portal
+++ b/share/html/Admin/Elements/Portal
@@ -47,6 +47,6 @@
 %# END BPS TAGGED BLOCK }}}
 <div id="rt-portal">
 <&| /Widgets/TitleBox, title => 'RT Portal' &>
-<iframe src="http://bestpractical.com/rt/integration/news?version=<%$RT::VERSION%>"></iframe>
+<iframe src="http://bestpractical.com/rt/integration/news?utm_source=rt&utm_medium=iframe&utm_campaign=<%$RT::VERSION%>"></iframe>
 </&>
 </div>

commit 564d1c6f823e9748d032cb304e04432cd1b6316d
Merge: 8af741b ffd352d
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Mar 3 17:55:47 2011 -0500

    Merge branch '4.0/news-integration-url' into 4.0.0-releng


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


More information about the Rt-commit mailing list