~ubuntu-branches/ubuntu/precise/whoopsie-daisy/precise-proposed

« back to all changes in this revision

Viewing changes to backend/stats/static/js/yui/3.4.1/tests/autocomplete/tests/assets/test-console.css

  • Committer: Package Import Robot
  • Author(s): Evan Dandrea
  • Date: 2012-04-18 13:04:36 UTC
  • Revision ID: package-import@ubuntu.com-20120418130436-vmt93p8fds516lws
Tags: 0.1.32
Fix failing tests on powerpc and ARM.

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
 
 
6
 
#log .yui3-console-entry-warn {
7
 
    background-position: -15px 5px;
8
 
}
9
 
 
10
 
#log .yui3-console-entry-error {
11
 
    background-position: 6px -33px;
12
 
}
13
 
 
14
 
#log .yui3-console-controls,
15
 
#log .yui3-console-hd {
16
 
    display: none;
17
 
}
18
 
 
19
 
#log .yui3-console-bd {
20
 
    border: 0;
21
 
}
22
 
 
23
 
#log .yui3-console-ft,
24
 
#log .yui3-console-filters-sources,
25
 
#log .yui3-console-content {
26
 
    border-radius: 0;
27
 
    -moz-border-radius: 0;
28
 
    -webkit-border-radius: 0;
29
 
}