[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-1009-g42c487b
Thomas Sibley
trs at bestpractical.com
Wed Dec 22 12:51:03 EST 2010
The branch, 3.9-trunk has been updated
via 42c487b8f36d1af80563fa84b565963f974cb946 (commit)
via 2ee57979c855b8aec1cfa518412db749d95f1229 (commit)
via 4a8d4daff7142e466552617122c7e958d6d28edf (commit)
from 1a26e2962c92afc20781cd7b35eaec504777c83c (commit)
Summary of changes:
share/html/NoAuth/css/aileron/InHeader | 4 +---
share/html/NoAuth/css/base/admin.css | 6 +++---
share/html/NoAuth/css/web2/InHeader | 4 +---
3 files changed, 5 insertions(+), 9 deletions(-)
- Log -----------------------------------------------------------------
commit 4a8d4daff7142e466552617122c7e958d6d28edf
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed Dec 22 12:37:55 2010 -0500
Nested comments aren't allowed, so use a compound condition
diff --git a/share/html/NoAuth/css/aileron/InHeader b/share/html/NoAuth/css/aileron/InHeader
index e53d203..62c43ea 100644
--- a/share/html/NoAuth/css/aileron/InHeader
+++ b/share/html/NoAuth/css/aileron/InHeader
@@ -45,11 +45,9 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<!--[if lt IE 9]>
-<!--[if gt IE 6]>
+<!--[if (lt IE 9)&(gt IE 6)]>
<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/NoAuth/css/aileron/msie-pie.css" type="text/css" media="all" />
<![endif]-->
-<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/NoAuth/css/aileron/msie.css" type="text/css" media="all" />
<![endif]-->
diff --git a/share/html/NoAuth/css/web2/InHeader b/share/html/NoAuth/css/web2/InHeader
index c05a03c..43f3eb6 100644
--- a/share/html/NoAuth/css/web2/InHeader
+++ b/share/html/NoAuth/css/web2/InHeader
@@ -74,8 +74,6 @@ jQuery(document).ready(function(){
jQuery("#prefs-menu").addClass("sf-menu sf-js-enabled").supersubs().superfish().supposition();
});
</script>
-<!--[if lt IE 9]>
-<!--[if gt IE 6]>
+<!--[if (lt IE 9)&(gt IE 6)]>
<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/msie-pie.css" type="text/css" media="all" />
<![endif]-->
-<![endif]-->
commit 2ee57979c855b8aec1cfa518412db749d95f1229
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed Dec 22 12:49:15 2010 -0500
Use a more generous bottom: positioning
diff --git a/share/html/NoAuth/css/base/admin.css b/share/html/NoAuth/css/base/admin.css
index 2d03ace..0aee9cc 100644
--- a/share/html/NoAuth/css/base/admin.css
+++ b/share/html/NoAuth/css/base/admin.css
@@ -78,9 +78,9 @@ ul.list-menu ul li {
#rt-portal .titlebox {
position: absolute;
- top: 1em;;
+ top: 1em;
right: 1em;
- bottom: 0em;
+ bottom: 3em;
width: 45%;
padding-bottom: 1em;
}
commit 42c487b8f36d1af80563fa84b565963f974cb946
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed Dec 22 12:49:32 2010 -0500
Tidy up some padding in the index page menus
diff --git a/share/html/NoAuth/css/base/admin.css b/share/html/NoAuth/css/base/admin.css
index 0aee9cc..174a9b5 100644
--- a/share/html/NoAuth/css/base/admin.css
+++ b/share/html/NoAuth/css/base/admin.css
@@ -58,7 +58,7 @@ ul.list-menu > li {
ul.list-menu .description {
font-style: italic;
display: block;
- padding: 0.5em 0 0 1em;
+ padding: 0.2em 0 0 1em;
}
ul.list-menu ul {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list