/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: a11andoh
  • Date: 2013-05-28 08:58:56 UTC
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: a11andoh@student.his.se-20130528085856-t8i3w0nptp4m4g3k
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{