summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticResultFormats/resources/ext.srf.util.grid.css
blob: bb6df206eb1f9c47c338b8ec5866b6a7fa4c41a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * CSS for SRF gridview plugin
 * @see http://www.semantic-mediawiki.org/wiki/Help:Gridview
 *
 * @since 1.8
 * @release 0.2
 *
 * @file
 * @ingroup SRF
 *
 * @licence GNU GPL v2 or later
 * @author mwjames
 */
/* Changes have to comply with UI_BASE */
.srf-gridview-query-link {
	font-size:12px;
	font-weight: normal;
	margin-top:4px;
	margin-right:3px;
	color:#ddd;
	float:right;
}