more layout stuff

This commit is contained in:
Hylke Bons 2011-06-20 02:06:28 +01:00
parent 559b31d33e
commit 7d63b66381
2 changed files with 25 additions and 4 deletions

View file

@ -12,15 +12,29 @@
</div>
<!-- $event-entry-content -->
<div style='clear: both'></div>
<div style='border-top: 1px red solid;box-sizing: border-box;
<div style='margin-top: 9px;border-top: 1px #ccc solid;box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box; margin-top: 3px;width:100%;padding:12px;'>
<table>
<tr><td><b>Hylke Bons</b><br>
<small>2 days ago</small></td>
<td>this looks awesome!</td></tr>
<tr><td><b>Garrett LeSage</b><br>
<small>yesterday</small></td>
<td>i am batman</td></tr>
<textarea style="box-sizing: border-box;
<tr><td width="25%"><b>Jakub Steiner</b><br>
<small>yesterday</small</td>
<td>you need to align to the pixel grid. select Grid from the View menu. then enable box snapping
</td></tr>
</table>
<textarea style="margin-top: 12px;box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
width: 100%;height: 40px" id="message-<!-- $event-revision -->"></textarea>
<input style="float:right" type="button" onclick="location=document.getElementById('message-<!-- $event-revision -->').value" value="Add note">
width: 75%;float:right;height: 40px" id="message-<!-- $event-revision -->"></textarea>
<div style='clear: both'></div>
<input style="float:right" type="button" onclick="location=document.getElementById('message-<!-- $event-revision -->').value" value="Add comment">
</div>
<div style='clear: both'></div>

View file

@ -22,6 +22,13 @@
color: <!-- $secondary-font-color -->;
}
td {
vertical-align: top;
font-size: 12px;
}
.day-entry-header {
font-size: <!-- $day-entry-header-font-size -->;
color: #444;