[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-174-gaa53c0e

Emmanuel Lacour elacour at bestpractical.com
Fri Feb 26 08:23:28 EST 2010


The branch, 3.8-trunk has been updated
       via  aa53c0e6c43ae78ff512bfa1a0e4399faf0c77c4 (commit)
       via  64e22f08b01a0a10b0ba9eff2fb6b85020ded6a2 (commit)
       via  5ad63c32180c6cf78087bcd49be5f4405a459237 (commit)
      from  d4ce16f62b4f8f004b68d1287cde96507201132b (commit)

Summary of changes:
 share/html/Elements/MyReminders                    |    1 +
 share/html/NoAuth/css/web2/boxes.css               |    4 ++++
 .../NoAuth/css/web2/{tools.css => collection.css}  |    8 ++------
 share/html/NoAuth/css/web2/main.css                |    1 +
 share/html/NoAuth/css/web2/portlets.css            |    6 ++++++
 5 files changed, 14 insertions(+), 6 deletions(-)
 copy share/html/NoAuth/css/web2/{tools.css => collection.css} (95%)

- Log -----------------------------------------------------------------
commit 5ad63c32180c6cf78087bcd49be5f4405a459237
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Fri Feb 26 12:02:41 2010 +0100

    Use smaller margin for reminders display to save space

diff --git a/share/html/Elements/MyReminders b/share/html/Elements/MyReminders
index 25fdf5d..53e3f99 100755
--- a/share/html/Elements/MyReminders
+++ b/share/html/Elements/MyReminders
@@ -47,6 +47,7 @@
 %# END BPS TAGGED BLOCK }}}
 %# DEPRECATED
 <&|/Widgets/TitleBox,
+    class => 'reminders',
     title => loc("Reminders") &>
 <table width="100%">
 % my $i =0;
diff --git a/share/html/NoAuth/css/web2/portlets.css b/share/html/NoAuth/css/web2/portlets.css
index 947f49d..d96d5a9 100644
--- a/share/html/NoAuth/css/web2/portlets.css
+++ b/share/html/NoAuth/css/web2/portlets.css
@@ -63,3 +63,9 @@ table.dashboard {
 
 } 
     
+.reminders blockquote {
+    margin-top: 0.5em;
+    margin-bottom: 0.5em;
+    margin-left: 1em;
+    margin-right: 1em;
+}

commit 64e22f08b01a0a10b0ba9eff2fb6b85020ded6a2
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Fri Feb 26 12:29:48 2010 +0100

    Add property to generic collection tables to indent a little bit the first column (same as ticket-list).

diff --git a/share/html/NoAuth/css/web2/main.css b/share/html/NoAuth/css/web2/collection.css
similarity index 83%
copy from share/html/NoAuth/css/web2/main.css
copy to share/html/NoAuth/css/web2/collection.css
index 5ca5614..cbc8cef 100644
--- a/share/html/NoAuth/css/web2/main.css
+++ b/share/html/NoAuth/css/web2/collection.css
@@ -45,24 +45,8 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-% $m->callback(CallbackName => 'Begin');
 
- at import "yui-fonts.css";
- at import "base.css";
-
- at import "layout.css";
- at import "nav.css";
- at import "forms.css";
- at import "boxes.css";
-
- at import "login.css";
- at import "ticket-lists.css";
- at import "ticket-search.css";
- at import "portlets.css";
- at import "ticket.css";
- at import "tools.css";
- at import "admin.css";
- at import "misc.css";
-
-% $m->callback(CallbackName => 'End');
+table.collection td:first-child, table.collection th:first-child {
+    padding-left: 1em;
+}
 
diff --git a/share/html/NoAuth/css/web2/main.css b/share/html/NoAuth/css/web2/main.css
index 5ca5614..a477003 100644
--- a/share/html/NoAuth/css/web2/main.css
+++ b/share/html/NoAuth/css/web2/main.css
@@ -62,6 +62,7 @@
 @import "ticket.css";
 @import "tools.css";
 @import "admin.css";
+ at import "collection.css";
 @import "misc.css";
 
 % $m->callback(CallbackName => 'End');

commit aa53c0e6c43ae78ff512bfa1a0e4399faf0c77c4
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Fri Feb 26 13:03:33 2010 +0100

    Reduce whitespace on bottom of boxes by hidding the hr (as it was previous a05b7e32314ef2ac7a99e653671fb35db4fdff22)

diff --git a/share/html/NoAuth/css/web2/boxes.css b/share/html/NoAuth/css/web2/boxes.css
index 3485bb4..fbd9af1 100644
--- a/share/html/NoAuth/css/web2/boxes.css
+++ b/share/html/NoAuth/css/web2/boxes.css
@@ -186,3 +186,7 @@
 .titlebox.rolled-up .titlebox-title .widget a {
     background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rolldown-arrow.gif);
 }
+
+.titlebox hr.clear {
+    display: none;
+}

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


More information about the Rt-commit mailing list