aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/loozah
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-16 21:14:22 -0700
committerFriendika <info@friendika.com>2011-03-16 21:14:22 -0700
commit334353e502db5abd7ee248d183a915ff7468de3a (patch)
treeadc4eb3646ca828223c38cc8251d5364b3dcb949 /view/theme/loozah
parent9e1ca52e45263c38776bfa15f1ed2a9907b39597 (diff)
downloadvolse-hubzilla-334353e502db5abd7ee248d183a915ff7468de3a.tar.gz
volse-hubzilla-334353e502db5abd7ee248d183a915ff7468de3a.tar.bz2
volse-hubzilla-334353e502db5abd7ee248d183a915ff7468de3a.zip
vorbis audio/video link buttons
Diffstat (limited to 'view/theme/loozah')
-rw-r--r--view/theme/loozah/style.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index 13c2dda27..1c378793a 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -107,8 +107,10 @@ blockquote:before {
#jot-perms-icon,
#profile-location,
-#profile-nolocation,
-#profile-video,
+#profile-nolocation,
+#profile-youtube,
+#profile-video,
+#profile-audio,
#profile-link,
#wall-image-upload,
#profile-upload-wrapper,
@@ -1125,6 +1127,14 @@ padding: 5px 10px 0px;
float: left;
margin-left: 20px;
}
+#profile-video-wrapper {
+ float: left;
+ margin-left: 20px;
+}
+#profile-audio-wrapper {
+ float: left;
+ margin-left: 20px;
+}
#profile-location-wrapper {
float: left;
margin-left: 20px;
@@ -1136,7 +1146,7 @@ padding: 5px 10px 0px;
#profile-jot-perms {
float: left;
- margin-left: 200px;
+ margin-left: 150px;
font-weight: bold;
font-size: 1.2em;
}