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

Form styles #339

Merged
merged 4 commits into from
May 18, 2016
Merged

Form styles #339

merged 4 commits into from
May 18, 2016

Conversation

vxsx
Copy link
Contributor

@vxsx vxsx commented May 18, 2016

  • Fixes broken styles on forms in IE
  • Fixes broken sortedm2m related-widget
  • Fixes broken sortedm2m checkboxes in IE
  • Removes djangocms-admin-frontend.css

vxsx added 3 commits May 18, 2016 16:42
wasn't used and caused document.write on every request in sideframe
fixes incorrect sizing in forms in IE, fixes sortedm2m, fixes
checkbox positioning
@@ -792,6 +811,10 @@ form select[multiple] {
width: calc(100% - 91px) !important;
margin-right: 10px;
}
select + .related-widget-wrapper-link,
.related-widget-wrapper-link + .related-widget-wrapper-link {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eh..

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as I understand we do not have influence on html, because such selector are too heave and looks weird a bit

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we do not, exactly.
but it's a very valid adjacent selector :)

Copy link
Contributor

@Brankub Brankub May 18, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ofcourse valid :)

@Brankub
Copy link
Contributor

Brankub commented May 18, 2016

overall LGTM

@lory87
Copy link
Contributor

lory87 commented May 18, 2016

👍

@vxsx vxsx merged commit 25c0f93 into master May 18, 2016
@vxsx vxsx deleted the bugfix/form-styles branch May 18, 2016 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants