-
Notifications
You must be signed in to change notification settings - Fork 49
/
AnnouncementsEdit.css
39 lines (31 loc) · 1.11 KB
/
AnnouncementsEdit.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
.dnnAnnouncementForm .urlControl {
width: 420px;
}
.dateDiv { display: inline-block;width: 150px; margin-bottom: 20px;}
.dnnFormItem .dateDiv input { width: 100%; }
.urlControlLinkType span, .dnnFormItem .urlControlLinkType span {
float: none;
display: inline;
width: auto;
text-align: left;
}
table.RadCalendarTimeView {
background-color: #fff!important;
}
.dnnAnn_Audit {
background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top, #f5f5f5 0%, #ececec 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f5f5f5 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f5f5f5 0%,#ececec 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f5f5f5 0%,#ececec 100%); /* IE10+ */
background: linear-gradient(top, #f5f5f5 0%,#ececec 100%); /* W3C */
text-shadow: 0px 1px 0px #ffffff;
color:#555;
padding: 10px;
margin-bottom: 10px;
width: 90%
}
.dnnAnn_bold {
font-weight: bold;
}