Ticket #11203: patch.diff

File patch.diff, 585 bytes (added by Hello Ok, 14 years ago)

The patch that fixes the bug

  • django/contrib/admin/media/css/rtl.css

     
    213213    padding-left: inherit;
    214214    left: 10px;
    215215    right: inherit;
     216    float:left;
    216217}
    217218
    218219.inline-related h3 span.delete label {
    219220    margin-left: inherit;
    220221    margin-right: 2px;
    221222}
     223
     224/* IE7 specific bug fixes */
     225
     226div.colM {
     227    position: relative;
     228}
     229
     230.submit-row input {
     231    float: left;
     232}
     233 No newline at end of file
Back to Top