PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 3.3.3
Smart Grid-Layout Design for Contact Form 7 v3.3.3
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 / assets / cf7-admin-table / admin / css / cf7-admin-table.css

cf7-admin-table.css in Smart Grid-Layout Design for Contact Form 7 3.3.3, at assets/cf7-admin-table/admin/css/cf7-admin-table.css

62 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * All of the CSS for your admin-specific functionality should be
3 * included in this file.
4 */
5 .display-none {
6 display: none;
7 }
8 #wpbody-content .inline-edit-row-page fieldset.hide-element,
9 #wpbody-content .inline-edit-row-page fieldset.hide-element *{
10 height: 0;
11 width: 0;
12 overflow: hidden;
13 margin:0;
14 }
15 .cf7-2-post-key-error {
16 color: red;
17 display: none;
18 }
19 .cf7-help-tip{
20 position: relative;
21 }
22 .cf7-help-tip span {
23 display: none;
24 }
25 .cf7-help-tip:hover > span {
26 display: block;
27 position: absolute;
28 width: 210px;
29 bottom: -18px;
30 line-height: 1.2em;
31 font-size: 90%;
32 left: 90px;
33 background: #e7e7e7;
34 padding: 5px;
35 border: 1px solid grey;
36 border-radius: 3px;
37 }
38 .cf7-help-tip a {
39 font-size: 95%;
40 font-style: italic;
41 }
42 #shortcode {
43 line-height: 1.2em;
44 }
45 .row-title.cf7sg-update {
46 color: #d10000;
47 }
48 .display-none{display: none;}
49 span.cf7sg-popup {
50 background: rgba(227, 224, 224, 0.81);
51 font-size: 1.2em;
52 border-radius: 3px;
53 top: -2.2em;
54 max-height: 200px;
55 left: 0;
56 position: absolute;
57 transition: 500ms ease;
58 padding: .4em;
59 white-space: nowrap;
60 }
61 .row-title.cf7sg-update:hover+span.cf7sg-popup {display: block;}
62