aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-14 01:19:24 -0700
committerfriendica <info@friendica.com>2013-07-14 01:19:24 -0700
commit873c1f381e039f631a2634de1747ec85a6bad5d6 (patch)
tree74bfa72aea4cd090c1550f36437666cdd272350e /view/theme
parent5b73755af7befa171223c6cdb6cc7ec917cedd6f (diff)
parent6abaa37fe37ee52a01e686ab3b722bcf8c2693f3 (diff)
downloadvolse-hubzilla-873c1f381e039f631a2634de1747ec85a6bad5d6.tar.gz
volse-hubzilla-873c1f381e039f631a2634de1747ec85a6bad5d6.tar.bz2
volse-hubzilla-873c1f381e039f631a2634de1747ec85a6bad5d6.zip
Merge pull request #77 from git-marijus/master
add spin.js a themable js spinner to red
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css17
1 files changed, 12 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 9caa9145a..34f42f9a8 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1067,7 +1067,9 @@ footer {
}
.like-rotator {
- margin-left: 5px;
+ float: left;
+ margin: 8px;
+ color: #777;
}
.wall-item-delete-wrapper {
@@ -1689,6 +1691,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: $radiuspx;
-moz-border-radius: $radiuspx;
@@ -2411,9 +2419,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 {
@@ -3687,7 +3693,8 @@ ul.menu-popup {
}
#page-spinner {
- margin-left: 50%;
+ color: #777;
+ margin: 24px;
}
.tabs-end {