summaryrefslogtreecommitdiffstats
path: root/htdocs/static/css/custom.css
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2013-05-23 15:06:32 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2013-05-23 15:06:32 +0200
commitab825994f13821891559a749f0b9d4c46a4fb1f6 (patch)
treebc986eeeb1ff7097d4ffd21c40ad07a2f1826033 /htdocs/static/css/custom.css
parent089900ba33f49ab9113a096b1853837999d56152 (diff)
downloadwww-ab825994f13821891559a749f0b9d4c46a4fb1f6.tar.gz
www-ab825994f13821891559a749f0b9d4c46a4fb1f6.tar.bz2
www-ab825994f13821891559a749f0b9d4c46a4fb1f6.zip
Refactored: index page
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 {