controller_content_viewer.css
812 Bytes
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
@import url('products.css');
@import url('folder.css');
/************* enterprise homepage style *****************/
div.event-info {
padding: 10px;
}
ul.event-data {
margin: 0px;
padding: 0px;
}
#content .event-data li {
list-style: none;
margin-bottom: 5px;
}
#content .event-data li span {
font-weight: bold;
padding-right: 0.25em;
}
li.event-dates span {
display: none;
}
li.event-dates {
padding: 5px;
float: right;
font-style: italic;
padding-left: 32px;
background: white url(../images/icons-mime/event.png) 5px 50% no-repeat;
}
div.event-info div.event-description {
margin-top: 10px;
padding: 5px;
background: white;
}
div#article-parent {
margin-bottom: 5px;
text-align: right;
font-style: italic;
}
.article-body-uploaded-file {
text-align: center;
}