/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: a11andoh
  • Date: 2013-05-30 11:46:18 UTC
  • mto: This revision was merged to the branch mainline in revision 128.
  • Revision ID: a11andoh@student.his.se-20130530114618-9a2bql9n7go8840v
added function to get ssn and name for the registrationspages in the user model. 
added the registrationpage for students.
edited the registration page for instructors 
edited the css for both the registrationpages

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;
 
1
#bigwrapper {
 
2
        position:absolute;
 
3
        top:54px;
 
4
        width:1024px;
 
5
        margin: 0 auto;
 
6
        left:50%;
 
7
        margin-left:-351px;
11
8
}
12
9
 
13
10
#regWrapper {
14
 
        width: 677px;
 
11
        width: 697px;
15
12
        border: 1px solid #cccccc;
16
13
        background: #f5f5f5;
17
14
        text-align: center;
31
28
        border-radius: 5px;
32
29
}
33
30
 
34
 
 
 
31
.confirmbuttonlooks {
 
32
        padding:4px;
 
33
        border:black solid 1px;
 
34
}
 
35
.confirmbuttonlooks:hover {
 
36
        background-image: linear-gradient(to bottom,#fff,#ccc);
 
37
        -webkit-box-shadow: 0px 0px 1px 1px #999;
 
38
        box-shadow: 0px 0px 1px 1px #999;
 
39
}
35
40
#regForm td{
36
41
        padding: 5px;   
37
42
}
38
43
 
39
44
#buttonposition {
40
 
        
41
 
        padding-left: 152px;
 
45
        padding-left: 0px;
42
46
}
43
47
 
44
48
#regformcontenttext {