mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
basic styling of the credits list
This commit is contained in:
parent
fb4adc83dc
commit
dff1a73bd3
1 changed files with 11 additions and 4 deletions
|
@ -260,19 +260,26 @@ a {
|
||||||
}
|
}
|
||||||
/* poke */
|
/* poke */
|
||||||
#poke-desc {
|
#poke-desc {
|
||||||
margin: 5px 0 10px;
|
margin: 5px 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#poke-wrapper {
|
#poke-wrapper {
|
||||||
padding: 10px 0 0px;
|
padding: 10px 0 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#poke-recipient, #poke-action, #poke-privacy-settings {
|
#poke-recipient, #poke-action, #poke-privacy-settings {
|
||||||
margin: 10px 0 30px;
|
margin: 10px 0 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#poke-recip-label, #poke-action-label, #prvmail-message-label {
|
#poke-recip-label, #poke-action-label, #prvmail-message-label {
|
||||||
margin: 10px 0 10px;
|
margin: 10px 0 10px;
|
||||||
|
}
|
||||||
|
ul.credits {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
ul.credits li {
|
||||||
|
float: left;
|
||||||
|
width: 240px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-entry-photo img {
|
.contact-entry-photo img {
|
||||||
|
|
Loading…
Reference in a new issue