Skip to content

Commit

Permalink
card position
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonjuni committed Nov 14, 2014
1 parent 7873a16 commit 359c3b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion selectionTask/static/css/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ body {

@media (max-width: 682px) {
.card-centering-row {
width: 324px;
width: 325px;
}
}

Expand Down
6 changes: 3 additions & 3 deletions selectionTask/static/partials/task.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

<p class="taskQuestion" data-i18n="_taskQuestion_"></p>

<div style="position: relative; left: -50%; float: right; overflow: visible; max-width: 652px;">
<div style="position: relative; left: -50%; float: right; overflow: visible; max-width: 655px;">
<div class="card-centering-row">
<div style="display: inline-block; width: 324px;">
<div style="display: inline-block; width: 325px;">
<div ng-class="{'selected': taskData.1.selected}" ng-click="setSelection(1)"
class="card-container" onmousedown="event.preventDefault()">
<div class="card" ng-class="taskData.1.card_id">
Expand All @@ -42,7 +42,7 @@
</div>
</div>
</div>
<div style="display: inline-block; width: 324px;">
<div style="display: inline-block; width: 325px;">
<div ng-class="{'selected': taskData.3.selected}" ng-click="setSelection(3)"
class="card-container" onmousedown="event.preventDefault()">
<div class="card" ng-class="taskData.3.card_id">
Expand Down

0 comments on commit 359c3b0

Please sign in to comment.