vorbis audio/video link buttons
This commit is contained in:
parent
9e1ca52e45
commit
334353e502
11 changed files with 93 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue