forked from friendica/friendica-addons
6493559ee8
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
22 lines
260 B
CSS
22 lines
260 B
CSS
#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;
|
|
}
|