| 1 | /* Fix for funky spacing on page listing */
 | 
  
    | 2 | .pages_list li {
 | 
  
    | 3 | 	margin-bottom: -2px;
 | 
  
    | 4 | }
 | 
  
    | 5 | table.jsadmin_drag_area {
 | 
  
    | 6 |     table-layout: auto;
 | 
  
    | 7 | }
 | 
  
    | 8 | table.jsadmin_drag_area tr {
 | 
  
    | 9 |     line-height: 2em;
 | 
  
    | 10 | }
 | 
  
    | 11 | 
 | 
  
    | 12 | body.jsadmin_busy .content {
 | 
  
    | 13 | 	background: url(images/busy.gif) 14px 8px no-repeat;
 | 
  
    | 14 | }
 | 
  
    | 15 | 
 | 
  
    | 16 | body.jsadmin_success .content {
 | 
  
    | 17 | 	background: url(images/success.gif) 14px 8px no-repeat;
 | 
  
    | 18 | }
 | 
  
    | 19 | 
 | 
  
    | 20 | body.jsadmin_failure .content {
 | 
  
    | 21 | 	background: url(images/failure.gif) 14px 8px no-repeat;
 | 
  
    | 22 | }
 | 
  
    | 23 | 
 | 
  
    | 24 | .jsadmin_drag {
 | 
  
    | 25 | 	cursor: move;
 | 
  
    | 26 | }
 | 
  
    | 27 | 
 | 
  
    | 28 | .jsadmin_drag a, .jsadmin_drag input, .jsadmin_drag select {
 | 
  
    | 29 | 	cursor: pointer;
 | 
  
    | 30 | }
 | 
  
    | 31 | 
 | 
  
    | 32 | ul.jsadmin_drag_area {
 | 
  
    | 33 | 	border: solid 1px #99f;
 | 
  
    | 34 | }
 |