~ubuntu-branches/ubuntu/precise/transmission/precise

« back to all changes in this revision

Viewing changes to web/stylesheets/common.css

  • Committer: Bazaar Package Importer
  • Author(s): Leo Costela
  • Date: 2009-07-25 20:20:23 UTC
  • mfrom: (1.3.1 upstream)
  • mto: (2.1.19 sid)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20090725202023-9xmfycsfotr430nv
* debian/rules: patch before configure
* debian/patches: add patch to not build libevent, regardless of
  linking (really, really closes: #537868)
* debian/changelog: fix dates

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
 
 
120
116
li#remove div:active div.toolbar_image {
121
117
        background-position: right -32px;
122
118
}
123
119
 
124
 
li#removedata div:active div.toolbar_image {
125
 
        background-position: right -32px;
126
 
}
127
 
 
128
120
li#resume_selected div div.toolbar_image, li#resume_selected.disabled div:active div.toolbar_image {
129
121
        background-position: left -96px;
130
122
}