~ubuntu-branches/ubuntu/oneiric/request-tracker3.8/oneiric-updates

« back to all changes in this revision

Viewing changes to share/html/NoAuth/css/web2/ticket.css

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves, Dominic Hargreaves, Christian Perrier
  • Date: 2009-06-16 21:46:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616214659-5ji9k1n3qyc2br3n
Tags: 3.8.4-1
[ Dominic Hargreaves ]
* Add missing comma in Depends (fixes FTBFS on etch)
* Update debconf translations: pt.po, ja.po, sv.po, it.po, cs.po, ru.po
  (Closes: #519885, #519922, #520603, #520759, #521199, #521926)
* Document preference for not using SQLite in production
  (Closes: #512750)

[ Christian Perrier ]
* Debconf templates and debian/control reviewed by the debian-l10n-
  english team as part of the Smith review project.
  (Closes: #522367, #520959)
* [Debconf translation updates]
  - Japanese. Closes: #522896
  - German. Closes: #520958
  - Portuguese. Closes: #523481
  - Galician. Closes: #524256
  - Galician. Closes: #524256
  - Spanish. Closes: #524449
  - Italian. Closes: #524715
  - Russian. Closes: #524894
  - Swedish. Closes: #525171
  - French. Closes: #525281

[ Dominic Hargreaves ]
* Don't tell dbconfig to comment out unused variables, since this
  breaks MySQL and Postgres database configuration (Closes: #523090)
* Update Standards-Version (no changes)
* Switch dependency on sysklogd to rsyslog (Closes: #526914)
* New upstream release; includes
  - Minor security fix (Closes: #533069)
  - Add missing Postgres index (Closes: #512653)
* Patch webmux.pl to provide a better error message when the wrong
  major version of RT is in @INC (for example in a mod_perl context).
  (Closes: #518692)
* Add some more example Exim 4 configuration (Closes: #238345)
* Don't apply database ACLs in databases managed by dbconfig-common.
* Remove unused ACL patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
.ticket-transaction div.metadata  span.type {
83
83
 text-align: center;
84
 
 position: absolute;
85
 
 margin: 0.25em;
 
84
 float: left;
 
85
 margin: 0.25em 0.70em 0.25em 0.25em;
86
86
 width: 1em;
87
87
 height: 1.25em;
88
88
 padding: 0.75em 0 0 0;
98
98
 
99
99
 
100
100
div#ticket-history span.date {
101
 
 margin-left: 2em;
102
101
 width: 10em;
103
102
}
104
103
 
125
124
 margin-top: 0.5em;
126
125
 padding-top: 0.5em;
127
126
 border-top: 1px solid #ccc;
128
 
 overflow: auto;
 
127
 /*overflow: auto; */
129
128
 min-height: 2.5em;
 
129
 /* To avoid overlapping of "downloadattachment" by messagebody */
 
130
 clear: left;
 
131
}
 
132
 
 
133
.ticket-transaction .messagebody img {
 
134
 max-width: 100%;
130
135
}
131
136
 
132
137
div#ticket-history div.downloadattachment {