PluginProbe
UpdraftPlus: WP Backup & Migration Plugin / 1.16.5
UpdraftPlus: WP Backup & Migration Plugin v1.16.5
1.26.7 1.26.6 1.26.5 1.26.4 1.26.3 1.9.19 1.9.25 1.9.26 1.9.30 1.9.31 1.9.32 1.9.4 1.9.40 1.9.41 1.9.42 1.9.43 1.9.44 1.9.45 1.9.46 1.9.5 1.9.50 1.9.51 1.9.60 1.9.62 1.9.63 All 371 releases
updraftplus / css / updraftplus-notices.css

updraftplus-notices.css in UpdraftPlus: WP Backup & Migration Plugin 1.16.5, at css/updraftplus-notices.css

65 lines 927 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* CSS for adverts */
2
3 .updraft_notice_container {
4 height: auto;
5 overflow: hidden;
6 }
7
8 .updraft_advert_content_left {
9 float: none;
10 width: 65px;
11 }
12
13 .updraft_advert_content_right {
14 float: none;
15 width: auto;
16 overflow: hidden;
17 }
18
19 .updraft_advert_bottom {
20 margin: 10px 0;
21 padding: 10px;
22 font-size: 140%;
23 background-color: white;
24 border-color: #E6DB55;
25 border: 1px solid;
26 border-radius: 4px;
27 }
28
29 .updraft-advert-dismiss {
30 float: right;
31 font-size: 13px;
32 font-weight: normal;
33 }
34
35 h3.updraft_advert_heading {
36 margin-top: 5px !important;
37 margin-bottom: 5px !important;
38 }
39
40 h4.updraft_advert_heading {
41 margin-top: 2px !important;
42 margin-bottom: 3px !important;
43 }
44
45 .updraft_center_content {
46 text-align: center;
47 margin-bottom: 5px;
48 }
49
50 .updraft_notice_link {
51 padding-left: 5px;
52 }
53
54 .updraft_text_center {
55 text-align: center;
56 }
57
58 @media screen and (min-width: 560px) {
59
60 .updraft_advert_content_left {
61 float: left;
62 }
63
64 }
65