From ca826c7ff2eafe215cc4c405738f46172bb62cd0 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 8 Feb 2011 23:24:19 -0800 Subject: images were left behind in theme rename --- view/theme/duepuntozero/ff-16.jpg | Bin 0 -> 644 bytes view/theme/duepuntozero/lock.cur | Bin 0 -> 4286 bytes view/theme/duepuntozero/login-bg.gif | Bin 0 -> 237 bytes view/theme/duepuntozero/style.css | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 view/theme/duepuntozero/ff-16.jpg create mode 100755 view/theme/duepuntozero/lock.cur create mode 100644 view/theme/duepuntozero/login-bg.gif (limited to 'view/theme') diff --git a/view/theme/duepuntozero/ff-16.jpg b/view/theme/duepuntozero/ff-16.jpg new file mode 100644 index 000000000..3621f5914 Binary files /dev/null and b/view/theme/duepuntozero/ff-16.jpg differ diff --git a/view/theme/duepuntozero/lock.cur b/view/theme/duepuntozero/lock.cur new file mode 100755 index 000000000..892c5e851 Binary files /dev/null and b/view/theme/duepuntozero/lock.cur differ diff --git a/view/theme/duepuntozero/login-bg.gif b/view/theme/duepuntozero/login-bg.gif new file mode 100644 index 000000000..cde836c89 Binary files /dev/null and b/view/theme/duepuntozero/login-bg.gif differ diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 50745ac15..0c56c4233 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -28,7 +28,7 @@ input { img { border :0px; } .openid { - background: url(../default/login-bg.gif) no-repeat; + background: url(login-bg.gif) no-repeat; background-position: 0 50%; padding-left: 18px; } @@ -319,7 +319,7 @@ div.wall-item-content-wrapper.shiny { input#dfrn-url { float: left; - background: url(../default/ff-16.jpg) no-repeat; + background: url(ff-16.jpg) no-repeat; background-position: 2px center; font-size: 17px; padding-left: 21px; @@ -1781,7 +1781,7 @@ a.mail-list-link { } .sparkle { - cursor: url('../default/lock.cur'), pointer; + cursor: url('lock.cur'), pointer; /* cursor: pointer !important; */ } -- cgit v1.2.3 From c16e86add81d9f2867a0da024954b5cbc14a9f4b Mon Sep 17 00:00:00 2001 From: Friendika Date: Fri, 11 Feb 2011 02:35:19 -0800 Subject: toggles "post to facebook, post to twitter", etc. --- view/theme/duepuntozero/style.css | 11 +++++++++++ view/theme/loozah/style.css | 11 +++++++++++ 2 files changed, 22 insertions(+) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 0c56c4233..45e5efb6c 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -960,6 +960,17 @@ input#dfrn-url { #profile-jot-plugin-end{ clear: both; } +.profile-jot-net { + float: left; + margin-right: 10px; + margin-top: 5px; + margin-bottom: 5px; +} + +#profile-jot-networks-end { + clear: both; +} + #profile-jot-end { /*clear: both;*/ margin-bottom: 30px; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index d7d735d6d..2a037bf9f 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1085,6 +1085,17 @@ input#dfrn-url { #profile-jot-plugin-end { clear:both; } +.profile-jot-net { + float: left; + margin-right: 10px; + margin-top: 5px; + margin-bottom: 5px; +} + +#profile-jot-networks-end { + clear: both; +} + #profile-jot-end { clear: both; margin-bottom: 30px; -- cgit v1.2.3 From 6745f0781796c0064c3f1b223ae194017bd26c0c Mon Sep 17 00:00:00 2001 From: Chris Case Date: Fri, 11 Feb 2011 18:26:07 -0800 Subject: set size of contact images to improve rendering --- view/theme/duepuntozero/style.css | 4 ++++ view/theme/loozah/style.css | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 45e5efb6c..b0273254e 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1807,6 +1807,10 @@ a.mail-list-link { .contact-block-link { float: left; } +.contact-block-img { + width:48px; + height:48px; +} #tag-remove { margin-bottom: 15px; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 2a037bf9f..0dcddd264 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1933,6 +1933,10 @@ a.mail-list-link { .contact-block-link { float: left; } +.contact-block-img { + width:48px; + height:48px; +} #tag-remove { margin-bottom: 15px; -- cgit v1.2.3 From 8937ba86a211ff5822a0198087f94847f67e5d24 Mon Sep 17 00:00:00 2001 From: Chris Case Date: Fri, 11 Feb 2011 18:52:30 -0800 Subject: set default size for profile photo to improve render appearance/speed --- view/theme/duepuntozero/style.css | 4 ++++ view/theme/loozah/style.css | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b0273254e..748982203 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -605,6 +605,10 @@ input#dfrn-url { #profile-photo-link-select-wrapper { margin-top: 2em; } +#profile-photo-wrapper img { + width:175px; + height:175px; +} #profile-edit-profile-name-label, #profile-edit-name-label, diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 0dcddd264..a87252016 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -737,6 +737,10 @@ input#dfrn-url { #profile-photo-link-select-wrapper { margin-top: 2em; } +#profile-photo-wrapper img { + width:175px; + height:175px; +} #profile-edit-profile-name-label, #profile-edit-name-label, -- cgit v1.2.3 From 7d0de6dfb77d97b1d4dc10f30565ac8d3622d5a3 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sat, 12 Feb 2011 01:51:29 -0800 Subject: trim excessive space around message body (though we still need 20px padding to accomodate scrollbars) --- view/theme/duepuntozero/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 748982203..3611e455b 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -818,7 +818,7 @@ input#dfrn-url { .wall-item-wrapper { float: left; margin-right: 5px; - width: 150px; + width: 250px; } .wall-item-lock { height: 20px; @@ -863,7 +863,7 @@ input#dfrn-url { float: left; /*width: 450px;*/ margin-left: 10px; - margin-bottom: 20px; +/* margin-bottom: 20px;*/ padding: 20px; max-height: 400px; overflow: auto; @@ -878,7 +878,7 @@ input#dfrn-url { .wall-item-body { float: left; width: 450px; - margin-top: 30px; + margin-top: 10px; } .comment-edit-wrapper { -- cgit v1.2.3 From 4081ebe6c5f4e36f7b4ef288005995d959633fce Mon Sep 17 00:00:00 2001 From: Friendika Date: Sat, 12 Feb 2011 02:07:16 -0800 Subject: correct color and indent on wall-wall comments --- view/theme/duepuntozero/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 3611e455b..ac3562d1c 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -889,8 +889,8 @@ input#dfrn-url { .comment-wwedit-wrapper { margin-top: 15px; - background: #CCCCCC; - margin-left: 250px; + background: #f3f3f3; + margin-left: 50px; } .comment-edit-photo { -- cgit v1.2.3