~ubuntu-branches/ubuntu/raring/maas/raring-updates

« back to all changes in this revision

Viewing changes to src/maasserver/static/jslibs/yui/3.4.1/docs/assets/node-menunav/example7.css

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-07-03 17:42:37 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120703174237-p8l0keuuznfg721k
Tags: 0.1+bzr709+dfsg-0ubuntu1
* New Upstream release
* debian/control:
  - Depends on python-celery, python-tempita, libjs-yui3-{full,min},
    libjs-raphael
* debian/maas.install:
  - Install apiclient, celeryconfig.py, maas-import-pxe-files, preseeds_v2.
  - Update to install various files from chroot, rather tha manually copy
    them from the source.
* debian/maas.links: symlink celeryconfig.py
* debian/maas.maas-celery.upstart: Add job.
* debian/rules:
  - Install celery upstart job.
  - Do not install jslibs as packages are now used.
  - Drop copying of maas_local_settings_sample.py as source now ships
    a maas_local_settings.py
* debian/patches:
  - 04-maas-http-fix.patch: Drop. Merged upstream.
  - 01-fix-database-settings.patch: Refreshed.
  - 99_enums_js.patch: Added until creation of enum.js / build process
    is fixed.
* debian/maas.postinst: Update bzr version to correctly handle upgrades.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.yui3-menu {
2
 
 
3
 
   font-size: 93%;  /* 12px */
4
 
 
5
 
}
6
 
 
7
 
.yui3-menu .yui3-menu {
8
 
 
9
 
        font-size: 100%;
10
 
    line-height: 1.5;  /* 18px */
11
 
    *line-height: 1.45; /* For IE */
12
 
    
13
 
}
14
 
 
15
 
.yui3-menu-horizontal {
16
 
 
17
 
    line-height: 2;  /* ~24px */
18
 
    *line-height: 1.9; /* For IE */
19
 
 
20
 
}
21
 
 
22
 
.yui3-menu-content {
23
 
 
24
 
    background: #fff;
25
 
 
26
 
}
27
 
 
28
 
.yui3-menu a {
29
 
 
30
 
    color: #06c;
31
 
        text-decoration: none;
32
 
 
33
 
}
34
 
 
35
 
.yui3-menu a:hover, 
36
 
.yui3-menu a:focus {
37
 
 
38
 
        text-decoration: underline;
39
 
 
40
 
}
41
 
 
42
 
.yui3-menu-horizontal .yui3-menu-content {
43
 
 
44
 
        border-bottom: dotted 1px #ccc;
45
 
 
46
 
}
47
 
 
48
 
.yui3-menu .yui3-menu .yui3-menu-content {
49
 
 
50
 
        border-style: solid;
51
 
        border-width: 0 1px 1px 1px;
52
 
        border-color: #ccc #666 #666 #ccc;
53
 
    padding: 3px 0;
54
 
 
55
 
}
56
 
 
57
 
.yui3-menu-horizontal ul {
58
 
 
59
 
        padding: 0;
60
 
        margin: 0;
61
 
        border: 0;
62
 
 
63
 
}
64
 
 
65
 
.yui3-menu .yui3-menu ul {
66
 
 
67
 
        margin-top: 3px;
68
 
        padding-top: 3px;
69
 
    border-top: solid 1px #ccc;
70
 
 
71
 
}
72
 
 
73
 
.yui3-menu ul.first-of-type {
74
 
 
75
 
    border: 0;
76
 
        margin: 0;
77
 
        padding: 0;    
78
 
 
79
 
}
80
 
 
81
 
.yui3-menu-horizontal .yui3-menu-label,
82
 
.yui3-menu-horizontal .yui3-menuitem-content {
83
 
 
84
 
    padding: 0 5px;
85
 
    
86
 
    margin-right: 5px;
87
 
        border: solid 1px #fff;
88
 
        border-width: 1px 1px 0 1px;
89
 
        font-weight: bold;
90
 
        float: left;
91
 
    width: auto;
92
 
        _display: inline;       /* Fixes IE margin doubling bug in IE 6 (Standards Mode and Quirks Mode) 
93
 
                                                and IE 7 (Quirks Mode only) */
94
 
 
95
 
}
96
 
 
97
 
.yui3-menu .yui3-menu .yui3-menu-label,
98
 
.yui3-menu .yui3-menu .yui3-menuitem-content {
99
 
 
100
 
    padding: 0 40px 0 5px;
101
 
 
102
 
        /*
103
 
                Necessary specify values for border, margin, float, display, and font-weight to override 
104
 
                values specified in the preceeding selectors.
105
 
        */
106
 
 
107
 
        margin: 0;
108
 
        border: 0;
109
 
        font-weight: normal;    
110
 
        float: none;
111
 
        _display: block;
112
 
 
113
 
}
114
 
 
115
 
.yui3-menu-horizontal .yui3-menu-label a {
116
 
 
117
 
        float: left;
118
 
        width: auto;
119
 
        padding: 0 5px 0 0;
120
 
 
121
 
}
122
 
 
123
 
.yui3-menu-horizontal .yui3-menu-label-active,
124
 
.yui3-menu-horizontal .yui3-menu-label-menuvisible {
125
 
 
126
 
        border-color: #ccc #666 #fff #ccc;
127
 
 
128
 
}
129
 
 
130
 
.yui3-menu-horizontal .yui3-menu-label .yui3-menu-toggle {
131
 
        
132
 
        border-left: dotted 1px #ccc;
133
 
        padding: 15px 0 0 0;    /* Hide the text inside the menu toggle with top padding. */
134
 
        width: 17px;
135
 
        height: 0;
136
 
    margin: 4px 0;
137
 
        overflow: hidden;
138
 
    background: url(arrows.png) 2px 0 no-repeat;
139
 
 
140
 
}
141
 
 
142
 
.yui3-menu-horizontal .yui3-menu-label .yui3-menu-toggle:hover,
143
 
.yui3-menu-horizontal .yui3-menu-label .yui3-menu-toggle:focus {
144
 
 
145
 
    background-position: 2px -15px;
146
 
 
147
 
}
148
 
 
149
 
.yui3-menu-horizontal .yui3-menu-label-menuvisible .yui3-menu-toggle,
150
 
.yui3-menu-horizontal .yui3-menu-label-menuvisible .yui3-menu-toggle:hover,
151
 
.yui3-menu-horizontal .yui3-menu-label-menuvisible .yui3-menu-toggle:focus {
152
 
 
153
 
    background-position: 2px -30px;
154
 
 
155
 
}
 
 
b'\\ No newline at end of file'