PluginProbe
Form Maker by 10Web – Mobile-Friendly Drag & Drop Contact Form Builder / 1.13.7
Form Maker by 10Web – Mobile-Friendly Drag & Drop Contact Form Builder v1.13.7
1.15.47 1.15.46 1.15.45 1.15.44 1.15.43 1.13.45 1.13.46 1.13.47 1.13.48 1.13.49 1.13.5 1.13.50 1.13.51 1.13.52 1.13.53 1.13.54 1.13.55 1.13.56 1.13.57 1.13.58 1.13.59 1.13.60 1.13.7 1.13.8 1.13.9 All 351 releases
form-maker / css / notices.css

notices.css in Form Maker by 10Web – Mobile-Friendly Drag & Drop Contact Form Builder 1.13.7, at css/notices.css

58 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .fm-admin-notice {
2 background: #fff;
3 border: 4px;
4 display: block;
5 min-height: 68px;
6 padding: 10px 40px 10px 125px;
7 position: relative;
8 }
9 .fm-admin-notice a {
10 color: #10738B;
11 }
12 .fm-notice-logo {
13 clear: both;
14 content: "";
15 display: block;
16 background: url("../images/form-maker-logo.png") no-repeat center;
17 width: 125px;
18 position: absolute;
19 top: 0;
20 bottom: 0;
21 left: 0;
22 }
23 .fm-admin-notice > .dashicons {
24 color: #424242;
25 position: absolute;
26 right: 20px;
27 top: 40%;
28 }
29 .fm-notice-title {
30 font-size: 24px;
31 margin: 0;
32 }
33 .fm-notice-body {
34 font-weight: normal;
35 margin: 5px 0;
36 }
37 .fm-notice-body:after {
38 clear: both;
39 content: "";
40 display: block;
41 }
42 .fm-notice-body li {
43 float: left;
44 margin-right: 20px;
45 }
46 .fm-notice-body .dashicons {
47 font-size: 17px;
48 }
49 .fm-blue {
50 color: #10738B;
51 }
52 .fm-notice-old-form .fm-notice-logo{
53 background: url(../images/logowd.png) no-repeat 50% 20% !important;
54 }
55 .fm-notice-old-form .fm-notice-body{
56 padding-right: 15px !important;
57 }
58