summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-05-23 10:39:04 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-05-23 10:42:40 +0200
commitf5e9c6d998d5f625b0694db4c7a47f9c63cfdd3a (patch)
treece3f88167f268ce53f71f87c541600567d68e8d2 /themes
parent597c52097954f47e89451fea0086cf9c606be7d2 (diff)
issue115, fix style of tag-result icon-bar
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes')
-rw-r--r--themes/default/stylesheet.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css
index 1c0ebcf..4aa376c 100644
--- a/themes/default/stylesheet.css
+++ b/themes/default/stylesheet.css
@@ -105,8 +105,15 @@ div.tagresult{
}
div.tagresulttags{
- padding: 5px 10px 5px 10px;
+ padding: 5px 0px 5px 10px;
background-color: #eeeeee;
+ vertical-align: middle;
+}
+
+div.tagresulttag{
+ padding: 0 0 0 5px;
+ background-color: #eeeeee;
+ display: inline;
}
div.photo{
@@ -220,7 +227,9 @@ div.thumb a.thumblink:hover {
color: #4761ab;
}
-.cb { clear: both; }
+.cb {
+ clear: both;
+}
#photo_details {
width: 150px;