diff options
author | Valerio Virgillito | 2012-02-28 16:03:32 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-28 16:03:32 -0800 |
commit | ae96ea66acc4be873fb7fb73fb3f4484b6db3eb8 (patch) | |
tree | 91e7448100aebc6db2d58b8f4b87826bee8c76dd /js/components/layout | |
parent | 19e94dc51a279501352a08d511b18144f83500e5 (diff) | |
download | ninja-ae96ea66acc4be873fb7fb73fb3f4484b6db3eb8.tar.gz |
adding some margin to the bread crumb buttons
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/layout')
-rwxr-xr-x | js/components/layout/bread-crumb.reel/bread-crumb.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/components/layout/bread-crumb.reel/bread-crumb.css b/js/components/layout/bread-crumb.reel/bread-crumb.css index ae1ea794..67497e10 100755 --- a/js/components/layout/bread-crumb.reel/bread-crumb.css +++ b/js/components/layout/bread-crumb.reel/bread-crumb.css | |||
@@ -12,7 +12,9 @@ | |||
12 | -webkit-box-flex: 0; | 12 | -webkit-box-flex: 0; |
13 | } | 13 | } |
14 | 14 | ||
15 | .breadcrumbTrail button { | 15 | .breadcrumbTrail button.nj-skinned { |
16 | float: left; | 16 | float: left; |
17 | width: 60px; | 17 | width: 60px; |
18 | margin: 2px; | ||
18 | } | 19 | } |
20 | |||