Subversion-Projekte lars-tiefland.zeldi.de_alt

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
 
2
header,
3
.header {
4
    float:left;
5
    width:100%;
6
    height: auto;
7
}
8
header .inner{
9
    padding: 0 2%;
10
    width:96%;
11
    float:left;
12
}
13
header .logo{
14
    float:left;
15
    margin: 0;
16
}
17
header .logo img{
18
    width:100%;
19
}
20
header .headnav{
21
    float:left;
22
    width: 100%;
23
}
24
header .inner .login_menu{
25
    float:left;
26
}
27
header .inner .search{
28
    float:right;
29
    position:relative;
30
    margin: 0;
31
    width:100%;
32
}
33
header .inner .search #suchbegriff{
34
    width:72%;
35
 
36
}
37
header .inner .search #searchSubmit{
38
    float:left;
39
    width:20%;
40
}
41
 
42
 
43
 
44
/** ITEMDETAILSEITE **/
45
.itemLeftContainer{
46
    display: none;
47
}
48
.smartphone{
49
    display:block;
50
}
51
.content .bottomcontent .hersteller_slider,
52
.content .bottomcontent .zahlarten{
53
    display:none;
54
}
55
 
56
/** FOOTER **/
57
.footer .bottomfooter .inner > span{
58
    width: 96%!important;
59
    clear: both;
60
    text-align: left!important;
61
    padding: 2%;
62
}
63
 
64
.backToShopButton
65
{
66
    float: right;
67
    clear: both;
68
    width: 100%;
69
    text-align: center;
70
    padding-left: 0;
71
    padding-right: 0;
72
}