[Rt-commit] rt branch, titlebox-title-tweaks, updated. rt-3.9.7-887-gdebf665
Jesse Vincent
jesse at bestpractical.com
Fri Dec 17 15:28:53 EST 2010
The branch, titlebox-title-tweaks has been updated
via debf6652f86f3c68b10f23a8673dee08a92a4eae (commit)
via 0b5233e035e889b5374d760101993d6bb52d90d8 (commit)
via 8a5779e1a053c8fec2a5428ce588e0203fcd0d4b (commit)
from 4147adb3435bfb3397a73c0875fb1d9b2277aed2 (commit)
Summary of changes:
share/html/NoAuth/css/aileron/boxes.css | 3 +++
share/html/NoAuth/css/aileron/msie.css | 30 +++++++-----------------------
share/html/NoAuth/css/aileron/msie6.css | 2 +-
share/html/index.html | 4 +---
4 files changed, 12 insertions(+), 27 deletions(-)
- Log -----------------------------------------------------------------
commit 8a5779e1a053c8fec2a5428ce588e0203fcd0d4b
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Fri Dec 17 15:23:28 2010 -0500
Fix our DTD on index.html
diff --git a/share/html/index.html b/share/html/index.html
index 24cc9da..812de72 100755
--- a/share/html/index.html
+++ b/share/html/index.html
@@ -1,6 +1,4 @@
-<!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html>
<!--
% $m->out('--'.'>');
% $m->comp('/Elements/Header', Title=>loc("RT at a glance"), Refresh => $session{'home_refresh_interval'}||RT->Config->Get('HomePageRefreshInterval', $session{'CurrentUser'} ));
commit 0b5233e035e889b5374d760101993d6bb52d90d8
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Fri Dec 17 15:24:05 2010 -0500
fix rounding on new tabs
diff --git a/share/html/NoAuth/css/aileron/boxes.css b/share/html/NoAuth/css/aileron/boxes.css
index aa15c43..4a91ae8 100644
--- a/share/html/NoAuth/css/aileron/boxes.css
+++ b/share/html/NoAuth/css/aileron/boxes.css
@@ -122,6 +122,9 @@
line-height: 1.5em;
-webkit-border-top-left-radius: 0.3em;
-webkit-border-top-right-radius: 0.3em;
+ -moz-border-radius-topleft: 0.3em;
+ -moz-border-radius-topright: 0.3em;
+ border-radius: 0.3em 0.3em 0 0;
}
.titlebox .titlebox-title .right-empty {
commit debf6652f86f3c68b10f23a8673dee08a92a4eae
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Fri Dec 17 15:24:29 2010 -0500
tweaks for titleboxes on IE
diff --git a/share/html/NoAuth/css/aileron/msie.css b/share/html/NoAuth/css/aileron/msie.css
index ebe1092..981009a 100644
--- a/share/html/NoAuth/css/aileron/msie.css
+++ b/share/html/NoAuth/css/aileron/msie.css
@@ -48,7 +48,6 @@
div#body {
top: 3em;
- padding-top: 3em;
}
div#logo .rtname {
@@ -109,21 +108,18 @@ div#nav li.last {
.ticket-transaction .type a { font-weight: normal; text-decoration: none; color: #fff; }
-.titlebox {
- border-top: none;
- border-left: none;
-}
-.titlebox .titlebox-title .left {
- padding: 0.5em;
+
+.titlebox .titlebox-title .widget a {
+ height:7px;
}
+
.titlebox .titlebox-title .right {
- border-right: 2px solid #aaa;
display: block;
- margin-top: 0.1em;
- right: -0.2em;
+ margin-top: 0.4em;
+ padding-right: 0.3em;
}
@@ -148,22 +144,10 @@ table.queue-summary td, td.collection-as-table {
padding: 0.25em;
}
- .titlebox-title {
+.titlebox-title {
position: relative;
}
-.titlebox-title .widget {
- position: absolute;
- top: -0.75em;
- left: -0.25em;
-
-}
-.titlebox-title .left {
- position: absolute;
- top: -0.75em;
- left: 1em;
-}
-
/* nested things. like the ticket dates tab */
.titlebox .titlebox .titlebox-title .right{
top: 0.25em;
diff --git a/share/html/NoAuth/css/aileron/msie6.css b/share/html/NoAuth/css/aileron/msie6.css
index 55888ef..76820fb 100644
--- a/share/html/NoAuth/css/aileron/msie6.css
+++ b/share/html/NoAuth/css/aileron/msie6.css
@@ -61,7 +61,7 @@ div#body {
}
.titlebox .titlebox-title .right{
position: absolute;
- top: 0.6em;
+ top: 1.5em;
}
.titlebox
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list