source: main/waeup.cas/trunk/waeup/cas/templates/style.css @ 10612

Last change on this file since 10612 was 10612, checked in by uli, 11 years ago

Use bootstrap 3.0 in all templates.

File size: 833 bytes
Line 
1body {
2  padding-top: 40px;
3  padding-bottom: 40px;
4  background-color: #eee;
5}
6
7.form-signin {
8  max-width: 350px;
9  padding: 15px;
10  margin: 0 auto;
11}
12.form-signin .form-signin-heading,
13.form-signin .checkbox {
14  margin-bottom: 10px;
15}
16.form-signin .checkbox {
17  font-weight: normal;
18}
19.form-signin .form-control {
20  position: relative;
21  font-size: 16px;
22  height: auto;
23  padding: 10px;
24  -webkit-box-sizing: border-box;
25     -moz-box-sizing: border-box;
26          box-sizing: border-box;
27}
28.form-signin .form-control:focus {
29  z-index: 2;
30}
31.form-signin input[type="text"] {
32  margin-bottom: -1px;
33  border-bottom-left-radius: 0;
34  border-bottom-right-radius: 0;
35}
36.form-signin input[type="password"] {
37  margin-bottom: 10px;
38  border-top-left-radius: 0;
39  border-top-right-radius: 0;
40}
41.jumbotron {
42  background-color: #fff;
43}
Note: See TracBrowser for help on using the repository browser.