Profile edit and password change views. Better login/logout templates. Some polish...
[cas.git] / src / cas / media / static / css / main.css
1 body {
2         background-color: #eee;
3 }
4
5 #content_wrap {
6         background-color: #555;
7         margin: 0px 5%;
8         padding: 5px;
9 }
10
11 #content {
12         background-color: white;
13         border-radius: 10px;
14         margin: 5px;
15         padding: 0.2em 1em;
16         overflow: hidden;
17 }
18
19 #details {
20         margin: 1em;
21         float: left;
22         max-width: 75%;
23
24 }
25
26 #details form table th {
27         text-align: left;
28 }
29
30 #details form {
31         margin-bottom: 2em;
32 }
33
34 .user_avatar {
35         float: left;
36         margin: 1em;
37         max-width: 20%;
38         text-align: center;
39 }
40
41 .user_avatar img {
42         border: 1px solid black;
43 }
44
45 #services-list {
46         width: 250px;
47         float: right;
48         margin: 1em 2em;
49 }
50
51 #services-list img {
52         width: 250px;
53         margin: 1em 0em;
54 }
55
56 img.small_logo {
57         width: 250px;
58 }