~ubuntu-branches/debian/stretch/downthemall/stretch

« back to all changes in this revision

Viewing changes to chrome/skin/integration/toolbarinstall.css

  • Committer: Package Import Robot
  • Author(s): Michael Meskes
  • Date: 2016-09-21 13:33:55 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20160921133355-ylst3mzzo82mghyw
Tags: upstream-3.0.6
ImportĀ upstreamĀ versionĀ 3.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@import 'chrome://global/skin/';
 
2
@import 'chrome://dta/skin/common/style.css';
 
3
@import 'chrome://dta-platform/skin/common.css';
 
4
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
5
 
 
6
grid {
 
7
        margin-bottom: 1em;
 
8
}
 
9
row {
 
10
        padding: 1ex;
 
11
}
 
12
 
 
13
checkbox {
 
14
        font-weight: bold;
 
15
}
 
16
 
 
17
description {
 
18
        max-width: 30em;
 
19
}
 
20
 
 
21
.icon {
 
22
        list-style-image: url(../toolbarbuttons/buttons24.png);
 
23
        margin: 1em;
 
24
}
 
25
 
 
26
#dta-icon {
 
27
        -moz-image-region: rect(0px,48px,24px,24px);
 
28
}
 
29
#dta-turbo-icon {
 
30
        -moz-image-region: rect(0px,96px,24px,72px);
 
31
}
 
32
#dta-turboselect-icon {
 
33
        -moz-image-region: rect(0px,144px,24px,120px);
 
34
}
 
35
#dta-manager-icon {
 
36
        -moz-image-region: rect(0px,168px,24px,144px);
 
37
}