aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2011-12-08 00:12:51 -0800
committerzottel <github@zottel.net>2011-12-08 00:12:51 -0800
commitf661bb42509366c9677eac8c18476d594d652e80 (patch)
treec11d140c28209798fb8c84734bdf5aa0a4b00910 /view/theme/testbubble
parent961e34f67f477d18619d7d9a4aa8856a879b679a (diff)
downloadvolse-hubzilla-f661bb42509366c9677eac8c18476d594d652e80.tar.gz
volse-hubzilla-f661bb42509366c9677eac8c18476d594d652e80.tar.bz2
volse-hubzilla-f661bb42509366c9677eac8c18476d594d652e80.zip
fixed some glitches in testbubble theme
Diffstat (limited to 'view/theme/testbubble')
-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;