[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.18-81-g01261c4

Alex Vandiver alexmv at bestpractical.com
Mon Nov 25 19:54:02 EST 2013


The branch, 4.0-trunk has been updated
       via  01261c4945741037cd6bdd18ba5fce4af6d5e2a4 (commit)
       via  4543ea2a625479e9e1c276564d240b15c8b457fc (commit)
       via  d1bfae294f683cd2d2e3697e0cf016e60c1e3a7d (commit)
       via  06718ab3e15fa167c34f8703c69d89f5077ae408 (commit)
      from  26fef1c8c3eccf22bbf01f25b463bb52eada9b9c (commit)

Summary of changes:
 share/html/NoAuth/css/aileron/msie6.css            | 24 ++++++++++++++++++++++
 share/html/NoAuth/css/ballard/InHeader             |  2 +-
 share/html/NoAuth/css/ballard/msie6.css            | 10 +++++++++
 share/html/NoAuth/css/ballard/nav.css              |  1 -
 .../NoAuth/css/base/{portlets.css => msie6.css}    | 21 +++++++++++--------
 share/html/NoAuth/css/web2/msie6.css               |  5 +++++
 6 files changed, 52 insertions(+), 11 deletions(-)
 copy share/html/NoAuth/css/base/{portlets.css => msie6.css} (89%)

- Log -----------------------------------------------------------------
commit 01261c4945741037cd6bdd18ba5fce4af6d5e2a4
Merge: 26fef1c 4543ea2
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Nov 25 19:52:46 2013 -0500

    Merge branch '4.0/ie6-css-fix' into 4.0-trunk
    
    Updated license tags

diff --cc share/html/NoAuth/css/aileron/msie6.css
index e50fa4e,f9b77f6..3f7ca78
--- a/share/html/NoAuth/css/aileron/msie6.css
+++ b/share/html/NoAuth/css/aileron/msie6.css
@@@ -45,6 -45,9 +45,8 @@@
  %# those contributions and any derivatives thereof.
  %#
  %# END BPS TAGGED BLOCK }}}
 -
+ @import "../base/msie6.css";
+ 
  div#body {
      top: 0em;
  }
diff --cc share/html/NoAuth/css/ballard/msie6.css
index 5b9b639,afcdb4c..70f5d0d
--- a/share/html/NoAuth/css/ballard/msie6.css
+++ b/share/html/NoAuth/css/ballard/msie6.css
@@@ -45,6 -45,9 +45,8 @@@
  %# those contributions and any derivatives thereof.
  %#
  %# END BPS TAGGED BLOCK }}}
 -
+ @import "../base/msie6.css";
+ 
  .topaction .select-queue {
      margin-top: 0;
  }
diff --cc share/html/NoAuth/css/base/msie6.css
index 8043cea,9523c67..963dd33
--- a/share/html/NoAuth/css/base/msie6.css
+++ b/share/html/NoAuth/css/base/msie6.css
@@@ -45,10 -46,23 +46,22 @@@
  %# those contributions and any derivatives thereof.
  %#
  %# END BPS TAGGED BLOCK }}}
- <!--[if lt IE 8]>
- <link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/msie.css" type="text/css" media="all" />
 -
+ table.ticket-summary {
+     table-layout: fixed;
+ }
+ 
+ .ticket-transaction div.metadata {
+     height: 1px;
+ }
+ 
+ div.downloadattachment {
+     position: relative;
+ }
+ 
+ div.messagebody {
+     height: 3em;
+ }
  
- <![endif]-->
- <!--[if lt IE 7]>
- <link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/msie6.css" type="text/css" media="all" />
- <![endif]-->
+ span.message-stanza-folder {
+     display: inline !important;
+ }
diff --cc share/html/NoAuth/css/web2/msie6.css
index 40851f0,63ff098..260c1b1
--- a/share/html/NoAuth/css/web2/msie6.css
+++ b/share/html/NoAuth/css/web2/msie6.css
@@@ -45,6 -45,9 +45,8 @@@
  %# those contributions and any derivatives thereof.
  %#
  %# END BPS TAGGED BLOCK }}}
 -
+ @import "../base/msie6.css";
+ 
  .topaction .select-queue {
      margin-top: 0;
  }

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


More information about the rt-commit mailing list