diff --git a/apps/aqhome-cgi/modules/html/0BUILD b/apps/aqhome-cgi/modules/html/0BUILD new file mode 100644 index 0000000..80e1018 --- /dev/null +++ b/apps/aqhome-cgi/modules/html/0BUILD @@ -0,0 +1,12 @@ + + + + + + style.css + + + + pics + + diff --git a/apps/aqhome-cgi/modules/html/pics/0BUILD b/apps/aqhome-cgi/modules/html/pics/0BUILD new file mode 100644 index 0000000..f6e68c9 --- /dev/null +++ b/apps/aqhome-cgi/modules/html/pics/0BUILD @@ -0,0 +1,17 @@ + + + + + + cancel.png + document-table.png + edit.png + graph.png + minus.png + ok.png + plus.png + user-add.png + user-edit.png + + + diff --git a/apps/aqhome-cgi/modules/html/pics/document-table.png b/apps/aqhome-cgi/modules/html/pics/document-table.png new file mode 100644 index 0000000..7c54e49 Binary files /dev/null and b/apps/aqhome-cgi/modules/html/pics/document-table.png differ diff --git a/apps/aqhome-cgi/modules/html/pics/user-add.png b/apps/aqhome-cgi/modules/html/pics/user-add.png new file mode 100644 index 0000000..d826906 Binary files /dev/null and b/apps/aqhome-cgi/modules/html/pics/user-add.png differ diff --git a/apps/aqhome-cgi/modules/html/pics/user-edit.png b/apps/aqhome-cgi/modules/html/pics/user-edit.png new file mode 100644 index 0000000..3b9dafc Binary files /dev/null and b/apps/aqhome-cgi/modules/html/pics/user-edit.png differ diff --git a/apps/aqhome-cgi/modules/static/style.css b/apps/aqhome-cgi/modules/static/style.css deleted file mode 100644 index 18a4b39..0000000 --- a/apps/aqhome-cgi/modules/static/style.css +++ /dev/null @@ -1,63 +0,0 @@ -body { - background-color: whitesmoke; -} - -table.datatable { - border: thin solid; - border-collapse: collapse; -} - - -table.datatable th, td { - border: thin solid; - border-collapse: collapse; - padding: 5px; -} - - -table.datatable tbody tr:nth-child(odd) { - background-color: #ffffff; -} - - - -table.formtable { - border: thin solid; - border-collapse: collapse; -} - - -table.formtable th, td { - border: thin solid; - border-collapse: collapse; - padding: 5px; -} - - - -ul.mainmenu { - list-style-type: none; - margin: 0; - padding: 0; - overflow: hidden; - background-color: #333333; -} - - -ul.mainmenu li { - float: left; -} - -ul.mainmenu li a { - display: block; - color: white; - text-align: center; - padding: 14px 16px; - text-decoration: none; -} - -ul.mainmenu li a:hover { - background-color: #111111; -} - -