PluginProbe
WebTotem Security / 3.0.1
WebTotem Security v3.0.1
3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 2.2.4 All 109 releases
wt-security / includes / css / login.css

login.css in WebTotem Security 3.0.1, at includes/css/login.css

34 lines 711 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #wtotem-prompt-overlay {
2 position: absolute;
3 top: 0px;
4 right: 0px;
5 bottom: 0px;
6 left: 0px;
7 background-color: #fff;
8 padding: 26px 24px 46px;
9 display: -webkit-flex;
10 display: flex;
11 -webkit-align-items: center;
12 align-items: center;
13 -webkit-justify-content: stretch;
14 justify-content: stretch
15 }
16 #wtotem-prompt-wrapper {
17 -webkit-flex-grow: 1;
18 flex-grow: 1;
19 width: 100%
20 }
21 .login form .wtotem-textarea {
22 font-size: 1rem;
23 width: 100%;
24 padding: 3px;
25 margin: 2px 6px 16px 0;
26 background: #fbfbfb;
27 height: 150px
28 }
29 .wtotem-2fa-code-help {
30 text-decoration: none
31 }
32 .wtotem-registration-captcha-contact {
33 text-decoration: underline
34 }