From db8feb39b618eca0ab6bb0000f1d7ed3d6678a7a Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 10 Nov 2005 17:57:01 +0000 Subject: =?UTF-8?q?=20*=20cambiato=20ordinamento=20dei=20tag=20(ora=20?= =?UTF-8?q?=C3=A8=20sempre=20alfabetico)=20=20*=20riordinata=20e=20miglior?= =?UTF-8?q?ata=20la=20form=20di=20add=20=20*=20stile=20per=20la=20form=20d?= =?UTF-8?q?i=20add=20=20*=20corretto=20il=20caricamento=20delle=20favicon?= =?UTF-8?q?=20=20*=20corretta=20la=20pulitura=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/add_form | 22 +++++++++++++++------- root/links | 2 +- root/style.css | 24 +++++++++++++++++++++++- 3 files changed, 39 insertions(+), 9 deletions(-) (limited to 'root') diff --git a/root/add_form b/root/add_form index b403a3d..d6a32d6 100644 --- a/root/add_form +++ b/root/add_form @@ -7,28 +7,36 @@
+

- +

+

- -

-

- - +

+

- +

+ +

+ + +

+ [% IF mode=='edit' -%] [%- END %] +
\ No newline at end of file diff --git a/root/links b/root/links index c2fa4db..ee07953 100644 --- a/root/links +++ b/root/links @@ -35,7 +35,7 @@ [% FOR tag IN tagset.tags %]
  • - [% tag.name %] + [% tag.name %] [% IF tagset.size() > 1 %] diff --git a/root/style.css b/root/style.css index d7c9dfe..ff8aa36 100644 --- a/root/style.css +++ b/root/style.css @@ -48,6 +48,7 @@ div#related width: 49%; height: 80px; border: solid thin black; background-color: white; + z-index: 2; } div#tagset h2, div#related h2 @@ -129,13 +130,17 @@ div#links ol > li position: relative; display: block; } +div#links ol > li:hover +{ + background-color: rgb(180,180,180); +} 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; + width: 15px;height: 100%; text-align: center; } div#links ol > li div.link.details span.link.edit @@ -154,4 +159,21 @@ 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; +} + +/* add form */ +label { + display: block; +} +input[type=text], +textarea +{ + width: 100%; + border: none; + border-bottom: solid thin black; +} +input[type=submit] +{ + border: none; + background-color: red; } \ No newline at end of file -- cgit v1.2.3