summaryrefslogtreecommitdiffstats
path: root/css/owncloud6.css
blob: d59dab6a84caf44eb1e681cb3e09272d0b84143e (plain)
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
/* Feeds */
#app-navigation .add-new input,
#app-navigation .add-new select {
	width: 170px;
}

#app-navigation .ui-draggable-dragging {
	width: 299px;
}

#app-navigation .progress-icon, 
#app-navigation .problem-icon {
	width: 299px;
	line-height: 44px;
}

#app-navigation .mark-read-icon {
	padding-right: 40px;
}

#app-navigation li:hover > a {
	padding-right: 80px;
}

.show-all {
	line-height: 44px;
}

#app-navigation .unread > a,
#app-navigation .active > a {
	padding-right: 60px;
}

#app-navigation .active.unread > a {
	padding-right: 80px;
}

#app-navigation .active.unread:hover > a {
	padding-right: 100px;
}

#app-navigation li:hover > a {
	padding-right: 80px;
}

/* more whitespace for articles to fit design */
#app-content .feed_item {
	padding: 40px 5px 10px 5px;
}

#app-content .item_title {
	margin-bottom: 10px;
}
#app-content .item_author {
	margin-bottom: 5px;
}

#app-content .body {
	padding-top: 15px;
}

#app-content .feed_item .body > img:first-child {
	padding-right: 20px;
}

#app-content .feed_item .utils {
	margin-left: 10px;
}