aqhome-cgi: added missing files.
This commit is contained in:
12
apps/aqhome-cgi/modules/html/0BUILD
Normal file
12
apps/aqhome-cgi/modules/html/0BUILD
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml?>
|
||||
|
||||
<gwbuild>
|
||||
|
||||
<data dist="true" install="$(httpdatadir)/aqhome-cgi/html">
|
||||
style.css
|
||||
</data>
|
||||
|
||||
<subdirs>
|
||||
pics
|
||||
</subdirs>
|
||||
</gwbuild>
|
||||
17
apps/aqhome-cgi/modules/html/pics/0BUILD
Normal file
17
apps/aqhome-cgi/modules/html/pics/0BUILD
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml?>
|
||||
|
||||
<gwbuild>
|
||||
|
||||
<data dist="true" install="$(httpdatadir)/aqhome-cgi/html/pics">
|
||||
cancel.png
|
||||
document-table.png
|
||||
edit.png
|
||||
graph.png
|
||||
minus.png
|
||||
ok.png
|
||||
plus.png
|
||||
user-add.png
|
||||
user-edit.png
|
||||
</data>
|
||||
|
||||
</gwbuild>
|
||||
BIN
apps/aqhome-cgi/modules/html/pics/document-table.png
Normal file
BIN
apps/aqhome-cgi/modules/html/pics/document-table.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
apps/aqhome-cgi/modules/html/pics/user-add.png
Normal file
BIN
apps/aqhome-cgi/modules/html/pics/user-add.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
apps/aqhome-cgi/modules/html/pics/user-edit.png
Normal file
BIN
apps/aqhome-cgi/modules/html/pics/user-edit.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user