-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
87 lines (87 loc) · 1.41 KB
/
style.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
81
82
83
84
85
86
87
.tab {
border: 1px solid;
border-bottom: none;
max-width: 180px;
height: inherit;
display: inline-block;
vertical-align: top;
background-color: #B0D556;
cursor: pointer;
text-align: center;
}
div div.tab:nth-child(6) {
background-color:#EB5252;
}
.date-tab {
cursor: pointer;
border: 1px solid black;
padding: 10px;
}
.tab span {
font-weight: 700;
white-space: normal;
}
.tab span:hover {
color: rgba(0, 0, 0, 0.60)
}
.tab:hover {
background-color: rgba(15, 22, 114, 0.13);
}
.tab.selected {
background-color: white;
}
#efimeries-tables {
height: 280px;
overflow-y: scroll;
}
#efimeries-tables table {
display: none;
}
#efimeries-tables .selected {
display: inline-table;
}
#efimeries-tables tr:not(.pharmacy){
cursor: pointer;
}
.pharmacy {
background-color: white;
width: 850px;
height: 500px;
}
#district-tabs {
height: 90px;
}
.date-tabs {
float: left;
display: none;
margin-top: 90px;
width: 140px;
}
.date-tabs.selected {
display: block;
}
#efimeries-app {
width: 897px;
}
.ph-data {
display: inline-block;
}
.ph-address-wrapper > div {
display: inline;
padding: 2px;
}
.ph-tel-wrapper > div {
display: inline;
padding: 2px;
}
.ph-name {
background-color: #9ae272;
color: rgba(0, 0, 0, 0.60);
}
.hidden-pharmacy {
display: none;
}
.ph-map {
width: 850px;
height: 350px;
}