PluginProbe
GetResponse Forms by Optin Cat / trunk
GetResponse Forms by Optin Cat vtrunk
1.3.4 1.3.5 1.3.6 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 2.0.0 All 36 releases
getresponse / assets / admin / onboard.css

onboard.css in GetResponse Forms by Optin Cat trunk, at assets/admin/onboard.css

30 lines 418 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 div.error.fca_eoi_onboard_div {
2 background-color: transparent;
3 border-left-color: transparent;
4 border: none;
5 box-shadow: none;
6 }
7
8 #fca_eoi_onboard_arrow {
9 position: relative;
10 top: -40px;
11 left: -130px;
12 }
13
14 @media screen and (max-width: 782px) {
15
16 #fca_eoi_onboard_arrow {
17 top: -60px;
18 left: -110px;
19 }
20
21 }
22
23 @media screen and (max-width: 436px) {
24
25 #fca_eoi_onboard_arrow {
26 top: -84px;
27 left: 225px;
28 }
29
30 }