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

  • Committer: b11johgu
  • Date: 2013-05-03 11:39:08 UTC
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: b11johgu@student.his.se-20130503113908-m8nilvexb8atwtvz
Added controllers for examplepage, templatelayout.
Updated models for login and database interaction.
Added ajax controller.
... A lot of stuff has changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        border: 1px solid #E3E3E3;
45
45
}
46
46
 
 
47
 
47
48
thead {
48
49
        background-color: #0A68AD;
49
50
        color: white;
70
71
        padding-bottom: 5px;
71
72
}
72
73
 
 
74
#menu ul li ul li {
 
75
        padding-left: 10px;
 
76
}
 
77
 
73
78
#menu ul .active {
74
79
        border-right: 5px solid #333333;
75
80
}
178
183
 
179
184
.file {
180
185
        background-color: #ccc;
181
 
}
 
 
b'\\ No newline at end of file'
 
186
}
 
187