]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/style.css
Added footer for admin area + error include file "direct_call.jsp"
[pizzaservice-war.git] / web / style.css
index 61515f9782b23179878f367e6f819d281066b5da..ca487498cdae13b4f7277818e9742c3952ff436f 100644 (file)
@@ -1,25 +1,62 @@
+/**
+div {
+       border: 1px solid #ff0000;
+}
+/**/
+
+table, .table {
+       margin: 0px;
+       padding: 0px;
+}
+
+.table {
+       width: 500px;
+}
 
-.data_row {
+.table_row {
        width: 100%;
 }
 
-.data_left {
-       width: 100px;
+.table_left {
+       width: 250px;
+       float: left;
+}
+
+.table_right {
+       width: 200px;
+       float: right;
+}
+
+.table_left25 {
+       width: 20px;
        float: left;
 }
 
-.data_right {
-       width: 150px;
+.table_right75 {
+       width: 430px;
        float: right;
 }
 
+.para {
+       padding: 5px 5px 5px 5px;
+}
+
 .clear {
        clear: both;
 }
 
-/*
- Debug only:
-div {
-       border: 1px solid #ff0000;
+ul.footer_nav {
+       text-align: center;
+       width   : 500px;
+       list-style: none;
+}
+
+ul.footer_nav li {
+       float: left;
+       width: 100px;
+}
+
+#menu ul {
+       list-style: none;
+       padding-left: 5px;
 }
-*/