[Rt-commit] r7774 - in rt/branches/3.6-RELEASE: .
jesse at bestpractical.com
jesse at bestpractical.com
Sun May 6 02:35:19 EDT 2007
Author: jesse
Date: Sun May 6 02:35:19 2007
New Revision: 7774
Modified:
rt/branches/3.6-RELEASE/ (props changed)
rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/titlebox.css
rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/transactions.css
Log:
r56725 at pinglin: jesse | 2007-05-06 02:33:17 -0400
* Minor 3.6 style cleanups to tighten up the display a bit
Modified: rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/titlebox.css
==============================================================================
--- rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/titlebox.css (original)
+++ rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/titlebox.css Sun May 6 02:35:19 2007
@@ -51,11 +51,23 @@
.titlebox .titlebox-content {
margin-top: -1px;
- padding: 1em 2em 0.5em 2em;
margin: 0;
/*margin: 1em 2em 0.5em 2em;*/
}
+.titlebox .titlebox-content .titlebox-content table {
+ margin: 1em 2em 0.5em 2em;
+}
+.titlebox th {
+ font-size: 0.8em;
+
+}
+
+.titlebox .titlebox-content table {
+
+}
+
+
%# TRS: I wish there was a more elegant way to do this... I essentially need to
%# select all elements X that do NOT have element Y as a descendant... which I can
%# fake with the child selector of CSS2, but IE is stupid and does not support that.
Modified: rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/transactions.css
==============================================================================
--- rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/transactions.css (original)
+++ rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/transactions.css Sun May 6 02:35:19 2007
@@ -46,7 +46,6 @@
%#
%# END BPS TAGGED BLOCK }}}
.ticket-transaction {
- margin: 1em 0 1em 0;
border-bottom: 1px solid #ddd;
border-right: 3px solid #069;
}
@@ -61,11 +60,12 @@
.ticket-transaction .date {
font-size: 0.9em;
- width: 15em;
+ width: 10em;
}
.ticket-transaction .description {
font-weight: bold;
+ font-size: 0.9em;
text-align: left;
}
@@ -76,10 +76,10 @@
.ticket-transaction .type {
background: #888;
- width: 1.5em;
+ width: 1.2em;
color: white;
text-align: center;
- font-size: 1.1em;
+ font-size: 1em;
}
#body .ticket-transaction .type :link,
More information about the Rt-commit
mailing list