forked from zendesk/demo_apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
70 lines (58 loc) · 893 Bytes
/
app.css
File metadata and controls
70 lines (58 loc) · 893 Bytes
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
h4 {
font-size: 16px;
margin-top: 20px;
}
h4, h5 {
border-bottom: 1px dotted #ccc;
}
h5 {
font-weight: bold;
line-height: 27px;
text-indent: 5px;
}
.ccinstance {
border: 1px solid #ddd;
border-radius: 3px;
color: #333;
float: left;
line-height: 13px;
margin: 3px 3px 3px 0;
padding: 3px 6px 4px 6px;
}
.cccontainer {
display: inline;
margin-left: 0;
position: default;
}
.ccrole {
line-height: 28px;
vertical-align: middle;
}
.left_col {
float: left;
}
.left_col, .right_col {
margin-top: 8px;
}
.nav {
height: 30px;
}
.right_col {
float: right;
margin-top: 8px;
}
.subdomain {
text-decoration: underline;
}
.userroleget {
border: 1px solid #ddd;
border-radius: 3px;
margin-left: 0;
padding: 0 6px;
}
.view_container {
background-color: #F7F7F7;
border: 2px solid #ddd;
border-radius: 4px;
padding: 0 5px 17px 5px;
}