Plugin Directory

source: featured-video-plus/trunk/styles/backend.less @ 1457131

Last change on this file since 1457131 was 1457131, checked in by a.hoereth, 8 years ago

Publishing version 2.2.3

File size: 941 bytes
Line 
1@import '_variables.less';
2
3#featured-video-plus-box {
4        .fvp-current-video {
5                background: transparent fixed no-repeat center center;
6        }
7
8        .fvp-current-video,
9        .fvp-current-video iframe,
10        .fvp-current-video video {
11                width: 256px;
12                height: auto;
13                margin-bottom: 5px;
14        }
15
16        .fvp-hidden {
17                display: none;
18        }
19
20        .fvp-notice {
21                .border-radius(3px);
22                margin: .5em 0;
23                padding: .4em .6em .2em;
24                border: 1px solid #808080;
25                background-color: #fff;
26        }
27
28        .fvp-warning {
29                .fvp-notice();
30                border: 1px solid #E6DB55;
31                background-color: #FFFFE0; // lightYellow
32        }
33
34        textarea {
35                resize: none;
36                width: 100%;
37                height: 1.1em;
38                line-height: 1.1em;
39                font-size: 1em;
40                min-height: 23px;
41        }
42
43        .fvp-input-wrapper {
44                position: relative;
45        }
46
47        .fvp-video {
48                padding-right: 21px;
49        }
50
51        .fvp-media-icon {
52                background: transparent no-repeat top left;
53                display: block;
54                width: 15px;
55                height: 15px;
56                position: absolute;
57                top: 4px;
58                right: 4px;
59        }
60}
Note: See TracBrowser for help on using the repository browser.