Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix/metabox style #1696

Merged
merged 2 commits into from
May 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions assets/css/give-admin-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ div.cmb-type-levels-repeater-header + div.cmb-repeat-group-wrap {
margin-left: -4px; }

.give-money-symbol-after {
margin-right: -1px; }
margin-right: -5px; }

.give_options_panel input[type="text"] {
padding: 5px;
Expand Down Expand Up @@ -1118,7 +1118,7 @@ ASIDE
display: block;
position: absolute;
bottom: 0;
right: 170px;
right: 166px;
width: 170px;
max-height: 250px;
overflow-y: scroll; }
Expand Down
2 changes: 1 addition & 1 deletion assets/css/give-admin-rtl.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/css/give-admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/give-admin.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/scss/admin/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ div.cmb-type-levels-repeater-header + div.cmb-repeat-group-wrap {

.give-money-symbol-after {
//border-left: 0;
margin-left: -1px;
margin-left: -5px;
}

.give_options_panel input[ type="text"] {
Expand Down Expand Up @@ -641,7 +641,7 @@ ASIDE
display: block;
position: absolute;
bottom: 0;
left: 170px;
left: 166px;
width: 170px;
max-height: 250px;
overflow-y: scroll;
Expand Down
2 changes: 1 addition & 1 deletion assets/sourcemaps/give-admin.css.map

Large diffs are not rendered by default.