#5397 swagger-ui web application working, layout fixed
[cdmlib.git] / cdmlib-remote-webapp / src / main / webapp / doc / css / cdm.css
1
2 body.swagger-section #header , body.swagger-section #description{
3 padding:0 50px;
4 background-color:#F4F7E7;
5 }
6
7 body.swagger-section #content {
8 padding:0 50px;
9 }
10
11 #swagger-ui-container {
12 clear: both;
13 }
14
15 #header #banner, #header #menu{
16 margin-left:auto;
17 margin-right:auto;
18 max-width: 960px;
19 font-size: 200%;
20 font-family: "Droid Sans",Verdana,Arial,Helvetica,sans-serif;
21 }
22
23 #header #banner{
24 height: 93px; /* matches logo image */
25 }
26
27 #title {
28 margin-top: -93px;
29 margin-left: 100px;
30 }
31
32
33 #description {
34 padding-top:10px;
35 padding-bottom:10px;
36 background-color:#F4F7E7;
37 }
38
39 #menu {
40 padding-top:10px;
41 padding-bottom:10px;
42 background-color:#F4F7E7;
43 }
44
45 #menu ul {
46 margin-left: -10px;
47 }
48
49 #menu li {
50 float: left;
51 margin: 0px 10px;
52 list-style: outside none none;
53 }
54
55 #menu li.active a {
56 color: #000;
57 }
58
59 #menu li a {
60 color: #999;
61 display: block;
62 font-size: 16px;
63 padding: 10px 0px 15px;
64 text-align: center;
65 text-decoration: none;
66 }
67
68 #footer {
69 position: relative;
70 bottom: 0px;
71 max-width: 960px;
72 margin-top: 4em;
73 margin-left:auto;
74 margin-right:auto;
75 }