addition signs are slightly informative

pull/1/head
ansuz 8 years ago
parent 28bef4ce94
commit 9860b7427a

@ -11,7 +11,9 @@
id="favicon" />
<script data-main="main" src="/bower_components/requirejs/require.js"></script>
<style>
html, body { width: 100; }
html, body {
width: 100;
}
#main {
width: 90%;
margin: auto;
@ -19,6 +21,9 @@
.clickable {
cursor: pointer;
}
#adduser, #addoption {
font-weight: bold;
}
</style>
</head>
<body>
@ -46,7 +51,7 @@
<thead>
<tr>
<td>
<div id="adduser" class="clickable" title="click to add a user">Users</div>
<div id="adduser" class="clickable" title="click to add a user">+ Users</div>
</td>
</tr>
</thead>
@ -54,7 +59,7 @@
<tfoot>
<tr>
<td>
<div id="addoption" class="clickable" title="click to add an option">Options</div>
<div id="addoption" class="clickable" title="click to add an option">+ Options</div>
</td>
</tr>
</tfoot>

Loading…
Cancel
Save