Changeset 7551 for main/waeup.sirp


Ignore:
Timestamp:
2 Feb 2012, 07:18:04 (13 years ago)
Author:
Henrik Bettermann
Message:

Contract breadcrumb to avoid line breaks in breadcrumb bar.

Location:
main/waeup.sirp/trunk/src/waeup/sirp/browser
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeup-base.css

    r7524 r7551  
    9999}
    100100
     101.breadcrumb .divider {
     102  padding: 0 3px;
     103  color: #bfbfbf;
     104}
     105
    101106 /* IE doesn't like the footer tag*/
    102107.footer {
     
    177182}
    178183.student-info-bar .divider {
    179   padding: 0 5px;
     184  padding: 0 0px;
    180185  color: #bfbfbf;
    181186}
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/studentsitelayout.pt

    r7493 r7551  
    5353              tal:content="structure provider:breadcrumbs" />
    5454        <span tal:condition="layout/getStudentName" class="wfstatus">
    55               Student Id:
    5655            <span tal:replace="python:context.getStudent().student_id">Id
    57             </span>&nbsp;&nbsp;
    58             State:
     56            </span>
     57            |
    5958            <span tal:replace="python:context.getStudent().state">State
    6059            </span>
Note: See TracChangeset for help on using the changeset viewer.