-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
42 lines (35 loc) · 764 Bytes
/
styles.css
File metadata and controls
42 lines (35 loc) · 764 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
.block_recent_activity .activitydate,
.block_recent_activity .activityhead {
text-align: center;
}
.block_recent_activity .unlist li {
margin-bottom: 1em;
}
.block_recent_activity li .head .date {
float: right;
}
.dir-rtl .block_recent_activity .content h3 {
text-align: right;
}
.disk_quota_activeusers_usage,
.disk_quota_usage {
padding: 1rem;
margin-bottom: 1rem;
border: 1px solid #d0e9c6;
border-radius: .25rem;
background-color: #dff0d8;
color: #3c763d;
}
.disk-quota--warning {
background-color: #fcf8e3;
border-color: #faf2cc;
color: #8a6d3b;
}
.disk-quota--danger {
background-color: #f2dede;
border-color: #ebcccc;
color: #a94442;
}
.disk_backup_usage table.full {
width: 100%;
}