mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 23:46:10 +00:00
css fix
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
<div class="list-group link-container">
|
||||
<div class="list-group link-container no-input">
|
||||
{{#each stageList}}
|
||||
<div class="list-group-item form-inline">
|
||||
<div style="display: inline-block; width: 100%;">
|
||||
<input class="role form-control input-sm pull-right" data-name="{{./this}}" value="{{prop ../values this}}">
|
||||
<input
|
||||
class="role form-control input-sm pull-right"
|
||||
data-name="{{./this}}" value="{{prop ../values this}}"
|
||||
>
|
||||
<div>{{./this}}</div>
|
||||
</div>
|
||||
<br class="clear: both;">
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -952,8 +952,24 @@ input.global-search-input {
|
||||
border-top-left-radius: var(--border-radius);
|
||||
border-top-right-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
> .list-group-item:last-child {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
&.no-input {
|
||||
border-bottom-left-radius: var(--border-radius);
|
||||
border-bottom-right-radius: var(--border-radius);
|
||||
|
||||
> .list-group-item:last-child {
|
||||
border-bottom-left-radius: var(--border-radius);
|
||||
border-bottom-right-radius: var(--border-radius);
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.list-group-item {
|
||||
margin-bottom: 0;
|
||||
border-top-width: 0;
|
||||
@@ -996,10 +1012,6 @@ input.global-search-input {
|
||||
}
|
||||
}
|
||||
|
||||
.field .link-container .list-group-item:last-child {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.field .link-container .list-group-item > div {
|
||||
margin: -6px 0 -6px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user