Changeset 702:86be47651f44 for themes
- Timestamp:
- 08/18/11 07:38:32 (14 years ago)
- Branch:
- default
- Location:
- themes/ductile
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r701 r702 269 269 .post { 270 270 background: transparent url(img/filet.png) repeat-x left bottom; 271 } 272 .day-date { 271 position: relative; 272 padding-bottom: 1.5em; 273 } 274 .day-date { 273 275 display: none; 274 276 } … … 383 385 } 384 386 .post-info-co { 387 position: absolute; 388 bottom: 0; 385 389 margin: 0; 386 390 background: #fff; 387 display: inline;388 391 font-size: 0.875em; 389 392 font-style: italic; 390 393 padding-right: .5em; 394 max-width: 80%; 391 395 } 392 396 .post-info-co a { … … 1072 1076 clear:both; 1073 1077 } 1074 1075 1076 .post {1077 position: relative;1078 padding-bottom: 1.5em;1079 }1080 .post-info-co {1081 position: absolute;1082 bottom: 0;1083 } -
themes/ductile/tpl/_simple-entry.html
r701 r702 121 121 <div id="pr"> 122 122 <h3>{{tpl:lang Your comment}}</h3> 123 <ul> 124 <li class="comment-preview">{{tpl:CommentPreviewContent}}</li> 125 </ul> 123 <div class="comment-preview">{{tpl:CommentPreviewContent}}</div> 126 124 <p class="buttons"><input type="submit" class="submit" value="{{tpl:lang send}}" /></p> 127 125 </div>
Note: See TracChangeset
for help on using the changeset viewer.