Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
minor styling updates on the top toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Apr 9, 2014
1 parent 27b9266 commit 4bf3964
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions elements/designer-element/designer-element.css
Expand Up @@ -4,13 +4,6 @@ iframe {
border: none;
}

#viewSelector {
padding: 4px;
background: #E0E0E0;
border-radius: 2px;
margin-left: 8px;
}

#inspector {
position: relative;
width: 350px;
Expand Down
2 changes: 1 addition & 1 deletion elements/designer-element/designer-element.html
Expand Up @@ -28,7 +28,7 @@
<core-icon-button src="assets/code.png" name="code"></core-icon-button>
</core-selector>

<span style="padding-right: 24px;"></span>
<span style="padding-right: 16px;"></span>

<core-icon-button icon="add" on-tap="{{saveAction}}"></core-icon-button>
<!-- shareAction must be triggered from click to allow opening a tab (otherwise can only open a floating window) -->
Expand Down

0 comments on commit 4bf3964

Please sign in to comment.