ui hint for 'adduser' and 'addoption'
This commit is contained in:
parent
6692b1a52e
commit
d30eddf2f2
@ -16,6 +16,9 @@
|
|||||||
width: 90%;
|
width: 90%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
.clickable {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -34,7 +37,6 @@
|
|||||||
|
|
||||||
<form class="realtime">
|
<form class="realtime">
|
||||||
<input type="text" id="title" placeholder="title"><br />
|
<input type="text" id="title" placeholder="title"><br />
|
||||||
<input type="text" id="location" placeholder="title"><br />
|
|
||||||
<textarea id="description" placeholder="description"></textarea>
|
<textarea id="description" placeholder="description"></textarea>
|
||||||
|
|
||||||
<!-- Table markup-->
|
<!-- Table markup-->
|
||||||
@ -44,7 +46,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div id="adduser" title="click to add a user">Users</div>
|
<div id="adduser" class="clickable" title="click to add a user">Users</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -52,7 +54,7 @@
|
|||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div id="addoption" title="click to add an option">Options</div>
|
<div id="addoption" class="clickable" title="click to add an option">Options</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tfoot>
|
</tfoot>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user