# cf7-grid-layout/3.3.8/assets/cf7-admin-table/admin/css/cf7-admin-table.css

Smart Grid-Layout Design for Contact Form 7, version 3.3.8. 62 lines.

- Page: https://pluginprobe.com/plugins/cf7-grid-layout/3.3.8/code/assets/cf7-admin-table/admin/css/cf7-admin-table.css
- Raw: https://pluginprobe.com/plugins/cf7-grid-layout/3.3.8/raw/assets/cf7-admin-table/admin/css/cf7-admin-table.css
- Modified: 2020-08-28T08:15:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/cf7-grid-layout/3.3.8/code/assets/cf7-admin-table/admin/css/cf7-admin-table.css#L10-L20`.

```css
/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 .display-none {
    display: none;
}
#wpbody-content .inline-edit-row-page fieldset.hide-element,
#wpbody-content .inline-edit-row-page fieldset.hide-element *{
    height: 0;
    width: 0;
    overflow: hidden;
    margin:0;
}
.cf7-2-post-key-error {
    color: red;
    display: none;
}
.cf7-help-tip{
  position: relative;
}
.cf7-help-tip span {
    display: none;
}
.cf7-help-tip:hover > span {
  display: block;
  position: absolute;
  width: 210px;
  bottom: -18px;
  line-height: 1.2em;
  font-size: 90%;
  left: 90px;
  background: #e7e7e7;
  padding: 5px;
  border: 1px solid grey;
  border-radius: 3px;
}
.cf7-help-tip a {
    font-size: 95%;
    font-style: italic;
}
#shortcode {
    line-height: 1.2em;
}
.row-title.cf7sg-update {
    color: #d10000;
}
.display-none{display: none;}
span.cf7sg-popup {
  background: rgba(227, 224, 224, 0.81);
  font-size: 1.2em;
  border-radius: 3px;
  top: -2.2em;
  max-height: 200px;
  left: 0;
  position: absolute;
  transition: 500ms ease;
  padding: .4em;
  white-space: nowrap;
}
.row-title.cf7sg-update:hover+span.cf7sg-popup {display: block;}

```
