]> 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 06d50a9b9f1bbe7f5e3c4585a76fc075bd94506a..ca487498cdae13b4f7277818e9742c3952ff436f 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,40 @@ div {
 }
 
 .table_right {
-       width: 150px;
+       width: 200px;
        float: right;
 }
 
-.clear {
-       clear: both;
+.table_left25 {
+       width: 20px;
+       float: left;
 }
 
-table, .table {
-       margin: 0px;
-       padding: 0px;
+.table_right75 {
+       width: 430px;
+       float: right;
 }
 
-.table {
-       width: 500px;
+.para {
+       padding: 5px 5px 5px 5px;
 }
 
-.table_row {
-       width: 100%;
+.clear {
+       clear: both;
 }
 
-.para {
-       padding: 5px 5px 5px 5px;
+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;
 }