~harvest-dev/harvest/django

« back to all changes in this revision

Viewing changes to harvest/media/css/style.css

  • Committer: Daniel Holbach
  • Date: 2010-07-26 15:08:55 UTC
  • mfrom: (230.1.3 animation-cleanup)
  • Revision ID: daniel.holbach@canonical.com-20100726150855-41b99w08wngr4k4e
mergedĀ lp:~dylanmccall/harvest/animation-cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
#results-pane > #results-status {
234
234
        position:relative;
235
235
        display:none;
 
236
        z-index:10;
236
237
        text-align:center;
 
238
        background-image:url('results-status-shadow.png');
 
239
        background-repeat:repeat-x;
237
240
}
238
241
#results-pane > #results-status > div {
239
 
        display:inline-block;
240
 
        width:300px;
241
 
        height:30px;
 
242
        min-height:30px; /* lines up height of #results-status background-image */
242
243
}
243
244
 
244
245
#results > ul {