aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-11 20:03:46 -0800
committerfriendica <info@friendica.com>2011-12-11 20:03:46 -0800
commit50c4b9a7803c08d6e41fc64ca3ffeb66c7f450ba (patch)
tree1d67ee1261c481ac6423cd3897dbba40c75c0de1 /view
parent3da3cd686cc7fa51e2c98e98dbf8bd3a65880bdd (diff)
parent834639ebab3daded63c3ed076273e69b798ced90 (diff)
downloadvolse-hubzilla-50c4b9a7803c08d6e41fc64ca3ffeb66c7f450ba.tar.gz
volse-hubzilla-50c4b9a7803c08d6e41fc64ca3ffeb66c7f450ba.tar.bz2
volse-hubzilla-50c4b9a7803c08d6e41fc64ca3ffeb66c7f450ba.zip
Merge branch 'master' into notify
Diffstat (limited to 'view')
-rw-r--r--view/theme/testbubble/style.css19
1 files changed, 15 insertions, 4 deletions
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css
index 1830a7408..d1d344ef9 100644
--- a/view/theme/testbubble/style.css
+++ b/view/theme/testbubble/style.css
@@ -65,6 +65,8 @@ li {
.required { display: inline; color: #b20202; }
.fakelink { color: #b20202; cursor: pointer; }
.fakelink :hover { color: #db0503; }
+.heart { color: #FF0000; font-size: 100%; }
+
input[type=text] {
border: 2px solid #b0b0b0;
@@ -2279,18 +2281,27 @@ margin-left: 0px;
padding: 5px;
}
-#register-form div,
-#profile-edit-form div {
+#register-form div {
clear: both;
}
+#profile-edit-form div {
+ margin-bottom: 5px;
+}
+
+#profile-edit-form div[id$='desc'] {
+ font-size: 0.8em;
+ margin-left: 2%;
+}
+
#register-form label,
#profile-edit-form label {
width: 300px; float: left;
}
-#register-form span,
-#profile-edit-form span {
+/* #register-form span,
+#profile-edit-form span { */
+#register-form span {
color: #555753;
display:block;
margin-bottom: 20px;