~lutostag/ubuntu/utopic/maas/1.5.2

« back to all changes in this revision

Viewing changes to src/maasserver/static/jslibs/yui/3.4.1/tests/console/tests/assets/test.css

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-03-15 18:14:08 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120315181408-zgl94hzo0x4n99an
Tags: 0.1+bzr295+dfsg-0ubuntu2
* debian/patches:
  - 01-fix-database-settings.patch: Update to set PSERV_URL.
  - 02-pserv-config.patch: Set port to 8001.
* debian/maas.postinst: Run maas-import-isos on install.
* debian/control: Depends on rabbitmq-server.

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
}