diff options
author | Friendika <info@friendika.com> | 2011-03-16 21:14:22 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-16 21:14:22 -0700 |
commit | 334353e502db5abd7ee248d183a915ff7468de3a (patch) | |
tree | adc4eb3646ca828223c38cc8251d5364b3dcb949 /view/theme | |
parent | 9e1ca52e45263c38776bfa15f1ed2a9907b39597 (diff) | |
download | volse-hubzilla-334353e502db5abd7ee248d183a915ff7468de3a.tar.gz volse-hubzilla-334353e502db5abd7ee248d183a915ff7468de3a.tar.bz2 volse-hubzilla-334353e502db5abd7ee248d183a915ff7468de3a.zip |
vorbis audio/video link buttons
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 14 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 16 |
2 files changed, 25 insertions, 5 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index ad2aac9be..ce75655fb 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -206,8 +206,10 @@ div.wall-item-content-wrapper.shiny { /* from default */ #jot-perms-icon, #profile-location, -#profile-nolocation, +#profile-nolocation, +#profile-youtube, #profile-video, +#profile-audio, #profile-link, #wall-image-upload, #profile-upload-wrapper, @@ -1056,6 +1058,14 @@ input#dfrn-url { 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; @@ -1067,7 +1077,7 @@ input#dfrn-url { #profile-jot-perms { float: left; - margin-left: 200px; + margin-left: 150px; font-weight: bold; font-size: 1.2em; } 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; } |