Ticket #6296: wp-admin-rtl-edit4.patch
| File wp-admin-rtl-edit4.patch, 1.5 KB (added by mani_monaj, 5 years ago) |
|---|
-
wp-admin/css/ie-rtl.css
6 6 .wrap { 7 7 text-align: right; 8 8 } 9 10 .wrap h2 { 11 margin: 5px 0 0 4px; 12 } 13 9 14 #footer { 10 15 padding-left:50px; 11 16 } … … 34 39 .widefat th { 35 40 padding-bottom: 8px; 36 41 } 42 37 43 /* template editor */ 38 44 #template textarea { 39 45 float:left; -
wp-admin/rtl.css
209 209 #tagchecklist span 210 210 { 211 211 float:right; 212 margin-left: 15px;212 margin-left:25px; 213 213 margin-right:0 214 214 } 215 215 216 #tagchecklist span a { 217 margin: 6px -9px 0 0; 218 float: right; 219 } 220 221 216 222 .tablenav .tablenav-pages 217 223 { 218 224 float:left !important; … … 258 264 { 259 265 height:35px; 260 266 margin-right:20px; 261 padding:12px 40px 0 0 267 padding:12px 40px 0 0; 262 268 } 263 269 264 270 #submenu,#wpbody 265 271 { 266 clear:both 272 clear:both; 267 273 } 268 274 269 275 #submenu li,ul.subsubsub li a 270 276 { 271 padding:0 277 padding:0; 272 278 } 273 279 274 280 table.widefat th,.form-table th … … 276 282 text-align:right 277 283 } 278 284 285 .widefat th input { 286 margin: 0 8px 0 0; 287 padding: 0; 288 } 289 279 290 .available-theme,#tagchecklist span a 280 291 { 281 292 float:right … … 290 301 291 302 #editorcontainer { 292 303 border:1px solid; 304 } 305 306 .wrap h2 { 307 margin: 5px -4px 0 0; 308 padding-right: 0px; 309 padding-left: 280px; 310 } 311 312 div#message { 313 clear: both; 293 314 } 315 No newline at end of file
