xref: /plugin/dokucrypt3/style.css (revision 97c734d516051c5b55fc0c340717b771d97a295d)
1.dokucrypt2pw_prompt {
2  position:fixed;
3  left: 50%;
4  top:50%;
5  margin-left:-100px;
6  padding:15px;
7  width:200px;
8  border:1px solid black;
9  background-color:white;
10  z-index: 999;
11}
12.dokucrypt2pw_prompt label {
13  display:block;
14  margin-bottom:5px;
15}
16.dokucrypt2pw_prompt input {
17  margin-bottom:10px;
18}