Changeset f422ebe
- Timestamp:
- May 16, 2010, 8:44:46 PM (15 years ago)
- 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)
- Location:
- asadb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/media/style/style.css
raaa8e04 rf422ebe 167 167 { 168 168 margin: 0 auto; 169 position: absolute; 170 height: 10em; 171 top: 0; 172 bottom: auto; 173 width: 100%; 174 left: 0; 175 right: 0; 169 176 } 170 177 … … 176 183 { 177 184 display: block; 178 width: 100%;179 height: 100%;180 185 margin: 0; 181 186 padding: 0; 187 position: absolute; 188 height: 100%; 189 top: 10em; 190 bottom: 0em; 191 width: 100%; 192 left: 0; 193 right: 0; 182 194 } 183 195 -
asadb/template/fysm/fysm_detail.html
raaa8e04 rf422ebe 25 25 {% endif %} 26 26 </div> 27 <iframe src='{{fysm.join_url}}' class='fysm-join' height='100%'>27 <iframe src='{{fysm.join_url}}' class='fysm-join'> 28 28 <p><a href='{{fysm.join_url}}'>Learn about joining {{fysm.display_name}}</a></p> 29 29 </iframe>
Note: See TracChangeset
for help on using the changeset viewer.