/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/css/registration.css

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-30 09:18:34 UTC
  • mfrom: (90.2.3 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130530091834-alflb94djs1bkxvx
Merged Gustavsson:s changes:

 added the first time time registration for the instructor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* DEnna måste kastas sedan*/ 
 
2
 
 
3
 
 
4
html {
 
5
        font-size:125%;
 
6
}
 
7
 
 
8
body {
 
9
        font-size: 50%;
 
10
        font-family: Arial;
 
11
}
 
12
 
 
13
#regWrapper {
 
14
        width: 677px;
 
15
        border: 1px solid #cccccc;
 
16
        background: #f5f5f5;
 
17
        text-align: center;
 
18
        font-size: 1.6em;
 
19
        line-height: 130%;
 
20
}
 
21
 
 
22
#regForm {
 
23
margin: 10px auto;
 
24
display: table;
 
25
border-spacing:0 10px;
 
26
}
 
27
 
 
28
input {
 
29
        -webkit-border-radius: 5px;
 
30
        -moz-border-radius: 5px;
 
31
        border-radius: 5px;
 
32
}
 
33
 
 
34
 
 
35
#regForm td{
 
36
        padding: 5px;   
 
37
}
 
38
 
 
39
#buttonposition {
 
40
        
 
41
        padding-left: 152px;
 
42
}
 
43
 
 
44
#regformcontenttext {
 
45
padding-top:5px;
 
46
}
 
47
 
 
48
#grayText {
 
49
        color: red;
 
50
}
 
51
 
 
52
#regHeader {
 
53
        font-weight: bold;
 
54
        font-size: 1.1em;
 
55
        padding: 20px 0 10px 0;
 
56
}
 
 
b'\\ No newline at end of file'