aboutsummaryrefslogtreecommitdiff
path: root/mod/developers/views/default/theme_preview/buttons.php
blob: 718d88617f56570a9f7d1cdab335fde25e2b1409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<table class="elgg-table">
	<thead>
		<tr>
			<th></th>
			<th>Default</th>
			<th>Disabled (.elgg-state-disabled)</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<th>Base (.elgg-button)</th>
			<td><a href="#" class="elgg-button">anchor</a></td>
			<td><a href="#" class="elgg-button elgg-state-disabled">anchor</a></td>
		</tr>
		<tr>
			<th>Action (.elgg-button-action)</th>
			<td><a href="#" class="elgg-button elgg-button-action">anchor</a></td>
			<td><a href="#" class="elgg-button elgg-button-action elgg-state-disabled">anchor</a></td>
		</tr>
		<tr>
			<th>Cancel (.elgg-button-cancel)</th>
			<td><a href="#" class="elgg-button elgg-button-cancel">anchor</a></td>
			<td><a href="#" class="elgg-button elgg-button-cancel elgg-state-disabled">anchor</a></td>
		</tr>
		<tr>
			<th>Submit (.elgg-button-submit)</th>
			<td><a href="#" class="elgg-button elgg-button-submit">anchor</a></td>
			<td><a href="#" class="elgg-button elgg-button-submit elgg-state-disabled">anchor</a></td>
		</tr>
		<tr>
			<th>Special (.elgg-button-special)</th>
			<td><a href="#" class="elgg-button elgg-button-special">anchor</a></td>
			<td><a href="#" class="elgg-button elgg-button-special elgg-state-disabled">anchor</a></td>
		</tr>
		<tr>
			<th>Delete (.elgg-button-delete)</th>
			<td><a href="#" class="elgg-button elgg-button-delete">anchor</a></td>
			<td><a href="#" class="elgg-button elgg-button-delete elgg-state-disabled">anchor</a></td>
		</tr>
	</tbody>
</table>