yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #28442
[Bug 1421287] [NEW] [data processing] Remove css from templates
Public bug reported:
* low priority, technical debt item *
There are a couple places in the Data Processing panels where there is
css defined inside of the templates. Ideally, existing css rules can be
applied to achieve the desired results, but it is possible that we may
need to add new styles to the projects css definitions.
The places where css is defined in data processing templates are:
.../horizon/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries/job_binaries.html
<style type="text/css">
#id_job_binary_url {
width: 200px !important; }
.form-help-block {
float: left;
text-align: left;
width: 300px; }
</style>
and
.../horizon/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/jobs.html
<style type="text/css">
.job_origin_main, .job_origin_lib {
width: 200px !important; }
.job_binary_add_button, .job_binary_remove_button {
width: 80px !important;
margin-left: 5px; }
.form-help-block {
float: left;
text-align: left;
width: 300px; }
.lib-input-div {
float:left;
width:320px; }
.job-libs-display {
float:left; }
.actions_column {
width: 210px !important; }
</style>
** Affects: horizon
Importance: Undecided
Status: New
** Tags: sahara
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1421287
Title:
[data processing] Remove css from templates
Status in OpenStack Dashboard (Horizon):
New
Bug description:
* low priority, technical debt item *
There are a couple places in the Data Processing panels where there is
css defined inside of the templates. Ideally, existing css rules can
be applied to achieve the desired results, but it is possible that we
may need to add new styles to the projects css definitions.
The places where css is defined in data processing templates are:
.../horizon/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries/job_binaries.html
<style type="text/css">
#id_job_binary_url {
width: 200px !important; }
.form-help-block {
float: left;
text-align: left;
width: 300px; }
</style>
and
.../horizon/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/jobs.html
<style type="text/css">
.job_origin_main, .job_origin_lib {
width: 200px !important; }
.job_binary_add_button, .job_binary_remove_button {
width: 80px !important;
margin-left: 5px; }
.form-help-block {
float: left;
text-align: left;
width: 300px; }
.lib-input-div {
float:left;
width:320px; }
.job-libs-display {
float:left; }
.actions_column {
width: 210px !important; }
</style>
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1421287/+subscriptions
Follow ups
References