summaryrefslogtreecommitdiffstats
path: root/htdocs/static/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/static/css/custom.css')
-rw-r--r--htdocs/static/css/custom.css29
1 files changed, 24 insertions, 5 deletions
diff --git a/htdocs/static/css/custom.css b/htdocs/static/css/custom.css
index 620c6db..1d990d7 100644
--- a/htdocs/static/css/custom.css
+++ b/htdocs/static/css/custom.css
@@ -13,15 +13,24 @@ h1 {
}
#hostlist .list li {
+ clear: both;
list-style-type: none;
- text-align: center;
- margin-top: 20px;
- display: table;
+ margin-bottom: 50px;
+}
+
+#hostlist .logo img {
+ padding-top: 15px;
+ width: 50px;
+}
+
+.thumbnail {
+ padding: 10px;
+}
+.thumbnail:hover {
+ border-color: #999;
}
#hostlist .list li a {
- height: 100px;
- display: table-cell;
vertical-align: middle;
}
@@ -31,12 +40,22 @@ h1 {
text-decoration: none;
}
+#hostlist .ips {
+ margin: 0px;
+}
+
+#hostlist .ips li {
+ display: inline;
+ color: #999;
+}
+
td.centering, p.centering {
text-align: center;
}
.searchbox {
margin-top: 2em;
+ margin-bottom: 1em;
}
table.tablesorter .header:after {