[design] sidebar a.close button allignment
This commit is contained in:
parent
00a3e03e51
commit
f398754c6f
2 changed files with 20 additions and 28 deletions
|
|
@ -90,11 +90,12 @@ body[data-route^="List"] .main-menu .form-sidebar {
|
|||
margin-top: 2px;
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
.form-sidebar .assignment-row a.close,
|
||||
.form-sidebar a.close {
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
}
|
||||
.form-sidebar .attachment-row a.close {
|
||||
position: relative;
|
||||
right: 5px;
|
||||
top: 0px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
.sidebar-left .form-sidebar .form-tags,
|
||||
.sidebar-left .form-sidebar .assignment-row,
|
||||
|
|
@ -110,21 +111,16 @@ body[data-route^="List"] .main-menu .form-sidebar {
|
|||
padding-bottom: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.sidebar-left .form-sidebar .assignment-row a.close {
|
||||
top: -10px;
|
||||
right: -10px;
|
||||
.sidebar-left .form-sidebar a.close {
|
||||
right: 5px;
|
||||
}
|
||||
.layout-side-section .form-sidebar .attachment-row a.close {
|
||||
top: -4px;
|
||||
.sidebar-left .form-sidebar .assignment-row a.close {
|
||||
margin-top: -12px;
|
||||
}
|
||||
.layout-side-section .form-sidebar .modified-by,
|
||||
.layout-side-section .form-sidebar .created-by {
|
||||
margin: 30px 0px;
|
||||
}
|
||||
.layout-side-section .form-sidebar .assignment-row a.close,
|
||||
.layout-side-section .form-sidebar .attachment-row a.close {
|
||||
padding: 0px !important;
|
||||
}
|
||||
.layout-side-section .list-sidebar {
|
||||
margin-top: -15px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -114,11 +114,13 @@ body[data-route^="List"] .main-menu {
|
|||
}
|
||||
}
|
||||
|
||||
.assignment-row a.close,
|
||||
a.close {
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
}
|
||||
|
||||
.attachment-row a.close {
|
||||
position: relative;
|
||||
right: 5px;
|
||||
top: 0px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -139,26 +141,20 @@ body[data-route^="List"] .main-menu {
|
|||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
a.close {
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.assignment-row a.close {
|
||||
top: -10px;
|
||||
right: -10px;
|
||||
margin-top: -12px;
|
||||
}
|
||||
}
|
||||
|
||||
.layout-side-section .form-sidebar {
|
||||
.attachment-row a.close {
|
||||
top: -4px;
|
||||
}
|
||||
|
||||
.modified-by,
|
||||
.created-by {
|
||||
margin: 30px 0px;
|
||||
}
|
||||
|
||||
.assignment-row a.close,
|
||||
.attachment-row a.close {
|
||||
padding: 0px !important;
|
||||
}
|
||||
}
|
||||
|
||||
// list sidebar
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue