~free.ekanayaka/lazr-js/update-gallery-form

« back to all changes in this revision

Viewing changes to src-js/lazrjs/overlay/assets/pretty-overlay-core.css

  • Committer: Sidnei da Silva
  • Date: 2010-05-07 17:45:59 UTC
  • Revision ID: sidnei.da.silva@canonical.com-20100507174559-j7hwv5r3p178xye4
- Remove stray style

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    box-shadow: 0px 0px 20px 10px #aaa;
31
31
}
32
32
 
33
 
/* Ensure that td has no border (YUI base css adds one). */
34
 
.yui3-pretty-overlay td {
35
 
    border-width: 0;
36
 
    padding: 0;
37
 
}
38
 
 
39
33
/* Hide the overlay if you use PrettyOverlay directly; if you subclass,
40
34
   you have to do this yourself with your own class yui3-yourclass-hidden. */
41
35
.yui3-pretty-overlay-hidden {