-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsemanticweblog.css
58 lines (47 loc) · 891 Bytes
/
semanticweblog.css
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/**
* @author Benjamin Birkenhake
* @package semanticweblog
* @copyright creative commons by-sa
*/
#edit-role1-basic-wrapper,
#edit-role1-ajax-wrapper{
position:absolute;
}
#edit-role1-filter-wrapper,
#edit-atid-filter-wrapper {
float:left; margin-right:2em;
}
#edit-role2-filter-wrapper {
position:absolute; left:500px; }
#edit-atid-basic-wrapper,
#edit-atid-ajax-wrapper {
position:absolute;
left:250px;
}
#edit-role2-basic-wrapper,
#edit-role2-ajax-wrapper {
position:absolute;
left:500px;
}
#block-semanticweblog-1 fieldset{
min-height:200px;
}
#edit-submit,
#result input{
clear:both;
margin-top:7em;
margin-bottom:2em;
}
.block-semanticweblog{
width:800px;
margin:10px;
}
.taxonomy-term-description{
width:35em;
margin-bottom:4em;
}
.taxonomy-term-content-title,
.taxonomy-term-assciation-title{
margin-bottom:2em;
margin-top:2em;
}