Changeset a3c29f in indico
- Timestamp:
- 02/15/12 09:55:59 (15 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- 7ec331
- Parents:
- 98d4e6
- git-author:
- Alberto Resco Perez <alberto.resco.perez@…> (02/15/12 09:47:13)
- git-committer:
- Alberto Resco Perez <alberto.resco.perez@…> (02/15/12 09:55:59)
- Location:
- indico
- Files:
-
- 3 edited
-
MaKaC/services/implementation/conference.py (modified) (1 diff)
-
htdocs/css/Default.css (modified) (1 diff)
-
htdocs/js/indico/Display/Dialogs.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/services/implementation/conference.py
ra749c2 ra3c29f 49 49 from MaKaC.user import PrincipalHolder, Avatar, Group, AvatarHolder 50 50 from MaKaC.participant import Participant 51 from MaKaC.common.Configuration import Config 51 52 52 53 import datetime -
indico/htdocs/css/Default.css
r4fd80c ra3c29f 5983 5983 display: block; 5984 5984 padding: 5px 5px; 5985 white-space: nowrap; 5985 5986 } 5986 5987 -
indico/htdocs/js/indico/Display/Dialogs.js
rb7f4ee ra3c29f 161 161 ); 162 162 163 return Html.table({width:" 95%"}, fromField);163 return Html.table({width:"688px"}, fromField); 164 164 }, 165 165 … … 171 171 ); 172 172 173 return Html.table({width:" 95%"}, toField);173 return Html.table({width:"688px"}, toField); 174 174 }, 175 175 … … 180 180 Html.td({width:"85%"}, $B(Html.edit({style: {width: '100%'}}), self.subject.accessor())) 181 181 ); 182 return Html.table({width:" 95%"}, subjectField);182 return Html.table({width:"688px"}, subjectField); 183 183 }, 184 184
Note: See TracChangeset
for help on using the changeset viewer.
