-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcommon.css
More file actions
120 lines (104 loc) · 1.71 KB
/
common.css
File metadata and controls
120 lines (104 loc) · 1.71 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
.sidebarContainer {
position: relative;
}
.sidebarchild {
display: none;
position: absolute;
left: 109%;
z-index: 999;
top: 0;
background-color: #fff;
color: #000;
min-width: 170px;
}
.sidebarchild ul {
padding: 0 !important;
}
.sidebarchild ul li {
padding: 5px;
border: 1px solid #000;
}
.sidebarchild ul li:hover {
background-color: #2B78E4;
color: #fff;
}
/* css Theo doi thu chi */
.fl-date-item span {
min-width: 66px;
text-align: center;
border: 1px solid #000;
padding: 3px;
background-color: #2B78E4;
color: #fff;
}
.fl-date-content {
border: 1px solid;
}
.fl-date-content, .fl-date-item {
margin: 0 !important;
}
.fl-date-content-item {
padding: 5px;
}
.fl-date-content-item .number {
float: right;
}
.fl-date-content-title {
margin-top: 5px;
margin-bottom: 30px;
}
/* css color*/
.cl-red {
color: red !important;
}
.cl-green {
color: green !important;
}
.cl-orange {
color: #ff6a00 !important;
}
/*css float*/
pull-left{
float:left;
}
pull-right {
float: right;
}
pull-clear{
clear:both;
}
/*css padding*/
.p-0{
padding:0!important;
}
p-l-0{
padding-left:0 !important;
}
p-r-0{
padding-right:0 !important;
}
p-t-0{
padding-top: 0 !important;
}
p-b-0{
padding-bottom:0 !important;
}
.m-0{
margin:0 !important;
}
/*css border*/
.border-none {
border: none !important;
}
.border-left {
border-left: 1px solid #000;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-middel {
text-align: center !important;
}