From ab72d86aa7f35157a278d9fc570504db41fb5f09 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Wed, 19 Jan 2011 14:48:30 +0100 Subject: Small fixs to IT language --- view/theme/duepuntozero/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 9d51c86f7..ffe8b1df2 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -667,6 +667,7 @@ input#dfrn-url { margin-left: 20px; } +#profile-edit-pdesc-desc, #profile-edit-keywords-desc { float: left; margin-left: 20px; -- cgit v1.2.3 From b1d67c8d3ca217fb1383cad947c00fb560d51342 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 19 Jan 2011 17:56:36 -0800 Subject: network view all item types by date --- view/theme/default/style.css | 7 +++++++ view/theme/duepuntozero/style.css | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'view/theme') diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 0457850dc..e34b622c6 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -1989,3 +1989,10 @@ a.mail-list-link { #birthday-wrapper { margin-bottom: 20px; } + + +#network-new-link { + margin-top: 15px; + margin-bottom: 15px; +} + diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index ffe8b1df2..b00f24cc2 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1873,3 +1873,10 @@ a.mail-list-link { #birthday-wrapper { margin-bottom: 20px; } + +#network-new-link { + margin-top: 15px; + margin-bottom: 15px; +} + + -- cgit v1.2.3