xref: /plugin/dokucrypt3/style.css (revision 797968255e9ba6155195c27ffca9f6fce5f65776)
1.dokucrypt3pw_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.dokucrypt3pw_prompt label {
13  display:block;
14  margin-bottom:5px;
15}
16.dokucrypt3pw_prompt input {
17  margin-bottom:10px;
18}