Skip to content

Commit

Permalink
WIP: fixes for QA - containers, modals and floats
Browse files Browse the repository at this point in the history
  • Loading branch information
kgough committed Mar 6, 2018
1 parent 761e94b commit cf40b53
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Expand Up @@ -40,7 +40,7 @@
color: @color-dark;
position: relative;
width: var(--ExploreSearch-width);
margin-top: @spacing-rq;
margin-top: @spacing-base;
margin-bottom: @spacing-base;
margin-left: auto;
margin-right: auto;
Expand Down
Expand Up @@ -26,7 +26,7 @@ class DeleteEntry extends Component {
} = this.props
/* eslint-disable react/jsx-no-bind */
return (
<div className='u-blockInline'>
<div className='u-blockInline bstrapReact'>
<Button bsSize='small'
onClick={() => handleDeleteEntryDisplay(true)}>
<Icon name='cross' className='n2' parentClassName='iconCross'
Expand Down
3 changes: 3 additions & 0 deletions server/zanata-frontend/src/app/styles/legacy.less
Expand Up @@ -388,4 +388,7 @@ body.bodyStyle {
li#settings ul.tabsContent {
padding-bottom: 10rem;
}
ul#languages-language_list .list__item {
width: 100%;
}
}
Expand Up @@ -3877,7 +3877,6 @@ Sub-headings can be used when placing a heading under another heading.
.new-zanata .list--panel .list__item__info, .new-zanata .list--stats .list__item__info {
display: table-cell;
min-width: 100%;
width: 100%;
vertical-align: middle;
line-height: 1em;
}
Expand Down

0 comments on commit cf40b53

Please sign in to comment.