Merge pull request #3639 from emanuelschuetze/layout-improvements

Some minor CSS improvements.
This commit is contained in:
Emanuel Schütze 2018-03-08 11:03:01 +01:00 committed by GitHub
commit bc5eb84647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 8 deletions

View File

@ -310,8 +310,7 @@
</span>
</div>
<!-- hover menu -->
<div os-perms="agenda.can_see" ng-class="{'hiddenDiv': !item.hover}"
ng-style="{'padding-left': items.length === itemsSearched.length ? '15px' : '0px'}">
<div os-perms="agenda.can_see" ng-class="{'hiddenDiv': !item.hover}">
<small>
<a ui-sref="agenda.item.detail({id: item.id})" translate>List of speakers</a>
<span os-perms="agenda.can_manage"> &middot;

View File

@ -38,11 +38,7 @@ h3 {
}
ul, ol {
margin: 0 0 10px 2em;
}
li {
line-height: normal;
margin: 0 0 10px 0;
}
hr {

View File

@ -29,9 +29,12 @@ p.os-split-after {
}
.motion-text.line-numbers-outside {
padding-left: 0;
margin-left: 25px;
margin-left: 35px;
position: relative;
}
.motion-text.line-numbers-outside .os-line-number {
left: -33px;
}
.motion-text.line-numbers-outside .os-line-number:after {
content: attr(data-line-number);
position: absolute;