mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
new file: pageheader.tgz For admins to make system announcements
new file: pageheader/README For admins to make system announcements new file: pageheader/pageheader.css For admins to make system announcements new file: pageheader/pageheader.php For admins to make system announcements
This commit is contained in:
parent
8d1af5a4ef
commit
6493559ee8
4 changed files with 104 additions and 0 deletions
21
pageheader/pageheader.css
Normal file
21
pageheader/pageheader.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
#pageheader-label {
|
||||
float: left;
|
||||
width: 300px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#pageheader-words {
|
||||
float: left;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#pageheader-submit {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.pageheader {
|
||||
text-align: center;
|
||||
width 100%;
|
||||
margin-top: 25px;
|
||||
font-size: 20px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue