mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-25 15:43:22 +00:00
StatusNet: CSS cleanup for config form
This commit is contained in:
parent
41e1527c6d
commit
9f9b42cfe8
1 changed files with 5 additions and 14 deletions
|
@ -15,19 +15,15 @@
|
||||||
width: 250px;
|
width: 250px;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
#statusnet-default-label {
|
|
||||||
float: left;
|
|
||||||
width: 250px;
|
|
||||||
}
|
|
||||||
#statusnet-sendtaglinks-label {
|
|
||||||
float: left;
|
|
||||||
width: 250px;
|
|
||||||
margin-bottom: 25px;
|
|
||||||
}
|
|
||||||
#statusnet-disconnect {
|
#statusnet-disconnect {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#statusnet-default-label,
|
||||||
|
#statusnet-sendtaglinks-label,
|
||||||
|
#statusnet-shortening-label,
|
||||||
|
#statusnet-mirror-label,
|
||||||
|
#statusnet-pin-label,
|
||||||
#statusnet-enable-label {
|
#statusnet-enable-label {
|
||||||
float: left;
|
float: left;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
|
@ -38,11 +34,6 @@
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#statusnet-pin-label {
|
|
||||||
float: left;
|
|
||||||
width: 250px;
|
|
||||||
margin-bottom: 25px;
|
|
||||||
}
|
|
||||||
#statusnet-pin {
|
#statusnet-pin {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue