Ticket #11203: patch.diff
File patch.diff, 585 bytes (added by , 14 years ago) |
---|
-
django/contrib/admin/media/css/rtl.css
213 213 padding-left: inherit; 214 214 left: 10px; 215 215 right: inherit; 216 float:left; 216 217 } 217 218 218 219 .inline-related h3 span.delete label { 219 220 margin-left: inherit; 220 221 margin-right: 2px; 221 222 } 223 224 /* IE7 specific bug fixes */ 225 226 div.colM { 227 position: relative; 228 } 229 230 .submit-row input { 231 float: left; 232 } 233 No newline at end of file