-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.css
80 lines (76 loc) · 1.39 KB
/
content.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
80
.pageTitle---3QtvA{
font-weight: bold !important;
color:red !important;
}
.ext_tooltip{
display: inline-block;
border-radius: 50%;
z-index: -1;
color:#fff;
width: 20px;
height: 20px;
text-align: center;
vertical-align: middle;
padding-bottom: 3px;
margin-right: 5px;
background-color: green;
}
.popup_content{
width:330px;
height:auto;
padding:5px;
border-radius:2px;
position: relative;
overflow: hidden;
left:0px;
top:0px;
z-index: 99999;
-webkit-box-shadow: 11px 10px 18px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 11px 10px 18px -10px rgba(0,0,0,0.75);
box-shadow: 11px 10px 18px -10px rgba(0,0,0,0.75);
background-color:#fff;
color:#000;
}
.content_editable{
width:310px;
height:100px;
padding:5px;
overflow: auto;
/* background: blue;
color:red; */
}
.delete_btn{
float:right;
}
.pupup_close{
/* float: right; */
left: 95%;
/* position: absolute; */
display: inline-block;
text-align: right;
position: relative;
width: 20px;
height: 20px;
background: #9b9b9b;
border-radius: 50%;
color: #fff;
text-align: center;
}
.date-picker{
width:130px;
}
.bold{
font-weight: bold;
}
.buy-info{
margin-bottom:10px;
}
.left{
float:left;
}
.right{
float:right;
}
.clear{
clear:both;
}