]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/style.css
Converted private constructor to public init() method with context, still this cannot...
[pizzaservice-war.git] / web / style.css
index d76b2ab829d7021f3ecdc6929b46163d2b41c0d6..b44a60ae597f0e456d4a6d6c6f1877f6b53148f9 100644 (file)
@@ -4,18 +4,17 @@ div {
 }
 /**/
 
-.data_row {
-       width: 100%;
+table, .table {
+       margin: 0px;
+       padding: 0px;
 }
 
-.data_left {
-       width: 100px;
-       float: left;
+.table {
+       width: 500px;
 }
 
-.data_right {
-       width: 150px;
-       float: right;
+.table_row {
+       width: 100%;
 }
 
 .table_left {
@@ -24,27 +23,48 @@ div {
 }
 
 .table_right {
-       width: 150px;
+       width: 200px;
        float: right;
 }
 
+.table_left25 {
+       width: 20px;
+       float: left;
+}
+
+.table_right75 {
+       width: 430px;
+       float: right;
+}
+
+.para {
+       padding: 5px 5px 5px 5px;
+}
+
 .clear {
        clear: both;
 }
 
-table, .table {
-       margin: 0px;
-       padding: 0px;
+ul.footer_nav {
+       text-align: center;
+       width   : 500px;
+       list-style: none;
 }
 
-.table {
-       width: 500px;
+ul.footer_nav li {
+       float: left;
+       width: 100px;
 }
 
-.table_row {
-       width: 300px;
+#menu ul {
+       list-style: none;
+       padding-left: 5px;
 }
 
-.para {
-       padding: 5px 5px 5px 5px;
+.table_header_column {
+       width: 100px;
+}
+
+.table_data_column {
+       width: 100px;
 }