-
Notifications
You must be signed in to change notification settings - Fork 3
/
module.css
79 lines (64 loc) · 1.06 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.iit_Admin { width: 100%; }
.iit_feedList ul li
{
list-style-type:none;
margin:0px;
padding:5px 0px;
font-size:12px;
}
.iit_LeftColumn { width: 300px;}
.iit_feedList ul
{
margin:0px;
padding:0px;
}
.iit_feedList
{
width:300px;
height:300px;
overflow-x: hidden;
overflow-y: scroll;
}
.iit_listWrench {
float: left;
position: relative;
top: 1px;
margin-right: 8px;
}
.iit_FeedSelected {
background-color: #D6E8F5 !important;
}
.iit_feedDetails
{
margin-left: 10px;
width: 100%;
}
.iit_largeTextbox { width:98%; }
.iit_textArea { height:50px; }
.iit_SQLBox { height:300px;}
.iit_saveButtons
{
float:right;
margin-top:10px;
}
.iit_saveButtons input
{
height:35px;
width:100px;
font-weight:bold;
}
.iit_alerts
{
float:left;
display:none;
padding:5px;
font-weight:bold;
font-size:14px;
width:330px;
border-style:dashed;
border-color:#00CC32;
min-height:25px;
background-color:#9CE665;
margin:10px 0px;
}
.iit_feedResults {}