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

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-30 08:51:07 UTC
  • mfrom: (85.1.24 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130530085107-jxb6v4mgj35om70n
merged Ohlson:s changes:

updated branch
modified the sidemenu to not display full name if overflowing

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
}
34
34
 
35
35
.sidemenuContent {
36
 
        min-height:175px;
 
36
        min-height: 175px;
37
37
        padding: 5px 20px;
38
38
        border: 1px solid #cdcdcd;
39
39
        background-color: #f5f5f5;
52
52
.sidemenuContentInfo {
53
53
        margin-left: 12px;
54
54
        line-height: 1.4em;
 
55
}
 
56
 
 
57
.dotsIfOwerflow{
 
58
        overflow: hidden;
 
59
        white-space: nowrap; 
 
60
        text-overflow: ellipsis;
55
61
}
 
 
b'\\ No newline at end of file'