Changeset 7505 for main/waeup.custom
- Timestamp:
- 25 Jan 2012, 06:33:57 (13 years ago)
- Location:
- main/waeup.custom/trunk/src/waeup/custom
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/browser/static/custom_theme_1.css
r6895 r7505 1 .uni-logo {2 background-image: url("custom-logo.png");3 background-position: 0 13px;4 background-repeat: no-repeat;5 padding-bottom: 18px;6 padding-left: 0;7 padding-right: 135px;8 padding-top: 40px;9 } -
main/waeup.custom/trunk/src/waeup/custom/interfaces.py
r7419 r7505 18 18 from zope import schema 19 19 from waeup.sirp.interfaces import ( 20 IS IRPObject, ISessionConfiguration, academic_sessions_vocab)20 ISessionConfiguration, academic_sessions_vocab) 21 21 22 22 # It's recommended to replicate all fields from the base package here.
Note: See TracChangeset for help on using the changeset viewer.