forked from DNNCommunity/DNN.Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.css
55 lines (54 loc) · 1.05 KB
/
module.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
@import url("css/font-awesome.css"); /* Compile */
.icon16, a.icon16, a.icon16:link, a.icon16:visited
{
font-size: 16px !important;
width:16px;
height:16px;
color: #999;
}
a.icon16:hover
{
color: #000;
}
a.iconLink, a.iconLink:link, a.iconLink:hover, a.iconLink:visited, a.iconLink:active
{
text-decoration: none;
}
p.updatecancelbar
{
width:100%;
text-align:right;
padding-top:40px;
}
div.blog_rte
{
float:left;
}
div.blog_rte_full
{
clear:both;
width: 100%;
}
table.blog_rte_default, div.blog_rte_minmaxbox, table.blog_rte_localizations
{
width:100%;
}
td.blog_rte_defflag, td.blog_rte_flag
{
width:50px;
vertical-align:top;
}
td.blog_rte_defaulttext input, td.blog_rte_localization input
{
width:97%;
}
.RadPicker_Default .riTextBox {
height: 32px !important;
}
/* Comments */
.blogComments{width:100%;border: 1px solid #e3e3e3;}
.commentAuthor{padding:8px;}
.ccAuthor{font-style:italic;padding-bottom:4px;}
.commentContent{padding:8px;}
.commentMod{padding:8px;}
.blogSeparate{padding-bottom:2px;}