Changeset 7493 for main/waeup.sirp/trunk/src/waeup/sirp/browser
- Timestamp:
- 20 Jan 2012, 09:26:25 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/layout.py
r7459 r7493 285 285 return None 286 286 287 def formatDate(self,dateobj): 288 if isinstance(dateobj, date): 289 return dateobj.strftime("%d/%m/%Y") 290 else: 291 return None 292 287 293 def update(self): 288 294 """Include the resources required by the chosen skin/theme. -
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/mobile.css
r7465 r7493 4 4 5 5 body { 6 padding-top: 70px;6 padding-top: 100px; 7 7 } 8 8 9 9 select { 10 width: 60px;10 width: 50px; 11 11 } 12 12 13 13 .dataTables_length { 14 15 width: 40%;14 float: left; 15 width: 50%; 16 16 } 17 17 18 18 .dataTables_filter { 19 20 21 width: 60%;19 float: right; 20 text-align: right; 21 width: 50%; 22 22 } 23 24 .topbar h3 a, .topbar .brand { 25 margin-left: -25px; 26 padding-bottom: 5px; 27 padding-left: 20px; 28 padding-right: 20px; 29 padding-top: 2px; 30 } 31 32 input, textarea, 33 textarea.span9 { 34 width: 70%; 35 } -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/studentsitelayout.pt
r7469 r7493 83 83 </div> 84 84 <div class="footer"> 85 <p class="pull-right"><a href="#">Back to top</a></p>86 85 <p> 87 86 Student Information and Registration Portal<br />
Note: See TracChangeset for help on using the changeset viewer.