Some minor CSS improvements.
- Projector: Use same line height in list elements as in content. - Projector: Reduce indentation of ul/ol lists. - Projector: Add more space between line numbers and motion text, - Agenda list: Remove padding-left in item list view.
This commit is contained in:
parent
85bbaea3e5
commit
6daf262c0e
@ -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"> ·
|
||||
|
@ -38,11 +38,7 @@ h3 {
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
margin: 0 0 10px 2em;
|
||||
}
|
||||
|
||||
li {
|
||||
line-height: normal;
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user