/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/template_layout.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:
 
1
body{
 
2
        background-color: white;
 
3
}
 
4
#menucolumn{
 
5
        float: left;    
 
6
        width: 161px;
 
7
        background-color: #EEE;
 
8
        margin: 10px;
 
9
        margin-left: 6.6em;
 
10
        margin-top: 5em;
 
11
        border: 1px solid #D0D0D0;
 
12
        border-bottom: 0px;
 
13
        height: 250px;
 
14
        
 
15
}
 
16
#boxcolumn{
 
17
        width: 435px; // total width 395
 
18
        height: auto;
 
19
        margin: 40px;
 
20
        margin-top:70px;
 
21
        float: left;
 
22
}
 
23
.box{
 
24
        width: 75px;
 
25
        height: 75px;
 
26
        float: left;
 
27
        border: 2px solid black;
 
28
        border-radius: 6px 6px 6px 6px;
 
29
        -moz-border-radius: 6px 6px 6px 6px;
 
30
        -webkit-border-radius: 6px 6px 6px 6px;
 
31
        margin: 4px;
 
32
        overflow:hidden;
 
33
        background-repeat: no-repeat;
 
34
        background-size: 100%;
 
35
}
 
36
.box2{
 
37
        width: 75px;
 
38
        height: 75px;
 
39
        float: left;
 
40
        border: 2px solid gray;
 
41
        border-radius: 6px 6px 6px 6px;
 
42
        -moz-border-radius: 6px 6px 6px 6px;
 
43
        -webkit-border-radius: 6px 6px 6px 6px;
 
44
        margin: 4px;
 
45
        overflow:hidden;
 
46
        background-color: lightgray;
 
47
}
 
48
#mostUsed{
 
49
        overflow: auto;
 
50
        width:100%;
 
51
}
 
52
#lessUsed{
 
53
        overflow: auto;
 
54
        width:  100%;
 
55
        height: auto;
 
56
}
 
57
#buttonContainer{
 
58
        width:100%;
 
59
        height: 80px;
 
60
        border-top: 3px solid black;    
 
61
        border-radius: 8px 8px 8px 8px;
 
62
        text-align: center;
 
63
}
 
64
        #buttonContainer a{
 
65
                size: 20em;
 
66
                padding: 10px;
 
67
        }
 
68
        .showhide{
 
69
                color:#000;
 
70
                text-decoration: none;
 
71
        }
 
72
        .showhide:hover{
 
73
                color:#000;
 
74
                text-decoration: none;
 
75
        }
 
 
b'\\ No newline at end of file'