]> 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 c4a12262be837eac61b383801122dcb8c49c1106..b44a60ae597f0e456d4a6d6c6f1877f6b53148f9 100644 (file)
@@ -1,32 +1,70 @@
-/*
+/**
 div {
        border: 1px solid #ff0000;
 }
 /**/
 
-.data_row {
+table, .table {
+       margin: 0px;
+       padding: 0px;
+}
+
+.table {
+       width: 500px;
+}
+
+.table_row {
        width: 100%;
 }
 
-.data_left {
-       width: 100px;
+.table_left {
+       width: 250px;
        float: left;
 }
 
-.data_right {
-       width: 150px;
+.table_right {
+       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 {
-       margin: 0px;
-       padding: 0px;
+ul.footer_nav {
+       text-align: center;
+       width   : 500px;
+       list-style: none;
 }
 
-.table_row {
-       width: 300px;
+ul.footer_nav li {
+       float: left;
+       width: 100px;
+}
+
+#menu ul {
+       list-style: none;
+       padding-left: 5px;
+}
+
+.table_header_column {
+       width: 100px;
+}
+
+.table_data_column {
+       width: 100px;
 }