parent
9240605ad5
commit
e547a89246
2 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
* Remove Internet Explorer workarounds [#7557](https://github.com/diaspora/diaspora/pull/7557)
|
* Remove Internet Explorer workarounds [#7557](https://github.com/diaspora/diaspora/pull/7557)
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
|
* Fix displaying posts with long labels [#7579](https://github.com/diaspora/diaspora/pull/7579)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Ask for confirmation when leaving a submittable comment field [#7530](https://github.com/diaspora/diaspora/pull/7530)
|
* Ask for confirmation when leaving a submittable comment field [#7530](https://github.com/diaspora/diaspora/pull/7530)
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
box-shadow: 0 0 0;
|
box-shadow: 0 0 0;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
clear: both;
|
||||||
|
|
||||||
.bar {
|
.bar {
|
||||||
background: $border-dark-grey none;
|
background: $border-dark-grey none;
|
||||||
|
|
@ -46,6 +47,7 @@
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
[type=radio],
|
[type=radio],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue