~ubuntu-branches/ubuntu/jaunty/transmission/jaunty-security

« back to all changes in this revision

Viewing changes to web/stylesheets/common.css

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio, Andrew Starr-Bochicchio, Martin Pitt
  • Date: 2009-02-26 11:55:50 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20090226115550-3rnhgt9qhe3y6g74
Tags: 1.50-1ubuntu1
[ Andrew Starr-Bochicchio ]
* Merge from debian unstable (LP: #329161), remaining changes:
 - debian/control: 
  + Added replaces & provides clutch (now included as part of transmission).
  + Build-depends on quilt.
 - debian/rules: 
  + Uncommented "include /usr/share/quilt/quilt.make".
  + Added patch/unpatch targets for Quilt.
  + Create a PO template during package build.
 - 20_add_X-Ubuntu-Gettext-Domain.diff: Add X-Ubuntu-Gettext-Domain 
   to .desktop file.

[ Martin Pitt ]
* Add 01_check_notification_actions.diff: Check if notification
  agent supports actions, and do not use actions if not. (LP: #334252)

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
        background-position: left -32px;
114
114
}
115
115
 
 
116
li#removedata div div.toolbar_image, li#removedata.disabled div:active div.toolbar_image {
 
117
        background-position: left -32px;
 
118
}
 
119
 
116
120
li#remove div:active div.toolbar_image {
117
121
        background-position: right -32px;
118
122
}
119
123
 
 
124
li#removedata div:active div.toolbar_image {
 
125
        background-position: right -32px;
 
126
}
 
127
 
120
128
li#resume_selected div div.toolbar_image, li#resume_selected.disabled div:active div.toolbar_image {
121
129
        background-position: left -96px;
122
130
}
726
734
 
727
735
div#upload_container div.dialog_window div.dialog_message input {
728
736
        width: 249px;
729
 
        margin: 10px 0 0 0;
 
737
        margin: 3px 0 0 0;
730
738
        display: block;
731
739
}
732
740