forked from timleland/rfoutlet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
89 lines (75 loc) · 1.01 KB
/
Copy pathstylesheet.css
File metadata and controls
89 lines (75 loc) · 1.01 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
#navbar-fixed-top {
box-shadow: 0px 2px 10px #888888;
}
body {
padding-top: 55px;
margin-top: 5px;
}
#footer {
position: relative;
bottom: 0;
height: 75px;
margin-top: 75px;
clear: both;
}
hr {
clear: both;
margin-top: 10px;
margin-bottom: 10px;
}
.outlet {
height: 50px;
border: 1px;
border-radius: 25px;
}
.indicator {
float: right;
padding-right: 10px;
margin: 0px;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.hidden {
visibility: hidden;
}
.indicator.resize {
max-width: 50%;
max-height: 50%;
}
.fullLabel {
float: left;
height: 0.5in;
line-height: 0.5in;
padding: 0px;
margin: 0px;
}
p {
margin: 0px;
}
.btn-group {
float: right;
margin-top: 7px;
}
.nameLabel {
vertical-align: middle;
}
.buttonImage {
height: auto;
width: auto;
max-width: 48px;
max-height: 48px;
margin-right: 5px;
float: left;
vertical-align: middle;
}
#icon {
display: inline-block;
padding-left: 8px;
padding-top: 10px;
float: left;
padding-right: 10px;
}
#title {
float: left;
}