-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathddActionList.css
More file actions
72 lines (68 loc) · 1.23 KB
/
ddActionList.css
File metadata and controls
72 lines (68 loc) · 1.23 KB
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
.ddActionList-menu{
text-align:right;
padding-bottom:3px;
}
.ddActionList-item{
cursor:pointer;
padding:2px;
margin-bottom:2px;
min-height:26px;
/*border:1px solid black;*/
border-radius:5px;
}
.ddActionList-item div.ddHandle{
display:inline-block;
}
.ddActionList-item img{
vertical-align:middle;
padding-right:5px;
}
.ddActionList-item .title{
font-size:11pt;
font-weight:bold;
padding-right:10px;
color: #42525B;
}
.ddActionList-item .description{
font-size:8pt;
color:#42525B;
}
.ddActionList-item:hover{
background:#DFEFFC left bottom repeat-x url('/v11/images/tvImages/showbg.png');
}
.ddActionList-hiddenHeader{
font-weight:bold;
font-size:13pt;
}
.ddActionList-trash{
float:left;
}
.ddActionList-edit{
float:right;
}
.ui-state-error{
background-color:#FEF1EC !important;
}
.ddHandle .ui-icon{
height:14px;
display:inline-block;
padding-bottom:4px;
}
.ddHandle{
vertical-align:middle;
}
.placeholder{
text-align:center;
font-weight:bold;
}
/*Styles for the generated form*/
.ddActionList-dialog label{
display:inline-block;
width:25%;
padding-right:5px;
font-weight:bold;
text-align:right;
}
.ddActionList-dialog textarea{
vertical-align:top;
}