Navigation Menu

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 button styling cleanup #10878

Merged
merged 1 commit into from Aug 30, 2016
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions app/assets/stylesheets/template.scss
Expand Up @@ -76,8 +76,6 @@ img.tiny { margin: 0; padding: 0;width:20px;height:20px; border: 0; vertical-ali

/*** form buttons ***/

#formbuttonplacement {float:right;}

#policy_bar img, #policy_bar2 img { width: 35px; height: 35px; border: 1px #ccc solid;}
#policy_bar img:hover, #policy_bar2 img:hover, #policy_bar .active img, #policy_bar2 .active img { background: #e4e4e4;}
#policy_bar { margin-bottom: 3px;padding: 1px 0 0 4px; width: 99.6%;height: 42px; border: none; background: none; line-height: 50px;}
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/_discover.html.haml
Expand Up @@ -60,7 +60,7 @@
:maxlength => 3,
"data-miq_observe" => {:interval => '.5',
:url => url}.to_json)
#formbuttonplacement
.pull-right
= button_tag(_("Start"),
:class => "btn btn-primary",
:name => "start",
Expand Down
2 changes: 1 addition & 1 deletion app/views/vm_common/_add_to_service.html.haml
Expand Up @@ -23,7 +23,7 @@
miqInitSelectPicker();
miqSelectPickerEvent('chosen_service', '#{url}')

#formbuttonplacement
.pull-right
= button_tag(_("Add"),
:name => "add",
:class => "btn btn-primary",
Expand Down