From b590d294bc234caae81a1ba3cf04e340d8625dfc Mon Sep 17 00:00:00 2001 From: git-marijus Date: Sat, 13 Jul 2013 18:36:46 +0200 Subject: slight change for #nav-search-spinner --- view/theme/redbasic/css/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5fb4e8b36..041664d50 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2408,9 +2408,7 @@ aside input[type='text'] { #nav-search-spinner { float: right; - margin-top: 8px; - margin-left: 5px; - margin-right: 5px; + margin: 12px 12px 0px 0px; } #nav-search-text:hover { -- cgit v1.2.3 From 8eb18632d1100510cd32bd855e4e4dca189236cf Mon Sep 17 00:00:00 2001 From: git-marijus Date: Sat, 13 Jul 2013 20:14:42 +0200 Subject: slight change to #page-spinner --- view/theme/redbasic/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 041664d50..129e7edae 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3675,7 +3675,8 @@ ul.menu-popup { } #page-spinner { - margin-left: 50%; + color: #777; + margin: 24px; } .tabs-end { -- cgit v1.2.3 From a0f2d20e20822da57da8bf40d28a29e648306f32 Mon Sep 17 00:00:00 2001 From: git-marijus Date: Sat, 13 Jul 2013 21:47:06 +0200 Subject: port like button to spin.js --- view/theme/redbasic/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 129e7edae..7bc7e02ed 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1064,7 +1064,9 @@ footer { } .like-rotator { - margin-left: 5px; + float: left; + margin: 8px; + color: #777; } .wall-item-delete-wrapper { -- cgit v1.2.3 From 6abaa37fe37ee52a01e686ab3b722bcf8c2693f3 Mon Sep 17 00:00:00 2001 From: git-marijus Date: Sat, 13 Jul 2013 23:35:38 +0200 Subject: port jot to spin.js --- view/theme/redbasic/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7bc7e02ed..d56f69f8d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1688,6 +1688,12 @@ tr.mceLast { color: #000000; } +#profile-jot-text-loading { + float: left; + margin: 14px 0px 0px 12px; + color: #777; +} + .wall-item-photo, .photo, .contact-block-img, .my-comment-photo { border-radius: 5px; -moz-border-radius: 5px; -- cgit v1.2.3