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

« back to all changes in this revision

Viewing changes to chrome/aios.jar!/skin/pageinfo.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
 
#main-window.inSidebar, #main-window.inSidebar tabbox {
3
 
        -moz-appearance: toolbox;
4
 
        margin: 0px;
5
 
        padding: 0px;
6
 
}
7
 
 
8
 
#main-window.inSidebar #tabs {
9
 
        border-top: 1px solid ThreedHighlight;
10
 
}
11
 
 
12
 
#commandBar {
13
 
        padding: 1px;
14
 
        /*padding-top: 0px;*/
15
 
        border-top: 1px solid ThreedHighlight;
16
 
        border-bottom: 1px solid ThreedShadow;
17
 
}
18
 
 
19
 
toolbarbutton {
20
 
        padding: 0px 3px;
21
 
}
22
 
 
23
 
toolbarbutton image {
24
 
        margin: 0px;
25
 
        padding: 0px;
26
 
}
27
 
 
28
 
/* ohne diese Konstruktion (#tab-forward > * > label) w�rden auch 
29
 
die Labels im <menupopup> ausgeblendet werden */
30
 
#tab-back label, #tab-forward > * > label {
31
 
        display: none;
32
 
}
33
 
 
34
 
#tab-back {
35
 
        list-style-image: url(smallIcons/paneltab1.png);
36
 
}
37
 
 
38
 
#tab-forward {
39
 
        list-style-image: url(smallIcons/paneltab2.png);
40
 
}
41
 
 
42
 
#reload-button .toolbarbutton-menubutton-button {
43
 
        -moz-box-orient: horizontal !important;
44
 
        list-style-image: url(smallIcons/resume.png);
45
 
}
46
 
 
47
 
#reload-button > * > label {
48
 
        padding-left: 5px;
49
 
        display: none;
50
 
}
51
 
 
52
 
 
53
 
/*
54
 
        Mac-OS-X-Fix
55
 
*/
56
 
#main-menubar {
57
 
        display: none !important;
58
 
}
 
 
b'\\ No newline at end of file'