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

« back to all changes in this revision

Viewing changes to skin/viewsource.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
toolbox {
 
3
        border: none;   /* Windows-Classic-Theme-Fix */
 
4
}
 
5
 
 
6
#viewSource-main-menubar:not([aiosLayout=true]) #reload-button,
 
7
#viewSource-main-menubar:not([aiosLayout=true]) #toolbar-sep {
 
8
        display: none;
 
9
}
 
10
 
 
11
#viewSource-main-menubar[aiosLayout=true] {
 
12
        padding: 0px 1px 1px 1px;
 
13
}
 
14
 
 
15
#reload-button .toolbarbutton-menubutton-button {
 
16
        -moz-box-orient: horizontal;
 
17
        -moz-image-region: rect(0px, 16px, 16px, 0px);
 
18
        list-style-image: url(smallIcons/resume.png);
 
19
}
 
20
 
 
21
#reload-button > * > label {
 
22
        padding-left: 5px;
 
23
        display: none;
 
24
}
 
25
 
 
26
 
 
27
 
 
28
/*
 
29
        Firefox-Standard-Theme
 
30
*/
 
31
window[aios_appDefTheme="true"] toolbarbutton {
 
32
        padding: 0px 3px;
 
33
}
 
34
 
 
35
window[aios_appDefTheme="true"] toolbarbutton image {
 
36
        margin: 0px;
 
37
        padding: 0px;
 
38
}
 
39
 
 
40
#viewSource-main-menubar {
 
41
        -moz-appearance: none;
 
42
}
 
43
 
 
44
window[aios_appDefTheme="true"] #viewSource-main-menubar[aiosLayout=true] {
 
45
        border-bottom: 1px solid ThreedShadow;
 
46
}
 
47
 
 
48
window[aios_appDefTheme="true"][aios_appOS="Darwin"] #viewSource-main-menubar[aiosLayout=true] {
 
49
        border-bottom: none !important;
 
50
        background-color: #D4DDE5 !important;
 
51
        background-image: none !important;
 
52
}
 
53
 
 
54
 
 
55
 
 
56
/*
 
57
        Firefox- und Windows-Standard-Theme
 
58
*/
 
59
window[aios_appDefTheme="true"]:-moz-system-metric(windows-default-theme) #viewSource-main-menubar[aiosLayout=true] {
 
60
        border-bottom: 1px solid ActiveBorder;
 
61
}
 
 
b'\\ No newline at end of file'