forked from friendica/friendica-addons
772c58ce9a
modified: statusnet/statusnet.php Set up tabs in code correctly. modified: twitter.tgz Set up tabs in code correctly. modified: twitter/twitter.php Set up tabs in code correctly. modified: yourls.tgz Set up tabs in code correctly. modified: yourls/yourls.css Set up tabs in code correctly. modified: yourls/yourls.php Set up tabs in code correctly.
22 lines
236 B
CSS
Executable file
22 lines
236 B
CSS
Executable file
#yourls-label {
|
|
float: left;
|
|
width: 300px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
yourls-url {
|
|
float: left;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#yourls-submit {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.yourls {
|
|
text-align: left;
|
|
width 100%;
|
|
margin-top: 25px;
|
|
font-size: 20px;
|
|
}
|