summaryrefslogtreecommitdiffhomepage
path: root/html/webbox.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/webbox.css')
-rw-r--r--html/webbox.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/html/webbox.css b/html/webbox.css
index ffb16cc..67d87b4 100644
--- a/html/webbox.css
+++ b/html/webbox.css
@@ -157,6 +157,7 @@ table.list {
border: 0; /* 1px solid #000000; */
cursor: pointer;
background-color: #FFFFFF;
+ border-collapse: collapse;
}
table.list tr {
@@ -167,15 +168,21 @@ table.list tr.selectedrow {
background-color: #CCCCFF;
}
+table.list td {
+ border-width: 0;
+ border-bottom-width: 1px;
+ border-style: solid;
+ border-color: #808080;
+}
+
table.list td.type {
width: 50px;
- border: 0; /* 1px solid #000000; */
}
table.list td.name {
width: 100%;
- border: 0; /* 1px solid #000000; */
color: #0000FF;
+ white-space: pre;
}
@media only screen and (min-width: 1px) and (max-width: 630px) {
@@ -196,4 +203,9 @@ table.list td.name {
height: 100%;
margin: 0;
}
+
+ table.list td {
+ padding: 5px;
+ }
}
+