~bac/juju-gui/trunkcopy

« back to all changes in this revision

Viewing changes to lib/yui/tests/stylesheet/tests/assets/test.css

  • Committer: kapil.foss at gmail
  • Date: 2012-07-13 18:45:59 UTC
  • Revision ID: kapil.foss@gmail.com-20120713184559-2xl7be17egsrz0c9
reshape

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#log .yui3-console-entry {
2
 
    min-height: inherit;
3
 
    padding: 5px;
4
 
}
5
 
#log .yui3-console-entry-warn {
6
 
    background-position: -15px 5px;
7
 
}
8
 
#log .yui3-console-entry-error {
9
 
    background-position: 6px -33px;
10
 
}
11
 
#log .yui3-console-controls,
12
 
#log .yui3-console-filters-sources,
13
 
#log .yui3-console-hd {
14
 
    display: none;
15
 
}
16
 
#log .yui3-console-bd {
17
 
    border: 0 none;
18
 
    height: auto !important;
19
 
    overflow: visible;
20
 
}
21
 
#log .yui3-console-ft,
22
 
#log .yui3-console-content {
23
 
    border-radius: 0;
24
 
    -moz-border-radius: 0;
25
 
    -webkit-border-radius: 0;
26
 
}