]> git.mxchange.org Git - pizzaservice-war.git/blob - web/resources/css/cssLayout.css
Renamed controller method to doChangeItem() (naming convention)
[pizzaservice-war.git] / web / resources / css / cssLayout.css
1 /**
2 div, table {
3         border: 1px solid #ff0000;
4 }
5 /**/
6
7 #top {
8         position: relative;
9         background-color: #036fab;
10         color: #ffffff;
11         padding: 5px;
12         margin: 0px 0px 10px 0px;
13 }
14
15 #footer {
16         position: relative;
17         background-color: #c2dfef;
18         padding: 5px;
19         margin: 10px 0px 0px 0px;
20 }
21
22 #left {
23         float: left;
24         background-color: #ece3a5;
25         padding: 5px;
26         width: 150px;
27 }
28
29 #right {
30         float: right;
31         background-color: #ece3a5;
32         padding: 5px;
33         width: 150px;
34 }
35
36 .center_content {
37         position: relative;
38         background-color: #dddddd;
39         padding: 5px;
40 }
41
42 .left_content {
43         background-color: #dddddd;
44         padding: 5px;
45         margin-left: 170px;
46 }
47
48 .right_content {
49         background-color: #dddddd;
50         padding: 5px;
51         margin: 0px 170px 0px 170px;
52 }
53
54 #top a:link, #top a:visited {
55         color: #ffffff;
56         font-weight : bold;
57         text-decoration: none;
58 }
59
60 #top a:link:hover, #top a:visited:hover  {
61         color: #000000;
62         font-weight : bold;
63         text-decoration : underline;
64 }
65
66 table, .table {
67         margin: 0px;
68         padding: 0px;
69 }
70
71 .table {
72         width: 500px;
73 }
74
75 .basket_item_table {
76         width: 600px;
77 }
78
79 .table_row {
80         width: 100%;
81         min-height: 20px;
82 }
83
84 .table_left {
85         width: 250px;
86         min-height: 20px;
87         float: left;
88 }
89
90 .table_right {
91         width: 200px;
92         min-height: 20px;
93         float: right;
94 }
95
96 .table_left25 {
97         width: 20px;
98         min-height: 20px;
99         float: left;
100 }
101
102 .table_right75 {
103         width: 430px;
104         min-height: 20px;
105         float: right;
106 }
107
108 .para {
109         padding: 5px 5px 5px 5px;
110 }
111
112 .clear {
113         clear: both;
114 }
115
116 ul.footer_nav {
117         text-align: center;
118         /*width : 95%;*/
119         list-style: none;
120         margin: 0px;
121 }
122
123 ul.footer_nav li.footer_link {
124         float: left;
125         width: 100px;
126 }
127
128 ul.footer_nav li.footer_copyright {
129         float: right;
130         width: 300px;
131         margin-right: 10px;
132 }
133
134 .menu ul {
135         list-style: none;
136         padding-left: 5px;
137 }
138
139 .table_header {
140         text-align: center;
141         font-weight: bold;
142 }
143
144 #content_header {
145         font-weight: bold;
146         font-size: 18px;
147 }
148
149 .table_header_column {
150         width: 100px;
151 }
152
153 .table_data_column {
154         width: 100px;
155 }
156
157 .item_price, .item_total_price {
158         text-align: right;
159 }