-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoredashblocks.css
82 lines (64 loc) · 1.49 KB
/
coredashblocks.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/*
* Name: CoreDashModules Stylesheet
* Author: Habari Community
* License: Apache License 2.0
*/
/*-- DASHBOARD - LATEST COMMENTS MODULE */
.dashboard .block-type-latest_comments .item {
padding: 5px 0px 0px 0px;
}
.dashboard .block-type-latest_comments .item > span {
float: left;
}
.dashboard .block-type-latest_comments .titleanddate {
line-height: 16px;
max-width: 90%;
}
.dashboard .block-type-latest_comments .title {
overflow: hidden;
max-width: 100%;
}
.dashboard .block-type-latest_comments .date {
color: #999;
}
.dashboard .block-type-latest_comments ul {
margin: 0px;
line-height: 13px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
clear: left;
width: 100%;
}
.dashboard .block-type-latest_comments ul.commentauthors {
width: auto;
}
.dashboard .block-type-latest_comments ul.commentauthors li {
display: inline;
padding: 0px;
width: auto;
}
.dashboard .block-type-latest_comments .commentauthors a:hover {
opacity: 1;
}
.dashboard .block-type-latest_comments .item span.comments {
float: right;
}
.dashboard .block-type-latest_comments .comments {
line-height: 34px;
font-size: 24px;
}
/*-- DASHBOARD - POST TYPES AND STATUSES MODULE */
.dashboard .block-type-post_types_statuses .modulecore li .user {
width: 15%;
text-align: center;
float: left;
}
.dashboard .block-type-post_types_statuses .modulecore li .site {
width: 15%;
text-align: center;
float: right;
}
.dashboard .block-type-post_types_statuses .modulecore li .title {
width: 70%;
}