Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
8 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
.content .bottomcontent .hersteller_slider,
42
.content .bottomcontent .zahlarten{
43
    display:none;
44
}
45
 
46
 
47
/** ITEMDETAILSEITE **/
48
.itemLeftContainer{
49
    display: none;
50
}
51
.smartphone{
52
    display:block;
53
}
54
#eigenschaften_tabelle,
55
#beschreibung{
56
    width: 92%;
57
    padding:4%;
58
}
59
 
60
 
61
.content .subdir_artikel_wrapper .subdir_artikel .artikel_box{
62
    width: 98%;
63
    border-right: none;
64
    border-bottom: 1px solid #CDCDCD;
65
}
66
.content .subdir_artikel_wrapper .subdir_artikel .artikel_box:nth-child(2n){
67
    border-bottom: 1px solid #CDCDCD;
68
}
69
.topfooter .inner .topfooter_box{
70
    width: 100%;
71
    clear: both;
72
}
73
 
74
 
75
.zurKasseButton {
76
    width:38%;
77
    float:right;
78
    margin:1% 0;
79
}