home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Blogs / wordpress2.6.exe / wordpress2.6 / wp-admin / css / login-rtl.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-08-13  |  485 b   |  38 lines

  1. body {
  2.     font-family: Tahoma;
  3. }
  4. form {
  5.     margin-left:0;
  6.     margin-right: 8px;
  7. }
  8. form .forgetmenot {
  9.     float:right;
  10. }
  11. #login form .submit input  {
  12.     font-family: Tahoma;
  13. }
  14. form .submit {
  15.     float:left;
  16. }
  17. #backtoblog a {
  18.     left:auto;
  19.     right:15px;
  20. }
  21. #login_error, .message {
  22.     margin: 0 8px 16px 0;
  23. }
  24. #nav {
  25.     margin:0 8px 0 0;
  26. }
  27. #user_pass, #user_login, #user_email {
  28.     margin-right:0;
  29.     margin-left: 6px;
  30. }
  31. h1 a {
  32.     text-decoration:none;
  33. }
  34. /* ltr input */
  35. #user_login, #user_pass {
  36.     direction:ltr;
  37. }
  38.