summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_debug.h
AgeCommit message (Expand)Author
2010-10-07[CIFS] Various small checkpatch cleanupsSteve French
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches
2008-02-12[CIFS] clean up some hard to read ifdefsSteve French
2008-02-07[CIFS] reduce checkpatch warningsSteve French
2006-05-31[CIFS] Support for setting up SMB sessions to legacy lanman serversSteve French
2005-10-11[CIFS] CIFS Stats improvementsSteve French
2005-04-16Linux-2.6.12-rc2Linus Torvalds
ck-5.91.0'>dependabot/npm_and_yarn/webpack-5.91.0 Mirror of https://github.com/nextcloud/newsmatthias
summaryrefslogtreecommitdiffstats
path: root/css/explore.css
blob: 6cb1c282e030a7fd04a2b0111c977c01906cb88b (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
/**
 * ownCloud - News
 *
 * This file is licensed under the Affero General Public License version 3 or
 * later. See the COPYING file.
 *
 * @author Bernhard Posselt <dev@bernhard-posselt.com>
 * @copyright Bernhard Posselt 2014
 */


/**
 * Explore styles
 */
.explore #app-content-wrapper {
    height: 100%;
}

#explore {
    height: 100%;
    width: 100%;
}

#explore h1 {
    font-size: 16pt;
    padding: 30px 0;
    text-align: center;
}

#explore .explore-section {
    padding: 20px 45px;
}

#explore .explore-section h2 {
    color: #333;
    font-size: 14pt;
    padding-bottom: 10px;
}

#explore .explore-section li {
    padding: 30px;
    margin: 0 20px 20px 0;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    background-color: #f5f5f5;
}

#explore .explore-section h3 {
    line-height: 45px;
    height: 45px;
    font-size: 13pt;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 24px 24px;
    padding: 0 0 15px 35px;
}

#explore .explore-section img {
    width: 100%;
    margin-top: 25px;
}

#explore .explore-subscribe {
    padding-top: 15px;
    text-align: right;
}