forked from shehanshaman/dental
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
105 lines (86 loc) · 1.27 KB
/
main.css
File metadata and controls
105 lines (86 loc) · 1.27 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
div.top-bar{
background-color: #21540f;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 5px;
}
.top-bar .menu a{
color: white;
font-size: 25px;
}
body {background-color: #f9f9f9;}
.details{
color: gray;
}
.content .sub-menu{
background-color: #54a551;
float: left;
height: 580px;
padding-top: 10px;
margin-top: -5px;
}
.content .sub-menu i{
font-size: 25px;
}
.content .sub-menu p{
padding: 5px;
text-align: center;
}
.content .sub-menu a{
text-decoration: none;
color: white;
}
.content input{
float: left;
}
.star{
color: red;
}
.row1 .col-lg-7 .dropdown{
display: inline-block;
float: left;
}
.row1 .col-lg-7 .in{
padding-right: 0;
padding-left: 0px;
display: inline-block;
float: left;
}
.row1 .col-lg-7 .search{
display: inline-block;
float: left;
}
.col-lg-11 select{
border: 1px solid #d3d1d1;
}
.bottom-bar{
height: auto;
background-color: #21540f;
color: white;
text-align: center;
border-top: 2px solid yellow;
padding-top: 8px;
font-size: 12px;
}
.col-lg-11{
padding: 3px;
}
.panel{
height: 30px;
}
.panel-body{
display: inline-block;
margin-top: -10px;
}
.drop{
margin-left: 15px;
width: 280px;
}
.nationalaty{
margin-left: 10px;
}
.submit-button{
border-top: 1px solid #d3d1d1;
padding-top: 10px;
margin-top: 15px;
}