home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / drupal-6.0.exe / drupal-6.0 / modules / update / update-rtl.css next >
Encoding:
Cascading Style Sheet File  |  2007-11-27  |  514 b   |  33 lines

  1. /* $Id: update-rtl.css,v 1.3 2007/11/27 16:22:22 goba Exp $ */
  2.  
  3. .update .project {
  4.   padding-right: .25em;
  5. }
  6.  
  7. .update .version-status {
  8.   float: left;
  9.   padding-left: 10px;
  10. }
  11.  
  12. .update .version-status .icon {
  13.   padding-right: .5em;
  14. }
  15.  
  16. .update table.version .version-title {
  17.   padding-left: 1em;
  18. }
  19.  
  20. .update table.version .version-details {
  21.   padding-left: .5em;
  22.   direction: ltr;
  23. }
  24.  
  25. .update table.version .version-links {
  26.   text-align: left;
  27.   padding-left: 1em;
  28. }
  29.  
  30. .update .check-manually {
  31.   padding-right: 1em;
  32. }
  33.