~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/build/cssbase-context/base-context.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
 
/*
2
 
YUI 3.4.1 (build 4118)
3
 
Copyright 2011 Yahoo! Inc. All rights reserved.
4
 
Licensed under the BSD License.
5
 
http://yuilibrary.com/license/
6
 
*/
7
 
/* base.css, part of YUI's CSS Foundation */
8
 
.yui3-cssbase h1 {
9
 
        /*18px via YUI Fonts CSS foundation*/
10
 
        font-size:138.5%;  
11
 
}
12
 
.yui3-cssbase h2 {
13
 
        /*16px via YUI Fonts CSS foundation*/
14
 
        font-size:123.1%; 
15
 
}
16
 
.yui3-cssbase h3 {
17
 
        /*14px via YUI Fonts CSS foundation*/
18
 
        font-size:108%;  
19
 
}
20
 
.yui3-cssbase h1,.yui3-cssbase h2,.yui3-cssbase h3 {
21
 
        /* top & bottom margin based on font size */
22
 
        margin:1em 0;
23
 
}
24
 
.yui3-cssbase h1,.yui3-cssbase h2,.yui3-cssbase h3,.yui3-cssbase h4,.yui3-cssbase h5,.yui3-cssbase h6,.yui3-cssbase strong {
25
 
        /*bringing boldness back to headers and the strong element*/
26
 
        font-weight:bold; 
27
 
}
28
 
.yui3-cssbase abbr,.yui3-cssbase acronym {
29
 
        /*indicating to users that more info is available */
30
 
        border-bottom:1px dotted #000;
31
 
        cursor:help;
32
 
33
 
.yui3-cssbase em {
34
 
        /*bringing italics back to the em element*/
35
 
        font-style:italic;
36
 
}
37
 
.yui3-cssbase blockquote,.yui3-cssbase ul,.yui3-cssbase ol,.yui3-cssbase dl {
38
 
        /*giving blockquotes and lists room to breath*/
39
 
        margin:1em;
40
 
}
41
 
.yui3-cssbase ol,.yui3-cssbase ul,.yui3-cssbase dl {
42
 
        /*bringing lists on to the page with breathing room */
43
 
        margin-left:2em;
44
 
}
45
 
.yui3-cssbase ol {
46
 
        /*giving OL's LIs generated numbers*/
47
 
        list-style: decimal outside;    
48
 
}
49
 
.yui3-cssbase ul {
50
 
        /*giving UL's LIs generated disc markers*/
51
 
        list-style: disc outside;
52
 
}
53
 
.yui3-cssbase dl dd {
54
 
        /*providing spacing for definition terms*/
55
 
        margin-left:1em;
56
 
}
57
 
.yui3-cssbase th,.yui3-cssbase td {
58
 
        /*borders and padding to make the table readable*/
59
 
        border:1px solid #000;
60
 
        padding:.5em;
61
 
}
62
 
.yui3-cssbase th {
63
 
        /*distinguishing table headers from data cells*/
64
 
        font-weight:bold;
65
 
        text-align:center;
66
 
}
67
 
.yui3-cssbase caption {
68
 
        /*coordinated margin to match cell's padding*/
69
 
        margin-bottom:.5em;
70
 
        /*centered so it doesn't blend in to other content*/
71
 
        text-align:center;
72
 
}
73
 
.yui3-cssbase p,.yui3-cssbase fieldset,.yui3-cssbase table,.yui3-cssbase pre {
74
 
        /*so things don't run into each other*/
75
 
        margin-bottom:1em;
76
 
}
77
 
/* setting a consistent width, 160px; 
78
 
   control of type=file still not possible */
79
 
.yui3-cssbase input[type=text],.yui3-cssbase input[type=password],.yui3-cssbase textarea{width:12.25em;*width:11.9em;}