Advertisement
Guest User

RTL CSS for WordPress SEO Admin

a guest
Apr 23rd, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.57 KB | None | 0 0
  1. p.desc {
  2.     padding: 0 22px 8px 0;
  3. }
  4.  
  5. p.desc.label {
  6.     padding: 2px 180px 10px 0;
  7. }
  8.  
  9. div.yoastbox ul {
  10.     margin-right: 20px;
  11.     margin-left: auto;
  12. }
  13.  
  14. .postbox {
  15.     margin: 10px 0 0 10px; 
  16. }
  17.  
  18. label {
  19.     float: right;
  20.     margin-right: 6px;
  21.     margin-left: auto;
  22. }
  23.  
  24. input.textinput, textarea.textinput, select.select, input.checkbox {
  25.     float: right;
  26.     margin: 12px 0 0 3px;
  27. }
  28.  
  29. label.radio {
  30.     margin-left: 20px;
  31.     margin-left: auto;
  32. }
  33.  
  34. table.yoast_help th, table.yoast_help td {
  35.     text-align: right;
  36. }
  37.  
  38. .button.fixit {
  39.     float: left;
  40. }
  41.  
  42. pre {
  43.     direction: ltr;
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement