Changeset f422ebe


Ignore:
Timestamp:
May 16, 2010, 8:44:46 PM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
iframe
Parents:
aaa8e04
git-author:
Alex Dehnert <adehnert@…> (05/16/10 20:44:46)
git-committer:
Alex Dehnert <adehnert@…> (05/16/10 20:44:46)
Message:

Sort of better rendering...

Location:
asadb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • asadb/media/style/style.css

    raaa8e04 rf422ebe  
    167167{
    168168    margin: 0 auto;
     169    position: absolute;
     170    height: 10em;
     171    top: 0;
     172    bottom: auto;
     173    width: 100%;
     174    left: 0;
     175    right: 0;
    169176}
    170177
     
    176183{
    177184    display: block;
    178     width: 100%;
    179     height: 100%;
    180185    margin: 0;
    181186    padding: 0;
     187    position: absolute;
     188    height: 100%;
     189    top: 10em;
     190    bottom: 0em;
     191    width: 100%;
     192    left: 0;
     193    right: 0;
    182194}
    183195
  • asadb/template/fysm/fysm_detail.html

    raaa8e04 rf422ebe  
    2525    {% endif %}
    2626</div>
    27 <iframe src='{{fysm.join_url}}' class='fysm-join' height='100%'>
     27<iframe src='{{fysm.join_url}}' class='fysm-join'>
    2828    <p><a href='{{fysm.join_url}}'>Learn about joining {{fysm.display_name}}</a></p>
    2929</iframe>
Note: See TracChangeset for help on using the changeset viewer.