We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c193d commit 0dfc391Copy full SHA for 0dfc391
templates/index.html
@@ -9,6 +9,13 @@
9
10
<meta name="viewport" content="width=device-width">
11
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
+
19
<link rel="stylesheet" href="css/style.css">
20
<script type="text/javascript" id="pomtrac-task-tmpl">
21
<input class="summary textinput" type="text" value="<%= summary %>">
0 commit comments