@@ -20,8 +20,7 @@
button {
position: relative;
- left: -3px;
- top: -3px;
+ margin-top: -2px;
}
@@ -59,10 +58,6 @@
background-color: #08f;
- .toolbar {
- background-color: #999;
- color: #333;
- }
.sidebar {
width: 300px;
@@ -74,6 +69,19 @@
margin-bottom: 10px;
+ .toolbar {
+ background-color: #999;
+ color: #333;
+ }
+
+ .toolbar .Panel {
+ padding: 4px;
+ .toolbar button {
+ margin-right: 6px;
</style>
</head>
<body>
@@ -7,7 +7,6 @@ var Toolbar = function ( editor ) {
container.setClass( 'toolbar' );
var buttons = new UI.Panel();
- buttons.setPadding( '7px' );
container.add( buttons );
// translate / rotate / scale