fix: Restricted button CSS

This commit is contained in:
Suraj Shetty 2019-12-19 12:56:27 +05:30
parent bd6d2b16bc
commit ea4d73f9a5
2 changed files with 12 additions and 6 deletions

View file

@ -293,7 +293,7 @@ input.list-check-all, input.list-row-checkbox {
border-radius: 5px;
background: lightyellow;
color: @text-light;
margin-left: auto;
margin: auto 0 auto auto;
font-size: @text-small;
margin-top: 3px;
outline: 0;
@ -304,6 +304,13 @@ input.list-check-all, input.list-row-checkbox {
}
}
.frappe-rtl {
.restricted-list {
margin: auto auto auto 0;
direction: ltr;
}
}
.taggle_input {
padding: 0;
margin-top: 3px;

View file

@ -124,17 +124,16 @@
}
.page-form {
margin: 0px;
padding-right: 15px;
padding-top: 10px;
margin: 0;
padding: 10px 15px;
display: flex;
flex-wrap: wrap;
border-bottom: 1px solid @border-color;
background-color: @panel-bg;
.form-group {
padding-right: 0px;
margin-bottom: 10px;
padding: 0px;
margin: 0px;
}
.checkbox {
margin-top: 4px;