~ubuntu-branches/ubuntu/karmic/all-in-one-sidebar/karmic

« back to all changes in this revision

Viewing changes to chrome/aios.jar!/skin/downloads.css

  • Committer: Bazaar Package Importer
  • Author(s): Sveinung Kvilhaugsvik
  • Date: 2009-08-04 19:25:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090804192510-u4bm1ehm9ve4zdne
Tags: 0.7.10-0ubuntu1
* new upstream release (LP: #398535)
* list firefox-3.5 as alternate dependency
* depend on ${misc:Depends} to fix lintian warning
* changed maintainer field do to change in rules
* merged all-in-one-sidebar 0.7.4-0ubuntu2
   + replace current watchfile with the one from it
   + add the change log entry from it
   + discard it's other changes
* bump standards-version to 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
/*
3
 
        Downloads
4
 
*/
5
 
download {
6
 
        padding: 4px;
7
 
        padding-right: 0px;
8
 
}
9
 
 
10
 
download .downloadTypeIcon  {
11
 
        margin-right: 5px;
12
 
}
13
 
 
14
 
download label[crop]:not([flex="1"]) {
15
 
        -moz-box-flex: 1;
16
 
        font-weight: bold;
17
 
}
18
 
 
19
 
 
20
 
#downloadView:not([staticHint]) richlistitem[selected=true] {   /* Fx2 */
21
 
        background: transparent url(chrome://mozapps/skin/shared/itemSelected.png) repeat scroll top !important;
22
 
}
23
 
 
24
 
 
25
 
#downloadFolder {
26
 
        display: none;
27
 
}
28
 
 
29
 
#aios-toolsButton {
30
 
        list-style-image: url(images/tools.png);
31
 
}
32
 
 
33
 
#aios-toolsButton .button-icon {
34
 
        margin: 0px 5px 0px 0px;
35
 
}
36
 
 
37
 
#menuitem_pause {
38
 
        list-style-image: url(smallIcons/uninstall.png);
39
 
}
40
 
 
41
 
#menuitem_resume, #menuitem_retry {
42
 
        list-style-image: url(smallIcons/ok.png);
43
 
}
44
 
#menuitem_resume[disabled=true], #menuitem_retry[disabled=true] {
45
 
        list-style-image: url(smallIcons/ok_dis.png);
46
 
}
47
 
 
48
 
#menuitem_cancel, #menuitem_remove {
49
 
        list-style-image: url(smallIcons/delete.png);
50
 
}
51
 
#menuitem_cancel[disabled=true], #menuitem_remove[disabled=true] {
52
 
        list-style-image: url(smallIcons/delete_dis.png);
53
 
}
54
 
 
55
 
#menuitem_open, #menuitem_show {
56
 
        list-style-image: url(smallIcons/folder.png);
57
 
}
58
 
#menuitem_open:hover, #menuitem_show:hover {
59
 
        list-style-image: url(smallIcons/folder2.png);
60
 
}
61
 
#menuitem_open[disabled=true], #menuitem_show[disabled=true] {
62
 
        list-style-image: url(smallIcons/folder_dis.png);
63
 
}
64
 
 
65
 
#menuitem_properties {
66
 
        list-style-image: url(smallIcons/tools.png);
67
 
}
68
 
#menuitem_properties[disabled=true] {
69
 
        list-style-image: url(smallIcons/tools_dis.png);
70
 
}
71
 
 
72
 
#menuitem_cleanUp {
73
 
        list-style-image: url(smallIcons/uninstall.png);
74
 
}
75
 
#menuitem_cleanUp[disabled=true] {
76
 
        list-style-image: url(smallIcons/uninstall_dis.png);
77
 
}
78
 
 
79
 
 
80
 
/*
81
 
        Fx 3
82
 
*/
83
 
richlistitem,
84
 
#other-downloads-title,
85
 
#active-downloads-title {
86
 
        border-bottom: 1px dotted #C0C0C0;
87
 
}
88
 
 
89
 
richlistitem label.name {
90
 
        font-size: 11px !important;
91
 
        font-weight: bold;
92
 
}
93
 
 
94
 
 
95
 
/*
96
 
        Mac-OS-X-Fix
97
 
*/
98
 
#main-menubar {
99
 
        display: none !important;
100
 
}
 
 
b'\\ No newline at end of file'