Skip to content

Commit 818433a

Browse files
save file
1 parent 206d2f8 commit 818433a

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

utils/x509/sign-verify/v2.0/sign-verify-v2.0.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@
142142
{height:100%}
143143
body
144144
{height:calc(100% - 42px);margin:20px;display:flex;flex-direction:column;font-family:arial;gap:20px}
145+
146+
x509-hdr
147+
{border-bottom:1px solid gray;padding-bottom:20px;margin-bottom:20px}
148+
145149
.hdr
146150
{font-family:arial;position:relative;margin-top:0;margin-bottom:20px;background:white;
147151
padding-bottom:10px;border-bottom:3px solid lightblue}
@@ -166,10 +170,12 @@
166170
{border:1px solid lightgray;padding:10px;font-family:monospace;margin:0}
167171

168172
#btns
169-
{display:flex}
173+
{display:flex;justify-content:center;border-bottom:1px solid lightgray;padding-bottom:20px;margin:0 60px 20px}
174+
#btns [type=button]
175+
{width:80px}
170176

171177
#result
172-
{border:1px solid green;padding:5px 10px}
178+
{border:1px solid green;padding:5px 10px;width:100px}
173179

174180
#keys-root
175181
{display:flex;height:200px;gap:20px}

0 commit comments

Comments
 (0)