comparison static/css/base.css @ 427:85d7b62d5c17

Added a global method to change the cursor to an hourglass when an AJAX request fires.
author Brian Neal <bgneal@gmail.com>
date Tue, 26 Apr 2011 02:11:00 +0000
parents 6309814cd6f7
children 98f5facc0030
comparison
equal deleted inserted replaced
426:c8148cf11a79 427:85d7b62d5c17
441 display: inline-block; 441 display: inline-block;
442 } 442 }
443 .middle { 443 .middle {
444 vertical-align: middle; 444 vertical-align: middle;
445 } 445 }
446 html.busy, html.busy * {
447 cursor: wait !important;
448 }