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

« back to all changes in this revision

Viewing changes to skin/multipanel.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
#commandBar {
 
3
        padding: 0px 1px 1px 1px;
 
4
}
 
5
 
 
6
*[aios_appOS="Darwin"] #commandBar {
 
7
        background-color: #D4DDE5;
 
8
        background-image: none;
 
9
}
 
10
 
 
11
toolbarbutton {
 
12
        padding: 2px 3px !important;
 
13
}
 
14
 
 
15
toolbarbutton > image {
 
16
        margin-right: 5px;
 
17
}
 
18
 
 
19
#page-button,
 
20
#source-button,
 
21
#about-button {
 
22
        padding: 0px !important;
 
23
}
 
24
 
 
25
#page-button .toolbarbutton-menubutton-button,
 
26
#source-button .toolbarbutton-menubutton-button,
 
27
#about-button .toolbarbutton-menubutton-button,
 
28
#toolsButton {
 
29
        -moz-box-orient: horizontal;
 
30
}
 
31
 
 
32
#page-button .toolbarbutton-menubutton-button {
 
33
        list-style-image: url(smallIcons/page.png);
 
34
}
 
35
 
 
36
#source-button .toolbarbutton-menubutton-button {
 
37
        list-style-image: url(smallIcons/source.png);
 
38
}
 
39
 
 
40
#about-button .toolbarbutton-menubutton-button {
 
41
        list-style-image: url(smallIcons/about.png);
 
42
}
 
43
 
 
44
/*#page-button .toolbarbutton-menubutton-button {
 
45
        list-style-image: url(images/page.png);
 
46
}
 
47
 
 
48
#source-button .toolbarbutton-menubutton-button {
 
49
        list-style-image: url(images/source.png);
 
50
}
 
51
 
 
52
#about-button .toolbarbutton-menubutton-button {
 
53
        list-style-image: url(images/about.png);
 
54
}
 
55
 
 
56
#page-button .toolbarbutton-menubutton-button > label,
 
57
#source-button .toolbarbutton-menubutton-button > label,
 
58
#about-button .toolbarbutton-menubutton-button > label {
 
59
        display: none;
 
60
}
 
61
 
 
62
#page-button .toolbarbutton-menubutton-button > image,
 
63
#source-button .toolbarbutton-menubutton-button > image,
 
64
#about-button .toolbarbutton-menubutton-button > image {
 
65
        margin-right: 0px;
 
66
}*/
 
67
 
 
68
 
 
69
#page-button .toolbarbutton-text,
 
70
#source-button .toolbarbutton-text,
 
71
#about-button .toolbarbutton-text {
 
72
  padding-left: 5px;
 
73
}
 
74
 
 
75
#ssrSidebar-mitem {
 
76
        padding-left: 13px;
 
77
}
 
78
 
 
79
#toolsButton {
 
80
        list-style-image: url(smallIcons/tools.png);
 
81
}
 
82
/*toolbarbutton dropmarker image {
 
83
        margin: 0px 1px 0px 3px;
 
84
}*/
 
85
 
 
86
#toolsButton image {
 
87
        margin: 1px;
 
88
}
 
89
#toolsButton dropmarker {
 
90
        margin-left: 1px;
 
91
}
 
92
#toolsButton > label {
 
93
        display: none;
 
94
}
 
95
 
 
96
 
 
97
 
 
98
/*
 
99
        Firefox-Standard-Theme
 
100
*/
 
101
page[aios_appDefTheme="true"]#webpanels-window {
 
102
        -moz-appearance: toolbox;
 
103
}
 
104
 
 
105
page[aios_appDefTheme="true"] #commandBar {
 
106
        border-bottom: 1px solid ThreedShadow;
 
107
}
 
108
 
 
109
 
 
110
 
 
111
/*
 
112
        Firefox- und Windows-Standard-Theme
 
113
*/
 
114
page[aios_appDefTheme="true"]:-moz-system-metric(windows-default-theme) #commandBar {
 
115
        border-bottom: 1px solid ActiveBorder;
 
116
}
 
 
b'\\ No newline at end of file'