Changeset a3c29f in indico


Ignore:
Timestamp:
02/15/12 09:55:59 (15 months ago)
Author:
Alberto Resco Perez <alberto.resco.perez@…>
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)
Message:

[FIX] Fix email popup

Location:
indico
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/services/implementation/conference.py

    ra749c2 ra3c29f  
    4949from MaKaC.user import PrincipalHolder, Avatar, Group, AvatarHolder 
    5050from MaKaC.participant import Participant 
     51from MaKaC.common.Configuration import Config 
    5152 
    5253import datetime 
  • indico/htdocs/css/Default.css

    r4fd80c ra3c29f  
    59835983    display: block; 
    59845984    padding: 5px 5px; 
     5985    white-space: nowrap; 
    59855986} 
    59865987 
  • indico/htdocs/js/indico/Display/Dialogs.js

    rb7f4ee ra3c29f  
    161161        ); 
    162162 
    163         return Html.table({width:"95%"}, fromField); 
     163        return Html.table({width:"688px"}, fromField); 
    164164    }, 
    165165 
     
    171171        ); 
    172172 
    173         return Html.table({width:"95%"}, toField); 
     173        return Html.table({width:"688px"}, toField); 
    174174    }, 
    175175 
     
    180180                Html.td({width:"85%"}, $B(Html.edit({style: {width: '100%'}}), self.subject.accessor())) 
    181181        ); 
    182         return Html.table({width:"95%"}, subjectField); 
     182        return Html.table({width:"688px"}, subjectField); 
    183183    }, 
    184184 
Note: See TracChangeset for help on using the changeset viewer.