Skip to content

Commit

Permalink
improving scenario icons alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalinn committed Oct 2, 2024
1 parent 5dc8472 commit 72ea993
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
5 changes: 3 additions & 2 deletions behavex/outputs/bootstrap/css/behavex.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,11 @@ table th {
font-weight: bold ;
}
.glyphicon-sort {
font-size: 10px
font-size: 10px;
}
.glyphicon-scenario {
font-size: 11px
font-size: 11px;
top: 0px;
}
.table {
margin-bottom: 5px;
Expand Down
5 changes: 2 additions & 3 deletions behavex/outputs/jinja/main.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,8 @@
 
<span class="glyphicon glyphicon-menu-right" data-id-hash="{{ scenario.id_hash }}"
title="{{ ('commons.expand'|get_text).format('scenario') }}" data-scenario>
<b class="span-behavex" style="cursor: pointer;">{{scenario.name|e}}</b>
&nbsp;<b class="glyphicon glyphicon-copy glyphicon-scenario link-cursor" title="Copy scenario name"
onclick="copyToClipboard('{{scenario.name|e}}'); event.stopPropagation();"></b>
<b class="span-behavex" style="cursor: pointer;">{{scenario.name|e}}</b>&nbsp;<b class="glyphicon glyphicon-copy glyphicon-scenario link-cursor"
title="Copy scenario name" onclick="copyToClipboard('{{scenario.name|e}}'); event.stopPropagation();"></b>
{%- if ('MUTE' in scenario|get_scenario_tags) -%}
&nbsp;<b class="glyphicon glyphicon-volume-off glyphicon-scenario" title="{{ 'report.muted'|get_text }}"></b>
{%- endif -%}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "behavex"
version = "4.0.7rc3"
version = "4.0.7rc4"
description = "Agile testing framework on top of Behave (BDD)."
readme = "README.md"
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='behavex',
version='4.0.7rc3',
version='4.0.7rc4',
license="MIT",
platforms=['any'],
python_requires='>=3.5',
Expand Down

0 comments on commit 72ea993

Please sign in to comment.