From e440353013aa1ca26a472b375bb1102348c7ead7 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 4 Sep 2011 05:41:11 -0700 Subject: truncate overflow text on acl selector items (3 themes) --- view/theme/loozah/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/loozah') diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 781526eae..88baeb8fb 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1668,7 +1668,7 @@ padding: 5px 10px 0px; float: left; margin: 4px; } -.acl-list-item p { font-size: 10px; margin: 0px; padding: 2px 0px 1px; } +.acl-list-item p { font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;} .acl-list-item a { font-size: 8px; display: block; -- cgit v1.2.3 From f6a43afb8da061ac13d778eb7fba6e2ea6dda6d7 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 4 Sep 2011 06:18:26 -0700 Subject: set max height of acl names to avoid wrap --- view/theme/loozah/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/loozah') diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 88baeb8fb..50b780e97 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1668,7 +1668,7 @@ padding: 5px 10px 0px; float: left; margin: 4px; } -.acl-list-item p { font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;} +.acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;} .acl-list-item a { font-size: 8px; display: block; -- cgit v1.2.3 From 481853d2cc44a4bf6c540e72c741ff453305a925 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 4 Sep 2011 17:35:06 -0700 Subject: saved searches on network page --- view/theme/loozah/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'view/theme/loozah') diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 50b780e97..b97f27510 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1871,6 +1871,25 @@ a.mail-list-link { margin-top: 10px; } + +#search-save { + margin-left: 5px; +} +.groupsideedit { + margin-right: 10px; +} +#saved-search-ul { + list-style-type: none; +} +.savedsearchdrop, .savedsearchterm { + float: left; + margin-top: 10px; +} +.savedsearchterm { + margin-left: 10px; +} + + #side-follow-wrapper { margin-top: 20px; } -- cgit v1.2.3 From 82f7f33cf58774ac6b07acd64fe0b49cd5b0aa30 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 4 Sep 2011 19:58:03 -0700 Subject: bookmarks + bug #140 --- view/theme/loozah/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view/theme/loozah') diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index b97f27510..41de9b3e4 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2424,7 +2424,8 @@ a.mail-list-link { } #netsearch-box { - margin-top: 20px; + margin-top: 20px; + width: 150px; } #netsearch-box #search-submit { -- cgit v1.2.3 From 7e8100d2cd27227435ba6ff421dd3c3d8689930f Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 4 Sep 2011 22:40:36 -0700 Subject: custom attags --- view/theme/loozah/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/theme/loozah') diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 41de9b3e4..d552d59c6 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2403,6 +2403,7 @@ a.mail-list-link { } #crepair-nick-label, +#crepair-attag-label, #crepair-url-label, #crepair-request-label, #crepair-confirm-label, @@ -2414,6 +2415,7 @@ a.mail-list-link { } #crepair-nick, +#crepair-attag, #crepair-url, #crepair-request, #crepair-confirm, -- cgit v1.2.3