Add 'jot_tool' hook, plugins can add tool icons.
This commit is contained in:
parent
1f95ba5c34
commit
4a2c0fcc36
8 changed files with 54 additions and 5 deletions
|
@ -1034,7 +1034,7 @@ input#dfrn-url {
|
|||
margin-left: 110px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#profile-jot-plugin-wrapper,
|
||||
#profile-jot-submit-wrapper {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
@ -1078,7 +1078,9 @@ input#dfrn-url {
|
|||
#profile-jot-perms-end {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#profile-jot-plugin-end {
|
||||
clear:both;
|
||||
}
|
||||
#profile-jot-end {
|
||||
clear: both;
|
||||
margin-bottom: 30px;
|
||||
|
@ -2000,3 +2002,10 @@ a.mail-list-link {
|
|||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.tool-wrapper {
|
||||
float: left;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.tool-link {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
@ -907,6 +907,7 @@ input#dfrn-url {
|
|||
margin: 10px 0px 10px 110px;
|
||||
}
|
||||
|
||||
#profile-jot-plugin-wrapper,
|
||||
#profile-jot-submit-wrapper {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
@ -952,6 +953,9 @@ input#dfrn-url {
|
|||
height: 30px;
|
||||
}
|
||||
|
||||
#profile-jot-plugin-end{
|
||||
clear: both;
|
||||
}
|
||||
#profile-jot-end {
|
||||
/*clear: both;*/
|
||||
margin-bottom: 30px;
|
||||
|
@ -1885,3 +1889,11 @@ a.mail-list-link {
|
|||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
|
||||
.tool-wrapper {
|
||||
float: left;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.tool-link {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue