-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (47 loc) · 932 Bytes
/
Copy pathstyle.css
File metadata and controls
54 lines (47 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/*
* Copyright 2013-2017 ForgeRock AS. All Rights Reserved
*
* Use of this code requires a commercial software license with ForgeRock AS.
* or with one of its affiliates. All use shall be exclusively subject
* to such license between the licensee and ForgeRock AS.
*/
body {
border: 0;
color: #333;
font-family: Verdana, Helvetica, Arial, sans-serif;
margin-left: auto;
margin-right: auto;
max-width: 640px;
outline: 0;
padding: 0px 0px 0px 0px;
}
a {
text-decoration: none;
}
form {
display: block;
margin: auto;
width: 90%;
height: auto;
}
input {
display: block;
width: 100%;
}
button {
float: right;
margin-bottom: 10px;
}
pre {
background-color: #eee;
color: #000;
border: 1px dashed #ccc;
padding: 5px;
word-wrap: break-word;
}
hr {
border: 0;
border-bottom: 1px dashed #eee;
background: #ccc;
clear: both;
}