admin-addons.css
867 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
/* ---------------------------------
/ Generic styles & classes
----------------------------------*/
.nf-box {
background: #fff;
border: 1px solid #ccc;
border-radius: 4px;
padding: 10px;
}
.nf-extend {
float: left;
margin: 0 20px 20px 0;
width: 300px;
position: relative;
}
.nf-extend img {
margin-bottom: 10px;
max-width: 100%;
height: auto;
}
.nf-extend h2 {
white-space: nowrap;
overflow: hidden;
}
.nf-extend-content p {
min-height: 60px;
}
.nf-extend .nf-button {
float: right;
}
.nf-extend .nf-doc-button {
float: left;
}
.mp6 .nf-extend {
background: #fff;
border: 1px solid #ccc;
border-radius: 4px;
float: left;
margin: 0 20px 20px 0;
padding: 10px;
position: relative;
width: 300px;
height: 350px;
}
.branch-3-8 .nf-extend {
background: #fff;
}