summaryrefslogtreecommitdiff
path: root/web/public/css/taginfo.css
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-01-20 16:05:34 +0100
committerJochen Topf <jochen@topf.org>2012-01-20 16:32:20 +0100
commitd58e89aefed5eaf0c1996f41813d10494ee93e6a (patch)
tree916a1bfde91812c841d9638af37d02e78085be4d /web/public/css/taginfo.css
parent4adb935abbe6cc75ea7b371b1032b5d74b99e083 (diff)
downloadtaginfo-d58e89aefed5eaf0c1996f41813d10494ee93e6a.tar
taginfo-d58e89aefed5eaf0c1996f41813d10494ee93e6a.tar.gz
More finetuning of presentation
Diffstat (limited to 'web/public/css/taginfo.css')
-rw-r--r--web/public/css/taginfo.css23
1 files changed, 20 insertions, 3 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css
index c7cfca8..2faadd3 100644
--- a/web/public/css/taginfo.css
+++ b/web/public/css/taginfo.css
@@ -15,6 +15,11 @@ img.map {
border: 1px solid #b8b8b0;
}
+td img {
+ position: relative;
+ top: 3px;
+}
+
img.icon_large {
position: relative;
top: 3px;
@@ -74,7 +79,7 @@ span.whitespace {
}
a.extlink:before {
- content: "\2794";
+ content: "\2794\2009";
}
a.section {
@@ -204,6 +209,7 @@ input#search {
input:focus {
background-color: #ffffe0 !important;
+ outline: none;
}
/* ========== */
@@ -309,9 +315,11 @@ div#tools {
}
span.lang {
+ position: relative;
+ top: -1px;
background-color: #f0e0f0;
color: #202020;
- border: 1px solid #808080;
+ border: 1px solid #b8b8b0;
font-weight: bold;
font-size: 80%;
padding: 0 4px;
@@ -375,12 +383,21 @@ div.bar {
float: left;
margin: 4px 0 0 6px !important;
padding: 0 !important;
- height: 8px;
+ height: 8px !important;
background-color: #a0a098;
}
/* ========== */
+span.overflow:hover {
+ position: absolute;
+ padding-right: 6px;
+ background-color: #ffffff;
+ z-index: 100;
+}
+
+/* ========== */
+
table.list {
border-collapse: collapse;
}