equal
deleted
inserted
replaced
9 z-index: 50; |
9 z-index: 50; |
10 } |
10 } |
11 |
11 |
12 .dialog { |
12 .dialog { |
13 background: #fff none repeat scroll 0 0; |
13 background: #fff none repeat scroll 0 0; |
14 border: 4px solid #ccc; |
14 border: 2px solid #ccc; |
15 border-radius: 10px; |
15 border-radius: 5px; |
16 box-shadow: 0 0 10px #222; |
16 box-shadow: 0 0 10px #222; |
17 height: 300px; |
17 min-height: 300px; |
|
18 min-width: 500px; |
|
19 height: auto; |
|
20 width: auto; |
|
21 top: 50%; |
18 left: 50%; |
22 left: 50%; |
19 margin-left: -250px; |
23 transform: translate(-50%, -50%); |
20 margin-top: -150px; |
|
21 padding: 10px; |
|
22 position: fixed; |
24 position: fixed; |
23 top: 50%; |
|
24 width: 500px; |
|
25 z-index: 50; |
25 z-index: 50; |
26 } |
26 } |
27 |
27 |
28 .dialog h1{ |
28 .dialog-header, |
29 margin-top: 0; |
29 .dialog-body, |
|
30 .dialog-footer{ |
|
31 padding: 5px 10px 0; |
30 } |
32 } |
|
33 |
|
34 .dialog-header h2{ |
|
35 margin: 0; |
|
36 } |
|
37 |
|
38 .dialog-body b{ |
|
39 display: inline-block; |
|
40 min-width: 140px; |
|
41 } |