/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: Erik Wikström
  • Date: 2013-03-28 07:43:18 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: wikxen@gmail.com-20130328074318-9v6krijkyap59nct
Removed trunk folder and moved its contents to the root

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body{
2
 
        background-color: white;
3
 
}
4
 
 
5
 
#boxcolumn{
6
 
        position:relative;
7
 
        width: 435px; 
8
 
        height: auto;
9
 
        margin-left:10px;
10
 
        margin-top:70px;
11
 
        float: left;
12
 
}
13
 
.box{
14
 
        width: 75px;
15
 
        height: 75px;
16
 
        float: left;
17
 
        margin: 4px;
18
 
        overflow:hidden;
19
 
        background-repeat: no-repeat;
20
 
        background-size: 100%;
21
 
}
22
 
.box2{
23
 
        width: 75px;
24
 
        height: 75px;
25
 
        float: left;
26
 
        margin: 4px;
27
 
        overflow:hidden;
28
 
        background-repeat: no-repeat;
29
 
        background-size: 100%;
30
 
}
31
 
#mostUsed{
32
 
        overflow: auto;
33
 
        width:100%;
34
 
}
35
 
#lessUsed{
36
 
        overflow: auto;
37
 
        width:  100%;
38
 
        height: auto;
39
 
}
40
 
#buttonContainer{
41
 
        width:420px;
42
 
        background-image:url(../img/template_show_button.png);
43
 
        background-repeat:no-repeat;
44
 
        background-position:relative;
45
 
        text-align: center;
46
 
        z-index:-1;
47
 
        height:30px;
48
 
}
49
 
        #buttonContainer a{
50
 
                position:relative;
51
 
                top:5px;
52
 
                display:block;
53
 
                color:#000;
54
 
                height:10px; 
55
 
                font-size: 1.4em;
56
 
        }       
57
 
        .showhide{
58
 
                color:#000;
59
 
                text-decoration: none;
60
 
        }
61
 
        .showhide:hover{
62
 
                color:#000;
63
 
                text-decoration: none;
64
 
        }
 
 
b'\\ No newline at end of file'