]> git.mxchange.org Git - pizzaservice-war.git/blob - web/style.css
Added new page 'products' for admin area + added CSS classes table_left/right
[pizzaservice-war.git] / web / style.css
1 /**
2 div {
3         border: 1px solid #ff0000;
4 }
5 /**/
6
7 .data_row {
8         width: 100%;
9 }
10
11 .data_left {
12         width: 100px;
13         float: left;
14 }
15
16 .data_right {
17         width: 150px;
18         float: right;
19 }
20
21 .table_left {
22         width: 250px;
23         float: left;
24 }
25
26 .table_right {
27         width: 150px;
28         float: right;
29 }
30
31 .clear {
32         clear: both;
33 }
34
35 table, .table {
36         margin: 0px;
37         padding: 0px;
38 }
39
40 .table {
41         width: 500px;
42 }
43
44 .table_row {
45         width: 300px;
46 }
47
48 .para {
49         padding: 5px 5px 5px 5px;
50 }