[Rt-commit] r11185 - in rt/branches/3.8-TESTING: . html/Ticket
jesse at bestpractical.com
jesse at bestpractical.com
Tue Mar 25 18:03:11 EDT 2008
Author: jesse
Date: Tue Mar 25 18:03:10 2008
New Revision: 11185
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css
rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css
rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav.css
rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-lists.css
rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket.css
rt/branches/3.8-TESTING/html/Ticket/Modify.html
rt/branches/3.8-TESTING/html/Ticket/ModifyAll.html
rt/branches/3.8-TESTING/html/Ticket/ModifyDates.html
rt/branches/3.8-TESTING/html/Ticket/ModifyLinks.html
rt/branches/3.8-TESTING/html/Ticket/ModifyPeople.html
rt/branches/3.8-TESTING/html/Ticket/Reminders.html
Log:
r28589 at 31b: jesse | 2008-03-25 18:02:34 -0400
* styles getting more reasonable for 3.8's new default
Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css (original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css Tue Mar 25 18:03:10 2008
@@ -8,6 +8,9 @@
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
margin-bottom: 2em;
+ border-bottom: 2px solid #aaa;
+ border-right: 2px solid #aaa;
+
}
@@ -19,6 +22,8 @@
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
margin-right: 1em;
+
+
}
@@ -44,12 +49,17 @@
.titlebox .titlebox-title .left {
+ font-weight: bold;
background: #ccc;
- padding:0.2em;
- padding-left: 0.5em;
- padding-right: 0.5em;
- -moz-border-radius: 0.2em;
- -webkit-border-radius: 0.2em;
+ margin-left: 0.75em;
+ padding:0.5em;
+ padding-left: 0.75em;
+ padding-right: 0.75em;
+ -moz-border-radius: 0.5em;
+ -webkit-border-radius: 0.5em;
+ border-bottom: 2px solid #aaa;
+ border-right: 2px solid #aaa;
+
}
@@ -94,7 +104,7 @@
.titlebox .titlebox-title .widget a {
display: block;
- padding-top: 1em;
+ padding-top: 0.5em;
width: 20px;
background: url(/NoAuth/images//css/rollup-arrow.gif) no-repeat center center;
@@ -102,8 +112,8 @@
text-indent: -9999px;
position: absolute;
- top: -0.5em;
- left: -0.5em;
+ top: -1em;
+ left: -0.25em;
float: left;
}
Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css (original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css Tue Mar 25 18:03:10 2008
@@ -12,8 +12,9 @@
}
div#body {
- padding: 1em;
- padding-top: 1em;
+ padding-right: 1em;
+ padding-top: 1.5em;
+ padding-bottom: 1em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
margin-left: 9.8em;
@@ -21,8 +22,10 @@
margin-right: 1em;
margin-bottom: 0em;
min-height: 10%;
- background: #fefefe;
-
+ background: #fff;
+ border-top: 2px solid #ccc;
+ border-left: 2px solid #ccc;
+
}
@@ -30,10 +33,17 @@
#topactions {
position: absolute;
right: 1em;
- top: 3.5em;
+ top: 3.85em;
font-size: 0.8em;
}
+#topactions form button, #topactions form input[type=submit], #topactions form input[type=button]{
+ padding-top: 0em;
+ padding-bottom: 0em;
+
+
+}
+
#topactions form {
display: inline;
@@ -42,7 +52,7 @@
.topaction form#CreateTicketInQueue {
position: absolute;
top: 0;
- right: 20em;
+ right: 21em;
left: -42.25em;
text-align: right;
Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav.css (original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav.css Tue Mar 25 18:03:10 2008
@@ -11,7 +11,8 @@
-moz-border-radius-topright: 0.5em;
-webkit-border-top-right-radius: 0.5em;
- z-index: 1;
+ z-index: 0;
+
}
div#nav ul {
@@ -85,7 +86,7 @@
background: white;
position: relative;
width:100%;
- z-index: 0 ;
+ z-index: 00;
}
@@ -97,7 +98,7 @@
div#page-navigation ul#page-menu {
display: block;
position: absolute;
- left: 8.5em;
+ left: 9em;
font-size: 0.8em;
top: 2.3em;
height: 1em;
@@ -117,7 +118,7 @@
div#page-navigation ul#actions-menu {
position: absolute;
- right: 1.1em;
+ right: 1em;
top: 4.9em;
margin-top: 0em;
padding: 0.25em;
@@ -125,8 +126,8 @@
padding-right: 0.5em;
background: #dedede;
- border-left: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
+ border-left: 1px solid #aaa;
+ border-bottom: 2px solid #aaa;
-moz-border-radius-bottomleft: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
}
Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-lists.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-lists.css (original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-lists.css Tue Mar 25 18:03:10 2008
@@ -1,38 +1,31 @@
table.ticket-list, table.queue-summary {
padding-right: 1em;
- font-size: 0.8em;
+ font-size: 0.9em;
}
-
-
-
table.ticket-list a, table.queue-summary a {
-
font-weight: bold;
}
-
-th {
- font-size: 0.8em;
-
-}
-
th.collection-as-table {
- border-bottom: 1px solid #ccc;
+ background: #eee;
+ font-size: 0.9em;
margin-bottom: 0.5em;
+ text-align: left;
}
-tr.collection-as-table, tr.queue-summary {
- padding-bottom: 1.5em;
+tr.collection-as-table+tr.collection-as-table th {
+ border-bottom: 1px solid grey;
}
+
a:hover {
text-decoration: underline;
}
@@ -44,7 +37,7 @@
}
-table.ticket-list td, table.queue-summary td {
+ table.queue-summary td {
background: #efefef;
border-bottom: 1px solid #ccc;
}
@@ -52,9 +45,26 @@
tr.oddline td {
- background: #ffffff;
+ background: #eee;
}
+tr.evenline td, tr.oddline td {
+ border-top: 1px solid #aaa;
+ padding-top: 0.5em;
+}
+
+
+
+tr.evenline+tr.evenline td, tr.oddline+tr.oddline td{
+ padding-top: 0;
+ border: none;
+}
+
+
+
+table.ticket-list td:first-child, table.ticket-list th:first-child {
+ padding-left: 0.5em;
+}
Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket.css (original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket.css Tue Mar 25 18:03:10 2008
@@ -1,4 +1,137 @@
.ticket-summary td .titlebox {
margin-left: 0.5em;
margin-right: 0.5em;
-}
\ No newline at end of file
+}
+
+
+
+div#ticket-history div.ticket-transaction {
+ border-top: 1px solid #ccc;
+ padding-bottom: 0.5em;
+
+}
+
+div#ticket-history div.odd {
+ background-color: #fff;
+}
+
+div#ticket-history {
+ margin-right: 1em;
+}
+
+div#ticket-history td.actions {
+ background: #ccc;
+ text-align: right;
+ border-left: 1px solid #999;
+ border-bottom: 1px solid #999;
+
+ color: #ccc;
+ -moz-border-radius-bottomleft: 0.5em;
+ -webkit-border-bottom-left-radius: 0.5em;
+ width: 1em;
+}
+
+div#ticket-history td.type {
+ text-align: center;
+ position: absolute;
+ margin: 0.25em;
+ width: 1em;
+ height: 1.5em;
+ -moz-border-radius: 0.25em;
+ -webkit-border-bottom-right-radius: 0.25em;
+
+}
+
+div#ticket-history td.type a {
+ color: #fff;
+ font-size: 1.25em;
+
+}
+
+
+div#ticket-history td.date {
+ padding-left: 2em;
+ width: 10em;
+
+}
+
+
+div#ticket-history td.description {
+ padding-left: 1em;
+ font-weight: bold;
+
+}
+
+
+
+
+
+div#ticket-history td.content {
+ position: relative;
+ padding-right: 1em;
+ font-size: 1.1em;
+}
+
+div#ticket-history div.downloadattachment {
+font-size: 0.9em;
+position: absolute;
+right:3.75em;
+text-align: right;
+background: #eee;
+padding: 0.5em;
+border: 1px solid #ccc;
+border-right: 2px solid #aaa;
+border-bottom: 2px solid #aaa;
+
+-moz-border-radius: 0.5em;
+-webkit-border-radius: 0.5em;
+
+}
+
+div#ticket-history div.downloadattachment .downloadcontenttype{
+color: #aaa;
+padding-right:0.25em;
+}
+
+
+div#ticket-history .message-header-key {
+ width: 7em;
+ font-weight: bold;
+ color: #666;
+}
+
+div#ticket-history .messagebody {
+ font-size: 1.1em;
+ padding-left: 1em;
+ margin-top: 0.5em;
+ padding-top: 0.5em;
+ border-top: 1px solid #ccc;
+ margin-right: 16em;
+ margin-left: 2em;
+
+}
+
+
+.ticket-transaction.basics .type { background: #b32; }
+.ticket-transaction.cfs .type { background: #b32; }
+.ticket-transaction.people .type { background: #48c; }
+.ticket-transaction.links .type { background: #316531; }
+.ticket-transaction.dates .type { background: #633063; }
+.ticket-transaction.message .type { background: #069; }
+.ticket-transaction.reminders .type { background: #369; }
+.ticket-transaction.other .type { background: #abc; }
+
+
+
+
+.ticket-summary .titlebox-title a { color: #fff}
+.ticket-info-cfs .titlebox-title .left { background-color: #b32; color: #fff;}
+.ticket-info-basics .titlebox-title .left { background-color: #b32; color: #fff;}
+.ticket-info-people .titlebox-title .left { background-color: #48c; color: #fff;}
+.ticket-info-links .titlebox-title .left { background-color: #316531; color: #fff;}
+.ticket-info-reminders .titlebox-title .left { background-color: #369; color: #fff;}
+.ticket-info-dates .titlebox-title .left { background-color: #633063; color: #fff;}
+
+
+
+
Modified: rt/branches/3.8-TESTING/html/Ticket/Modify.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Ticket/Modify.html (original)
+++ rt/branches/3.8-TESTING/html/Ticket/Modify.html Tue Mar 25 18:03:10 2008
@@ -57,7 +57,7 @@
% $m->callback( CallbackName => 'FormStart', ARGSRef => \%ARGS );
<input type="hidden" class="hidden" name="id" value="<% $TicketObj->Id %>" />
-<&| /Widgets/TitleBox, title => loc('Modify ticket #[_1]',$TicketObj->Id) &>
+<&| /Widgets/TitleBox, title => loc('Modify ticket #[_1]',$TicketObj->Id), class=>'ticket-info-basics' &>
<& Elements/EditBasics, TicketObj => $TicketObj &>
<& Elements/EditCustomFields, TicketObj => $TicketObj &>
</&>
Modified: rt/branches/3.8-TESTING/html/Ticket/ModifyAll.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Ticket/ModifyAll.html (original)
+++ rt/branches/3.8-TESTING/html/Ticket/ModifyAll.html Tue Mar 25 18:03:10 2008
@@ -58,27 +58,27 @@
% $m->callback( CallbackName => 'FormStart', ARGSRef => \%ARGS );
<input type="hidden" class="hidden" name="id" value="<%$Ticket->Id%>" />
-<&| /Widgets/TitleBox, title => loc('Modify ticket # [_1]', $Ticket->Id) &>
+<&| /Widgets/TitleBox, title => loc('Modify ticket # [_1]', $Ticket->Id), class=>'ticket-info-basics' &>
<& Elements/EditBasics, TicketObj => $Ticket &>
<& Elements/EditCustomFields, TicketObj => $Ticket &>
</&>
<br />
-<&| /Widgets/TitleBox, title => loc('Dates') &>
+<&| /Widgets/TitleBox, title => loc('Dates'), class=>'ticket-info-dates'&>
<& Elements/EditDates, TicketObj => $Ticket &>
</&>
<br />
-<&| /Widgets/TitleBox, title => loc('People') &>
+<&| /Widgets/TitleBox, title => loc('People'), class=>'ticket-info-people' &>
<& Elements/EditPeople, Ticket => $Ticket, UserField => $UserField, UserString => $UserString, UserOp => $UserOp &>
</&>
<br />
-<&| /Widgets/TitleBox, title => loc('Links') &>
+<&| /Widgets/TitleBox, title => loc('Links'), class=>'ticket-info-links' &>
<& /Elements/EditLinks, Object => $Ticket, Merge => 1 &>
</&>
Modified: rt/branches/3.8-TESTING/html/Ticket/ModifyDates.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Ticket/ModifyDates.html (original)
+++ rt/branches/3.8-TESTING/html/Ticket/ModifyDates.html Tue Mar 25 18:03:10 2008
@@ -57,7 +57,7 @@
<form method="post" action="ModifyDates.html">
% $m->callback( CallbackName => 'FormStart', ARGSRef => \%ARGS );
<input type="hidden" class="hidden" name="id" value="<%$TicketObj->Id%>" />
-<&| /Widgets/TitleBox,title => loc('Modify dates for ticket # [_1]', $TicketObj->Id) &>
+<&| /Widgets/TitleBox,title => loc('Modify dates for ticket # [_1]', $TicketObj->Id), class=> 'ticket-info-dates' &>
<& Elements/EditDates, TicketObj => $TicketObj &>
</&>
<& /Elements/Submit, Label => loc('Save Changes') &>
Modified: rt/branches/3.8-TESTING/html/Ticket/ModifyLinks.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Ticket/ModifyLinks.html (original)
+++ rt/branches/3.8-TESTING/html/Ticket/ModifyLinks.html Tue Mar 25 18:03:10 2008
@@ -57,7 +57,7 @@
<form action="ModifyLinks.html" method="post">
<input type="hidden" class="hidden" name="id" value="<%$Ticket->id%>" />
% $m->callback( CallbackName => 'FormStart', ARGSRef => \%ARGS );
-<&| /Widgets/TitleBox, title => loc('Edit Links') &>
+<&| /Widgets/TitleBox, title => loc('Edit Links'), class=>'ticket-info-links' &>
<& /Elements/EditLinks, Object => $Ticket, Merge => 1 &>
</&>
<& /Elements/Submit, Label => loc('Save Changes') &>
Modified: rt/branches/3.8-TESTING/html/Ticket/ModifyPeople.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Ticket/ModifyPeople.html (original)
+++ rt/branches/3.8-TESTING/html/Ticket/ModifyPeople.html Tue Mar 25 18:03:10 2008
@@ -57,7 +57,7 @@
<form method="post" action="ModifyPeople.html">
<input type="hidden" class="hidden" name="id" value="<%$Ticket->Id%>" />
% $m->callback( CallbackName => 'FormStart', ARGSRef => \%ARGS );
-<&| /Widgets/TitleBox, title => loc('Modify people related to ticket #[_1]', $Ticket->Id), width => "100%", color=> "#333399" &>
+<&| /Widgets/TitleBox, title => loc('Modify people related to ticket #[_1]', $Ticket->Id), width => "100%", color=> "#333399", class=>'ticket-info-people' &>
<& Elements/EditPeople, Ticket => $Ticket, UserField => $UserField, UserString => $UserString, UserOp => $UserOp, GroupString => $GroupString, GroupOp => $GroupOp, GroupField => $GroupField &>
</&>
<& /Elements/Submit, Label => loc('Save Changes'), Caption => loc("If you've updated anything above, be sure to"), color => "#333399" &>
Modified: rt/branches/3.8-TESTING/html/Ticket/Reminders.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Ticket/Reminders.html (original)
+++ rt/branches/3.8-TESTING/html/Ticket/Reminders.html Tue Mar 25 18:03:10 2008
@@ -55,8 +55,8 @@
<form action="<%RT->Config->Get('WebPath')%>/Ticket/Reminders.html" method="post">
<&|/Widgets/TitleBox, title => loc("Reminders"),
- title_class=> 'inverse',
- color => "#666699" &>
+ class=>'ticket-info-reminders'
+ &>
<& /Ticket/Elements/Reminders, Ticket => $Ticket, ShowCompleted => 1, Edit => 1 &>
</&>
More information about the Rt-commit
mailing list