From 607b2bfb8f6d81320da00c96cb3f038fbdd24464 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 10 Nov 2005 11:23:47 +0000 Subject: fatto stile per la lista di link, messo il JS in file TODO: * search box nella lista tag e links (con auto-complete?) * stile delle form --- root/style.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'root/style.css') diff --git a/root/style.css b/root/style.css index 859eae8..d7c9dfe 100644 --- a/root/style.css +++ b/root/style.css @@ -126,4 +126,32 @@ div#links ol > li { padding:0;margin:0;border:0; margin-bottom: 5px; + position: relative; + display: block; +} +div#links ol > li div.link.head span.link.appear +{ + display: block; + position: absolute;bottom:0;right:1px; + text-align: right; + background-color: red; + width: 15px; + text-align: center; +} +div#links ol > li div.link.details span.link.edit +{ + border: solid thin red; + margin-right: 4px; +} +div#links ol > li div.link.details ul +{ + display: inline; + list-style: none; + padding:0;margin:0;border:0; +} +div#links ol > li div.link.details ul li +{ + display: inline; + padding:0;margin:0;border:0; + padding-left: 5px; margin-left: 5px; border-left: solid thin black; } \ No newline at end of file -- cgit v1.2.3