-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdetails.css
More file actions
96 lines (79 loc) · 1.36 KB
/
details.css
File metadata and controls
96 lines (79 loc) · 1.36 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
#Details {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
}
#Details .header {
height: 60px;
padding: 10px 0 10px 10px;
font-size: 20px;
border-bottom: 1px solid #ccc;
}
#Details .header .header-title {
float:left;
padding: 0 0 0 80px;
height: 62px;
background: url(img/ruby_skye.png) left no-repeat;
background-size: 65px 60px;
}
#Details .header .uber {
float: right;
height:60px;
width: 60px;
padding: 0 20px;
border-left: 1px solid #ccc;
}
#Details .header .uber .image {
height:60px;
width: 60px;
background: url(img/uber.png) center no-repeat;
background-size: 60px 59px;
}
#Details .address {
padding: 20px;
}
#Details .charts {
padding: 20px;
margin-bottom: 20px;
}
#Details .charts canvas {
margin: 0 20px;
}
#Details .friend-title {
font-size: 18px;
padding: 0 0 0 80px;
background: url(img/friends.png) left no-repeat;
background-size: 85px 40px;
}
#Details .friends {
padding: 20px;
}
#Details .friends .friend {
margin: 10px;
padding: 10px;
border: 1px solid #ccc;
border-radius: 3px;
}
.small {
font-weight: 300;
font-size: 14px;
}
.center {
text-align: center;
}
.clear {
clear: both;
}
.pull-left {
float: left;
}
p {
margin: 0;
}
.google {
background: url(img/g-plus.png) right no-repeat;
background-size: 25px 25px;
}
.facebook {
background: url(img/facebook.gif) right no-repeat;
background-size: 25px 25px;
}