Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
9 lars 1
.tabellehauptcontainer
2
{
3
    /* Basis Tabellen Einstellungen */
4
    empty-cells: hide;
5
    table-layout: auto;
6
    border-collapse: collapse !important;
7
    border-spacing: 0px !important;
8
    border: 0;
9
    caption-side: top;
10
    line-height: 1.0em;
11
 
12
    /* Fenster */
13
    position: fixed;
14
    left: 0;
15
    bottom: 0;
16
    width: 100%;
17
    height: 100%;
18
}
19
.tabelleordner
20
{
21
    width: 100%;
22
}
23
.tabellecontainer a
24
{
25
    text-decoration: none;
26
}
27
.tabellecontainer,
28
.tabellecontainer tbody,
29
.tabellecontainer tr,
30
.tabellecontainer td
31
{
32
    width: 100%;
33
}
34
.tabelleaufklapper
35
{
36
    vertical-align: top;
37
    width: 19px !important;
38
    border: 0;
39
}
40
.artikelcontainer
41
{
42
    width: 100%;
43
}
44
.tabelleartikel,
45
.tabelleartikel tbody,
46
.tabelleartikel table
47
{
48
    width: 100%;
49
}
50
.tabelleartikel a
51
{
52
    float: left;
53
    width: 100%;
54
}
55
.artikel_name_icons
56
{
57
    float: left;
58
    width: 370px !important;
59
}
60
.artikel_icons_pos
61
{
62
    empty-cells: hide;
63
    float: none;
64
    margin: 0;
65
    width: 22px !important;
66
}
67
.artikel_icons_pos table
68
.artikel_icons_pos tbody,
69
.artikel_icons_pos tr,
70
.artikel_icons_pos td,
71
.artikel_icons_pos a
72
{
73
    caption-side: top;
74
    float: none;
75
}
76
td.artikel_icons_pos
77
{
78
    vertical-align: top;
79
}
80
 
81
.ordner
82
{
83
    display: inline-block !important;
84
    min-width: 200px;
85
    max-width: 300px;
86
    z-index: 25;
87
    margin: 0;
88
    text-decoration: none;
89
}
90
.artikel
91
{
92
    display: inline-block !important;
93
    min-width: 200px;
94
    max-width: 300px;
95
    z-index: 25;
96
    margin: 0;
97
    text-decoration: none;
98
}