Changeset 1269 for trunk/web-app


Ignore:
Timestamp:
Dec 15, 2010, 1:20:43 PM (13 years ago)
Author:
robert@…
Message:

Fixed bug in importing templates without any fields and improved views (ticket #76)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/templateEditor.css

    r1257 r1269  
    137137/* Importer */
    138138#importTemplates h3 { margin-top: 0; }
    139 #importTemplates ol.fields { margin-top: 0; }
     139#importTemplates ol { margin-left: 0; padding-left: 0; }
     140#importTemplates ol.fields { margin-left: 25px; margin-top: 0; }
     141#importTemplates ul { margin-left: 0px; padding-left: 15px; }
     142#importTemplate li { margin-left: 0; padding-left: 0; }
    140143#importTemplates .otherTemplateName { display: none; }
    141144#importTemplates .error { color: #AA0000; }
Note: See TracChangeset for help on using the changeset viewer.