diff --git a/source/assets/images/sprite.png b/source/assets/images/sprite.png new file mode 100644 index 0000000..fad2c4a Binary files /dev/null and b/source/assets/images/sprite.png differ diff --git a/source/assets/stylesheets/application.css.sass b/source/assets/stylesheets/application.css.sass index 35b0bea..c2280bf 100755 --- a/source/assets/stylesheets/application.css.sass +++ b/source/assets/stylesheets/application.css.sass @@ -26,13 +26,16 @@ body.main .navbar-brand font-size: 1.6em +.sprite-image + background-image: url("../images/sprite.png") + #outer-wrapper position: absolute top: 60px bottom: 0 left: 20px right: 20px - border: 1px solid rgba(0,0,0, .2) + border: 1px solid rgba(0,0,0, .15) +border-top-left-radius($wrapper-corner-width) +border-top-right-radius($wrapper-corner-width) -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03) @@ -51,7 +54,6 @@ body.main background-color: $sidebar-bg width: $sidebar-width z-index: 1 - ul#dock margin: 0 0 0 0 padding: 0 @@ -116,7 +118,22 @@ body.main background-color: $body-bg padding: 20px left: $sidebar-width + .breadcrumb + +border-radius(0) + padding: 10px 20px + margin: -20px -20px 20px -20px #toolbar position: relative - top: 10px \ No newline at end of file + top: 10px + +#beaker + @extend .sprite-image + position: absolute + bottom: 5px + background-position: 0 0 + width: 12px + height: 24px + background-size: 100px + background-repeat: no-repeat + margin-left: 33px diff --git a/source/partials/_breadcrumb.haml b/source/partials/_breadcrumb.haml index 7c767b8..17152ab 100755 --- a/source/partials/_breadcrumb.haml +++ b/source/partials/_breadcrumb.haml @@ -1,6 +1,4 @@ %ul.breadcrumb - %li - %i.icon-rocket.icon-circle.on %li %a{:href => "#"} Library %li.active Data \ No newline at end of file diff --git a/source/partials/_dock.haml b/source/partials/_dock.haml index 938d1c3..1bfe20c 100644 --- a/source/partials/_dock.haml +++ b/source/partials/_dock.haml @@ -27,4 +27,6 @@ %a{href: '#'} Backup %li.launcher %i.icon-bug - %a{href: '#'} Feedback \ No newline at end of file + %a{href: '#'} Feedback + +#beaker \ No newline at end of file