-
Notifications
You must be signed in to change notification settings - Fork 900
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
Style1 to patternfly conversion in configuration #3711
Conversation
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
85582e2
to
4a4d508
Compare
c163ea2
to
3dccd02
Compare
@miq-bot add_label wip |
f05a06c
to
9b36759
Compare
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
241543b
to
bad984c
Compare
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
0f9ae3b
to
f976fe5
Compare
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
@PanSpagetka Cool. Only for the 2 column layouts |
918380e
to
d506ab0
Compare
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
@PanSpagetka please update your PR as is described in #4197 |
d506ab0
to
0b48b8e
Compare
@miq-bot remove_label wip |
Updated, @epwinchell @skateman please review |
@PanSpagetka, why are the text fields so wide? Is that the default when using PatternFly styling ? |
@serenamarie125 yes, when we use :class => "form-control" text fields are as wide as upper element, in this case .col-md-8 |
0b48b8e
to
c6b0980
Compare
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
@PanSpagetka a bunch of the fieldsets are now nested (screenshot - 1, 6 ,etc) please compare to the "before" screenshots. |
@PanSpagetka screenshot 9 selects are not converted and fieldsets are nested |
.form-group | ||
%label.col-md-2.control-label | ||
= _("Start Date") | ||
.col-md-8{:style => "padding-right: 5px"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@PanSpagetka remove inline styling add form-control
c6b0980
to
54034e0
Compare
@epwinchell Sorry for such a big and ugly PR. I swear, by the old gods and the new, that I will never make it again. |
54034e0
to
e017b3b
Compare
e017b3b
to
07b1315
Compare
Checked commits PanSpagetka/manageiq@925c4f4~...07b1315 with ruby 1.9.3, rubocop 0.33.0, and haml-lint 0.13.0 app/presenters/tree_builder_ops.rb
app/views/_ldap_domain_form.html.haml
app/views/layouts/angular/_edit_log_depot_settings_angular.html.haml
app/views/ops/_ap_form.html.haml
app/views/ops/_ap_form_set.html.haml
app/views/ops/_diagnostics_cu_repair_tab.html.haml
app/views/ops/_diagnostics_database_tab.html.haml
app/views/ops/_ldap_auth_users.html.haml
app/views/ops/_selected_by_servers.html.haml
app/views/ops/_settings_authentication_tab.html.haml
app/views/ops/_settings_co_tags_tab.html.haml
app/views/ops/_settings_import_tab.html.haml
app/views/ops/_settings_rhn_edit_tab.haml
app/views/ops/_settings_server_tab.html.haml
app/views/ops/_settings_workers_tab.html.haml
|
@dclarizio Looks good |
Style1 to patternfly conversion in configuration
Parent issue: #3139
Before:
After:
Before:
After:
Before:
After:
Before:
After:
Before:
After:
Before:
After:
Before:
After:
Before:
After:
Before:
After:
Before:
After:
Before:
After:
Before:
After:
Before:
After:
Before:
After:
15.
Before:
After:
Before:
After:
Before:
After:
Before:
After:
Before:
After:
Before:
After:
Before:
After:
@epwinchell @dclarizio @skateman Please review