PluginProbe
BeyondWords – AI audio for publishers / 4.0.0
BeyondWords – AI audio for publishers v4.0.0
7.1.0 trunk 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.1.0 4.1.1 4.1.2 4.2.0 4.2.1 4.2.2 4.2.3 4.2.4 4.3.0 4.4.0 4.5.0 4.5.1 4.6.0 4.6.1 4.6.2 4.7.0 All 43 releases
speechkit / src / Component / Post / Metabox / Metabox.css

Metabox.css in BeyondWords – AI audio for publishers 4.0.0, at src/Component/Post/Metabox/Metabox.css

31 lines 465 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 .sk-metabox-button {
3 width: 100%;
4 text-align: center;
5 }
6
7 table tr th#speechkit_status{
8 width: 110px;
9 }
10
11 .beyondwords-hidden {
12 display: none;
13 }
14
15 .beyondwords-error {
16 background: #fff;
17 border: 1px solid #c3c4c7;
18 border-left-width: 4px;
19 box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
20 margin: 5px 0 15px;
21 padding: 1px 12px;
22 border-left-color: #d63638;
23 }
24
25 .beyondwords-error p {
26 font-size: 13px;
27 line-height: 1.5;
28 margin: 0.5em 0;
29 padding: 2px;
30 }
31