-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccount.css
96 lines (81 loc) · 1.16 KB
/
account.css
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
div#acct-details{
margin: 0 auto;
max-width: 450px;
}
#data_target{
margin: 15px 0;
}
td:nth-child(even){
color: gray;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
cursor: pointer;
}
a{
color: gray;
text-decoration: none;
}
td.alt{
margin: 15px 0;
font-size: 12pt;
white-space: nowrap;
text-align: center;
}
div.popup[data-dlg="CreateTeam"]{
min-height: 150px;
}
div#danger_zone{
margin: 20px;
padding: 10px;
border: 3px dashed gray;
background-color: rgb( 238, 144, 144 );
}
h2{
margin: 2px;
margin-bottom: 10px;
text-align: left;
}
button.ui{
display: block;
margin: 0 auto;
border-radius: 7px;
padding: 10px;
border: 1px dotted gray;
width: 150px;
cursor: pointer;
}
button.yes{
position: absolute;
bottom: 15px;
left: 30%;
}
button.no{
position: absolute;
bottom: 15px;
right: 30%;
}
div.message{
margin-top: 20px;
}
hr{
height: 0;
border: 1px dashed gray;
}
form{
margin: 0 !important;
}
table.account-details{
display: block;
max-width: 350px;
margin: 0 auto;
}
h2{
text-align: center;
margin-bottom: 20px;
}
h2.danger{
text-decoration: underline;
}