PluginProbe
Database Addon For WPForms ( wpforms entries ) – WPFormsDB / trunk
Database Addon For WPForms ( wpforms entries ) – WPFormsDB vtrunk
trunk 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.8.1 1.0.9 1.1.0
← All changes | admin-style.css +13 -0 1.0.5trunk View file →
@@ -14,5 +14,18 @@
14 14 margin-left: 15px;
15 15 }
16 16 .cfdb7-panel-content h3{
17 17 margin-top: 0;
18 +}
19 +.wpformsdb .extension{
20 + width: 29.7%;
21 + border: 1px #888 solid;
22 + padding: 7px;
23 + margin: 5px;
24 + float: left;
25 + text-align: center;
26 + min-height: 330px;
27 + background-color: #fff;
28 +}
29 +.wpformsdb .extension a{
30 + box-shadow: none;
18 31 }