CLIENT GUI Framework
[vnfsdk/refrepo.git] / portal-common / src / main / webapp / common / thirdparty / bootstrap-modal / css / bootstrap-modal-bs3patch.css
1 /*!\r
2  * Bootstrap Modal\r
3  *\r
4  * Copyright Jordan Schroter\r
5  * Licensed under the Apache License v2.0\r
6  * http://www.apache.org/licenses/LICENSE-2.0\r
7  *\r
8  * Boostrap 3 patch for for bootstrap-modal. Include BEFORE bootstrap-modal.css!\r
9  */\r
10 \r
11 body.modal-open, \r
12 .modal-open .navbar-fixed-top, \r
13 .modal-open .navbar-fixed-bottom {\r
14   margin-right: 0;\r
15 }\r
16 \r
17 .modal {\r
18   left: 50%;\r
19   bottom: auto;\r
20   right: auto;\r
21   z-index: 1050;\r
22   padding: 0;\r
23   width: 600px;\r
24   margin-left: -300px;\r
25   background-color: #ffffff;\r
26   border: 1px solid #999999;\r
27   border: 1px solid rgba(0, 0, 0, 0.2);\r
28   border-radius: 6px;\r
29   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);\r
30   box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);\r
31   background-clip: padding-box;\r
32 }\r
33 \r
34 .modal.container {\r
35   max-width: none;\r
36 }\r
37 \r
38 .modal-backdrop {\r
39   position: fixed;\r
40   top: 0;\r
41   right: 0;\r
42   bottom: 0;\r
43   left: 0;\r
44   z-index: 1040;\r
45 }\r
46 \r
47 .modal.bootbox {\r
48     border: none;\r
49     background: none;\r
50     box-shadow: none;\r
51 }