Skip to content

Commit 0dfc391

Browse files
committed
Adding some [basic] style so it doesn't look like total crap.
1 parent e1c193d commit 0dfc391

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

templates/index.html

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99

1010
<meta name="viewport" content="width=device-width">
1111

12+
<style>
13+
.textinput { border: 0; padding: 4px; font-size: 1.2em; }
14+
.summary { width: 500px; }
15+
.estimate { width: 30px; }
16+
.strike { display: inline; margin-left: 20px; font-size: 1.2em; cursor: pointer; cursor: hand; }
17+
</style>
18+
1219
<link rel="stylesheet" href="css/style.css">
1320
<script type="text/javascript" id="pomtrac-task-tmpl">
1421
<input class="summary textinput" type="text" value="<%= summary %>">

0 commit comments

Comments
 (0)