1
0
Fork 0

vorbis audio/video link buttons

This commit is contained in:
Friendika 2011-03-16 21:14:22 -07:00
commit 334353e502
11 changed files with 93 additions and 6 deletions

View file

@ -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;
}