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

« back to all changes in this revision

Viewing changes to chrome/aios.jar!/content/tbx/tbx.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[palette] {
3
 
        -moz-binding: url(chrome://aios/content/tbx/tbx.xml#customisable-toolbox);
4
 
}
5
 
toolbox[palette] > toolbar {
6
 
        -moz-binding: url(chrome://aios/content/tbx/tbx.xml#toolbar);
7
 
}
8
 
 
9
 
/* uses a vbox as a wrapper rather than an hbox.  needed for separators */
10
 
toolbox[vertical="true"] > toolbar > toolbarpaletteitem[place="toolbar"] {
11
 
        -moz-binding: url(chrome://aios/content/tbx/tbx.xml#toolbarpaletteitem-vertical);
12
 
}
13
 
 
14
 
/*
15
 
        Toolbar-Grippies-Fix
16
 
 
17
 
toolbox[vertical="true"] > toolbar  {
18
 
        -moz-box-flex: 1;
19
 
}*/
20
 
 
21
 
/* 
22
 
        binding to add a toolbar to the start and end of the tab strip
23
 
        alternativ kann man die Toolbox auch auf der Tabbar anstatt daneben 'anbinden' 
24
 
                => Nachteil: bei mehrzeiligen Tabbars 'wandert' der Close-Button mit und bleibt nicht rechts
25
 
                => n�tige �nderungen: 1: unten an 'tabs > hbox' binden
26
 
                                                                         2: in 'skin/tbx.css' Formatierungen f�r Toolbox entfernen
27
 
                                                                         3: in 'tbx.xml' spacer f�r rechte Toolbox entkommentieren
28
 
*/
29
 
/* tabs > hbox */
30
 
#appcontent .tabbrowser-strip {
31
 
        -moz-binding: url(chrome://aios/content/tbx/tbx.xml#tab-toolbars) !important;
32
 
        -moz-box-orient: horizontal !important;
33
 
        height: auto !important;                /* Flock-Fix */
34
 
}
35
 
/*
36
 
tabs > hbox spacer:not([id="aiostbx-spacer"]) {
37
 
        display: none;
38
 
}
39
 
 
40
 
tabbox {
41
 
        -moz-binding: url(chrome://aios/content/tbx/tbx.xml#tabbrowser-tabbox);
42
 
}*/
43
 
 
44
 
/* Sidebar unter die Tableiste verschieben - sehr experimentell */
45
 
#aioBrowser {
46
 
        direction: rtl;
47
 
}
48
 
#aioBrowser > * {
49
 
        direction: ltr;
50
 
}
 
 
b'\\ No newline at end of file'