Skip to content

Commit

Permalink
more minor changes to style
Browse files Browse the repository at this point in the history
  • Loading branch information
electronicwhisper committed Apr 23, 2012
1 parent 4230f1e commit e9a92de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions compiled/css/style.css
Expand Up @@ -92,11 +92,13 @@ button:active {
width: 192px;
overflow-y: auto;
}
#sidebarRight #components {
margin-top: -4px;
}
#sidebarRight .component {
position: relative;
padding-bottom: 4px;
padding: 4px 0px;
border-bottom: 1px solid #bbb;
margin-bottom: 4px;
margin-left: 20px;
}
#sidebarRight .component .mini {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -64,7 +64,7 @@

<div id="sidebarRight">
<!-- <div data-bind="foreach: _.reverse(focus().components())"> -->
<div data-bind="foreach: focus().components()">
<div id="components" data-bind="foreach: focus().components()">
<div data-bind="template: { name: 'component-template', data: {rootDefinition: $root.focus(), componentPath: [$data]} }"></div>
</div>
</div>
Expand Down
5 changes: 3 additions & 2 deletions src/style.styl
Expand Up @@ -105,11 +105,12 @@ button
bottom: spacing
width: sidebarRight
overflow-y: auto
#components
margin-top: -4px
.component
position: relative
padding-bottom: 4px
padding: 4px 0px
border-bottom: 1px solid #bbb
margin-bottom: 4px
margin-left: indent
.mini
opacity: 0.5
Expand Down

0 comments on commit e9a92de

Please sign in to comment.