X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FNoAuth%2Fcss%2Fweb2%2Fmsie6.css;h=126a9ecec62403f24bb380df6df756d79203ae4f;hb=31f3763747b82764bb019cfab5b2a2945fc9a99d;hp=420ed88f025e989f8904d39997d2d2ddd141173b;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941;p=freeside.git diff --git a/rt/share/html/NoAuth/css/web2/msie6.css b/rt/share/html/NoAuth/css/web2/msie6.css index 420ed88f0..126a9ecec 100644 --- a/rt/share/html/NoAuth/css/web2/msie6.css +++ b/rt/share/html/NoAuth/css/web2/msie6.css @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -45,12 +45,14 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} +@import "../base/msie6.css"; + .topaction .select-queue { margin-top: 0; } -div#page-navigation ul#page-menu { - margin-top: -3.2em; +div#page-navigation { + width: 100%; } .titlebox-title .widget { @@ -86,3 +88,14 @@ div#page-navigation ul#page-menu { width: expression(this.width > 401 ? 400 : true); } +#prefs-menu .sf-sub-indicator { + background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-grey.gif); +} + +#app-nav .sf-sub-indicator { + background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-grey.gif); +} + +.ticket-transaction div.metadata span.actions { + right: 1.1em; +}