PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 4.14
Smart Grid-Layout Design for Contact Form 7 v4.14
4.18.0 4.17.0 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 4.0.0 4.0.1 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.10 4.11 4.12 4.13 4.14 All 119 releases
cf7-grid-layout / admin / css / cf7sg-plugin-update.css

cf7sg-plugin-update.css in Smart Grid-Layout Design for Contact Form 7 4.14, at admin/css/cf7sg-plugin-update.css

21 lines 530 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .cf7sg-msg { margin-left: 15px; font-size: 1.1em}
2 .cf7sg-msg > .spinner { visibility:visible;float:none}
3 /*warning message before upgrade*/
4 #cf7-grid-layout-update .update-link {
5 position: relative;
6 }
7 #cf7-grid-layout-update .update-link::after {
8 content: var(--rpwc2-update-msg);
9 display: none;
10 color: #a20a0a;
11 background: #ededed;
12 /* width: 150px; */
13 text-align: center;
14 padding: 5px 5px;
15 border: solid 1px #3b3939;
16 border-radius: 3px;
17 /* font-weight: bold; */
18 position: absolute;
19 margin-left: 3px;
20 bottom: -8px;
21 }