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

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-28 09:19:09 UTC
  • mfrom: (85.1.16 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130528091909-d9dhig2jli5ojabt
Merged Ohlson:s changes:

managed the manage courses view to better fit in controller view

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#manageCourses {
2
2
        font-size: 130%;
3
3
        position: absolute;
4
 
        width: 864px;
 
4
        width: 849px;
5
5
        top: 54px;
6
6
}
7
7
 
53
53
#manageCourses #bodyContainer{
54
54
        margin-top:20px;
55
55
        z-index:0;
 
56
        width:687px;
56
57
}
57
58
 
58
59
#manageCourses #addCourseButton{
63
64
        color: #939393;
64
65
        border: 1px solid #959595;
65
66
        border-radius: 6px;
 
67
        text-decoration:none;
66
68
}
67
69
 
68
70
#manageCourses #addCourseButton:hover{