mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
add sample plugin code + fix a couple html issues on settings page
This commit is contained in:
parent
a1a838f69e
commit
18c3977b6a
5 changed files with 212 additions and 20 deletions
14
addon/randplace/randplace.css
Normal file
14
addon/randplace/randplace.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
|
||||
|
||||
#randplace-enable-label {
|
||||
float: left;
|
||||
width: 200px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
#randplace-checkbox {
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue