From 0fc46d16291664a3860be3fdf60278170826dee3 Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Tue, 25 Jan 2011 18:29:07 -0500 Subject: [PATCH 1/4] Rounded corner fixes for base theme. --- theme/base/css/display.css | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 8c364febce..3268aea39b 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -346,14 +346,12 @@ list-style-type:none; float:left; text-decoration:none; padding:4px 11px; -border-radius-topleft:4px; -border-radius-topright:4px; +border-top-left-radius:4px; +border-top-right-radius:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -border-radius-topleft:0; -border-radius-topright:0; border-width:1px; border-style:solid; border-bottom:0; @@ -381,13 +379,13 @@ display:block; width:80%; padding-right:10%; padding-left:10%; -border-radius-toprleft:0; +border-top-left-radius:0; -moz-border-radius-topleft:0; -webkit-border-top-left-radius:0; -border-radius-topright:4px; +border-top-right-radius:4px; -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; -border-radius-bottomright:4px; +border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; } @@ -398,13 +396,10 @@ box-shadow:none; } body[id$=adminpanel] #content { -border-radius-topleft:7px; -border-radius-topright:7px; +border-top-left-radius:7px; -moz-border-radius-topleft:7px; --moz-border-radius-topright:7px; -webkit-border-top-left-radius:7px; --webkit-border-top-right-radius:7px; -border-radius-topright:0; +border-top-right-radius:0; -moz-border-radius-topright:0; -webkit-border-top-right-radius:0; } @@ -488,6 +483,7 @@ min-height:259px; padding:1.795%; float:left; border-radius:7px; +border-top-left-radius:0; -moz-border-radius:7px; -moz-border-radius-topleft:0; -webkit-border-radius:7px; From 8bc296bdbbbf3566ee9e98fa2ae61b5c461c103c Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Tue, 25 Jan 2011 18:32:12 -0500 Subject: [PATCH 2/4] A few wee fixes for rebase and shiny themes. --- theme/rebase/css/display.css | 4 ++-- theme/shiny/css/display.css | 11 +++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/theme/rebase/css/display.css b/theme/rebase/css/display.css index ab75165670..d4576092a6 100644 --- a/theme/rebase/css/display.css +++ b/theme/rebase/css/display.css @@ -1399,7 +1399,7 @@ display:block; padding: 4px 4px 4px 26px; } -.entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input, .entity_actions .entity_moderation input, .entity_actions .entity_role input { +.entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input, .entity_actions .entity_moderation input, .entity_actions .entity_role input, .entity_actions .entity_nudge input, .entity_actions .entity_delete input { background-color: #ccc !important; border: none; } @@ -1408,7 +1408,7 @@ display:block; padding: 2px 4px 4px 28px; } -.entity_actions a:hover, .entity_actions p:hover, .entity_actions .entity_subscribe input:hover, .entity_actions .entity_block input:hover, .entity_actions .entity_moderation input:hover, .entity_actions .entity_role input:hover { +.entity_actions a:hover, .entity_actions p:hover, .entity_actions .entity_subscribe input:hover, .entity_actions .entity_block input:hover, .entity_actions .entity_moderation input:hover, .entity_actions .entity_role input:hover, .entity_actions .entity_nudge input:hover, .entity_actions .entity_delete input:hover { background-color: #f2f2f2 !important; } diff --git a/theme/shiny/css/display.css b/theme/shiny/css/display.css index 758d462ba0..cb4625093a 100644 --- a/theme/shiny/css/display.css +++ b/theme/shiny/css/display.css @@ -295,8 +295,8 @@ h6 {font-size: 1em;} #site_nav_local_views { position: relative; z-index: 9; - float: right; - margin: 0px 0px 20px 0px; + float: right; + margin: 0px; width: 290px; } @@ -331,7 +331,7 @@ h6 {font-size: 1em;} } #site_nav_local_views li:first-child a { - border-radius-topright:4px; + border-top-right-radius:4px; -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; } @@ -368,7 +368,7 @@ h6 {font-size: 1em;} border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; - border-radius-topright: 0px; + border-top-right-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; padding: 14px 10px 20px 10px; @@ -382,9 +382,8 @@ h6 {font-size: 1em;} padding: 0px; padding-top: 16px; padding-left: 10px; - margin-top: -20px; background-color: #262626; - border-radius-bottomright: 6px; + border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; } From 1563c95cc3b88c0d0ee769af9b56618117d9b17e Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Tue, 25 Jan 2011 18:33:47 -0500 Subject: [PATCH 3/4] Wee style update for bookmarks plugin. --- plugins/Bookmark/bookmark.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/Bookmark/bookmark.css b/plugins/Bookmark/bookmark.css index 6743622d2f..0e2f3df52f 100644 --- a/plugins/Bookmark/bookmark.css +++ b/plugins/Bookmark/bookmark.css @@ -3,4 +3,6 @@ .bookmark-avatar { float: left; } .bookmark-notice-count { float: right; } .bookmark-info { float: left; } -.bookmark-title { margin-left: 0px } +.bookmark-title { margin-left: 0px; } +#content .bookmark .entry-title { margin-left: 0px; } +#content .bookmark .entry-content { margin-left: 0px; } From f6cb4ea58d1d75bb2c93fe9294266f6ea7a5d4aa Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 26 Jan 2011 10:49:14 -0800 Subject: [PATCH 4/4] Add IdentiCurse to notice sources --- db/notice_source.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/db/notice_source.sql b/db/notice_source.sql index b13cfb3e3b..dec8080a01 100644 --- a/db/notice_source.sql +++ b/db/notice_source.sql @@ -24,6 +24,7 @@ VALUES ('HelloTxt','HelloTxt','http://hellotxt.com/', now()), ('identicatools','Laconica Tools','http://bitbucketlabs.net/laconica-tools/', now()), ('identichat','identichat','http://identichat.prosody.im/', now()), + ('IdentiCurse','IdentiCurse','http://identicurse.net/', now()), ('IdentiFox','IdentiFox','http://www.bitbucket.org/uncryptic/identifox/', now()), ('identitwitch','IdentiTwitch','http://richfish.org/identitwitch/', now()), ('Jiminy','Jiminy','http://code.google.com/p/jiminy/', now()),