wp/wp-content/themes/twentytwelve/rtl.css
changeset 7 cf61fcea0001
parent 0 d970ebf37754
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
     2 Theme Name: Twenty Twelve
     2 Theme Name: Twenty Twelve
     3 Description: Adds support for languages written in a Right To Left (RTL) direction.
     3 Description: Adds support for languages written in a Right To Left (RTL) direction.
     4 It's easy, just a matter of overwriting all the horizontal positioning attributes
     4 It's easy, just a matter of overwriting all the horizontal positioning attributes
     5 of your CSS stylesheet in a separate stylesheet file named rtl.css.
     5 of your CSS stylesheet in a separate stylesheet file named rtl.css.
     6 
     6 
     7 See http://codex.wordpress.org/Right_to_Left_Language_Support
     7 See https://codex.wordpress.org/Right_to_Left_Language_Support
     8 */
     8 */
     9 
     9 
    10 
    10 
    11 body {
    11 body {
    12 	direction: rtl;
    12 	direction: rtl;
   131 }
   131 }
   132 label ~ span.required {
   132 label ~ span.required {
   133 	float: right;
   133 	float: right;
   134 	margin: -18px -16px 0 0;
   134 	margin: -18px -16px 0 0;
   135 	margin: -1.285714286rem -1.142857143rem 0 0;
   135 	margin: -1.285714286rem -1.142857143rem 0 0;
       
   136 }
       
   137 #respond #wp-comment-cookies-consent {
       
   138 	margin: 0 0 0 10px;
   136 }
   139 }
   137 
   140 
   138 
   141 
   139 /* =Front page template styling
   142 /* =Front page template styling
   140 -------------------------------------------------------------- */
   143 -------------------------------------------------------------- */