Working through course detail page
[oweals/karmaworld.git] / karmaworld / assets / css / global.css
1 .nav-list ul {
2   list-style-type: none;
3   margin: 0;
4 }
5
6 .nav-list li {
7   display: inline;
8   padding: 0 5px 0 5px;
9 }
10
11 #header-nav {
12   text-align: right;
13   font-size: 1.3em;
14 }
15
16 #header-login-nav {
17   text-align: right;
18 }
19
20 #logo-container {
21   padding: 5px 5px 5px 5px;
22 }
23
24 #main-header {
25   border: 1px solid grey;
26   border-radius: 0.2em;
27 }
28
29 #global-header {
30   margin-top: 20px;
31 }
32
33 .gradient-bar
34 {
35   background-color: #ffffff;
36   background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8)); /* Safari 4+, Chrome */
37   background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8); /* Chrome 10+, Safari 5.1+, iOS 5+ */
38   background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8); /* Firefox 3.6-15 */
39   background-image: -o-linear-gradient(top, #ffffff, #e8e8e8); /* Opera 11.10-12.00 */
40   background-image: linear-gradient(to bottom, #ffffff, #e8e8e8); /* Firefox 16+, IE10, Opera 12.50+ */
41   border-bottom: solid 1px #bdbcbd;
42 }
43
44 #global_footer {
45   line-height: 1.5em;
46   margin: 20px 0 20px 0;
47 }
48
49 label.inline-label
50 {
51   display: inline;
52 }