basic file upload/attach
This commit is contained in:
parent
eb152fdc24
commit
73b4faca5c
9 changed files with 216 additions and 4 deletions
|
@ -226,8 +226,10 @@ div.wall-item-content-wrapper.shiny {
|
|||
#profile-link,
|
||||
#profile-title,
|
||||
#wall-image-upload,
|
||||
#wall-file-upload,
|
||||
#profile-upload-wrapper,
|
||||
#wall-image-upload-div,
|
||||
#wall-file-upload-div,
|
||||
.hover, .focus {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -1136,7 +1138,10 @@ input#dfrn-url {
|
|||
float: left;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
#profile-attach-wrapper {
|
||||
float: left;
|
||||
margin-left: 30px;
|
||||
}
|
||||
#profile-rotator {
|
||||
float: left;
|
||||
margin-left: 30px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue