Skip to content

Commit

Permalink
upd tiles group size
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Feb 4, 2014
1 parent 0318550 commit 2bf9ca2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions css/metro-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4704,6 +4704,9 @@ a {
padding-top: 40px;
position: relative;
}
.metro .tile-group.one {
width: 130px;
}
.metro .tile-group.two,
.metro .tile-group.double {
width: 260px;
Expand Down
3 changes: 3 additions & 0 deletions docs/css/metro-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4704,6 +4704,9 @@ a {
padding-top: 40px;
position: relative;
}
.metro .tile-group.one {
width: 130px;
}
.metro .tile-group.two,
.metro .tile-group.double {
width: 260px;
Expand Down
2 changes: 1 addition & 1 deletion docs/start-screen.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h5 class="fg-white no-margin">Party Cloudy</h5>
</a>
</div> <!-- End group -->

<div class="tile-group">
<div class="tile-group one">
<div class="tile-group-title">Office</div>
<a class="tile half bg-darkBlue" data-click="transform">
<div class="tile-content icon">
Expand Down
4 changes: 4 additions & 0 deletions less/tiles.less
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@
padding-top: 40px;
position: relative;

&.one {
width: @tileGroupSize;
}

&.two, &.double {
width: @tileGroupDoubleSize;
}
Expand Down
2 changes: 1 addition & 1 deletion min/metro-bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit 2bf9ca2

Please sign in to comment.