-
Notifications
You must be signed in to change notification settings - Fork 0
/
mvc_css_homeStyle.css
65 lines (65 loc) · 1.09 KB
/
mvc_css_homeStyle.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
html, body{
height:99%;
}
body{
margin: 2pt 100pt 2pt 100pt;
background: lightgreen;
}
.mainContainer{
background: white;
border: solid gray;
height:100%;
min-width: 280pt;
}
.contactTitle{
text-align: center;
border-bottom: solid gray;
vertical-align: middle;
height: 7%;
}
h2 {
margin: 0;
transform: translate(0, 25%)
}
.secondRow{
display: flex;
height:100%;
}
.borderSection{
margin-right: 0;
margin-left: 0;
border-right: solid gray;
height:93%;
}
.mainView{
text-align: center;
flex-grow:2;
}
.displayNameSelections{
padding: 0pt;
margin: 0pt;
}
.contactSelection{
list-style-type:none;
border-bottom: solid gray;
cursor: pointer;
padding: 5pt 5pt 5pt 7pt;
}
li.contactSelection:hover{
font-weight: bold;
padding-left: 5pt;
}
.active{
background: darkgray;
color: white;
font-weight: bold;
padding-left: 5pt;
}
.ticket{
border: solid darkgray 1pt;
margin: 5pt;
padding: 5pt;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}