/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: elof.bigestans at gmail
  • Date: 2013-05-28 11:22:15 UTC
  • mfrom: (112 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 113.
  • Revision ID: elof.bigestans@gmail.com-20130528112215-d6qidnvlxm7w29di
* Merged trunk AND
* Modified js/login.js and js/bannermenu.js, specifically functions related to the login popup! 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
body{
2
2
        background-color: white;
3
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
 
}
 
4
 
16
5
#boxcolumn{
17
 
        width: 435px; // total width 395
 
6
        position:relative;
 
7
        width: 435px; 
18
8
        height: auto;
19
 
        margin: 40px;
 
9
        margin-left:10px;
20
10
        margin-top:70px;
21
11
        float: left;
22
12
}
24
14
        width: 75px;
25
15
        height: 75px;
26
16
        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
17
        margin: 4px;
32
18
        overflow:hidden;
33
19
        background-repeat: no-repeat;
37
23
        width: 75px;
38
24
        height: 75px;
39
25
        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
26
        margin: 4px;
45
27
        overflow:hidden;
46
 
        background-color: lightgray;
 
28
        background-repeat: no-repeat;
 
29
        background-size: 100%;
47
30
}
48
31
#mostUsed{
49
32
        overflow: auto;
55
38
        height: auto;
56
39
}
57
40
#buttonContainer{
58
 
        width:100%;
59
 
        height: 80px;
60
 
        border-top: 3px solid black;    
61
 
        border-radius: 8px 8px 8px 8px;
 
41
        width:420px;
 
42
        background-image:url(../img/template_show_button.png);
 
43
        background-repeat:no-repeat;
 
44
        background-position:relative;
62
45
        text-align: center;
 
46
        z-index:-1;
 
47
        height:30px;
63
48
}
64
49
        #buttonContainer a{
65
 
                size: 20em;
66
 
                padding: 10px;
67
 
        }
 
50
                position:relative;
 
51
                top:5px;
 
52
                display:block;
 
53
                color:#000;
 
54
                height:10px; 
 
55
                font-size: 1.4em;
 
56
        }       
68
57
        .showhide{
69
58
                color:#000;
70
59
                text-decoration: none;