Skip to content

Commit

Permalink
Merge pull request #99 from siteorigin/style-fixes
Browse files Browse the repository at this point in the history
Form styling fixes
  • Loading branch information
Misplon authored Jan 26, 2020
2 parents 4e68414 + b850a02 commit 3632387
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
14 changes: 7 additions & 7 deletions css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@
box-sizing: border-box;
border-radius: 0;
font-size: 12px;
padding: 5px 8px;
}
#so-custom-css-properties .sections .fields-table .minicolors input {
box-sizing: border-box;
Expand All @@ -344,8 +343,10 @@
display: block;
position: absolute;
top: 0px;
right: 1px;
padding: 5px;
right: 0;
line-height: inherit;
margin: 0;
padding: 4px 5px 6px;
cursor: pointer;
font-size: 15px;
}
Expand Down Expand Up @@ -545,7 +546,6 @@
position: relative;
}
.socss-field-measurement input.socss-field-input {
min-height: 1.5em;
padding-right: 50px;
width: 120px !important;
box-sizing: border-box;
Expand Down Expand Up @@ -598,12 +598,12 @@
cursor: pointer;
box-sizing: border-box;
float: left;
padding: 8px;
padding: 9px;
user-select: none;
text-align: center;
margin: 0;
width: 27px;
height: 27px;
width: 30px;
height: 30px;
font-size: 10px;
}
.socss-diw .inc-button {
Expand Down
15 changes: 7 additions & 8 deletions css/admin.less
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@
box-sizing: border-box;
border-radius: 0;
font-size: 12px;
padding: 5px 8px;
}

.minicolors input {
Expand All @@ -409,9 +408,10 @@
display: block;
position: absolute;
top: 0px;
right: 1px;

padding: 5px;
right: 0;
line-height: inherit;
margin: 0;
padding: 4px 5px 6px;
cursor: pointer;
font-size: 15px;
}
Expand Down Expand Up @@ -667,7 +667,6 @@
position: relative;

input.socss-field-input {
min-height: 1.5em;
padding-right: 50px;
width: 120px !important;
box-sizing: border-box;
Expand Down Expand Up @@ -727,12 +726,12 @@
cursor: pointer;
box-sizing: border-box;
float: left;
padding: 8px;
padding: 9px;
user-select: none;
text-align: center;
margin: 0;
width: 27px;
height: 27px;
width: 30px;
height: 30px;
font-size: 10px;
}

Expand Down

0 comments on commit 3632387

Please sign in to comment.