/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/body.css

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-30 11:59:17 UTC
  • mfrom: (85.1.27 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130530115917-nq06e5l455nfqok5
Merged Ohlssons changes:
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
@charset "utf-8";
 
2
/* CSS Document */
 
3
 
 
4
/* This sets all the margins and paddings to zero so you can controll this individually for each element instead. */
 
5
* {
 
6
        margin: 0;
 
7
        padding: 0;
 
8
}
 
9
 
 
10
/* This two rows sets 1em to 10px. */
 
11
html { font-size: 125%;}
 
12
body { font-size: 50%;}
 
13
 
 
14
 
 
15
body {  
 
16
        font-family:  Arial, Helvetica, sans-serif;
 
17
        height: 0px;
 
18
        min-width:1024px;
 
19
}
 
20
 
 
21
@font-face{
 
22
        font-family: icomoon;
 
23
        src: url(../img/icomoon.ttf);
 
24
}
 
25
 
 
26
.cmsContent {
 
27
        position: relative;
 
28
        top: 54px;
 
29
        left: 50%;
 
30
        width: 0;
 
31
        height: 0;
 
32
        margin-left: -340px; 
 
33
}
 
34
 
 
35