mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Improve styling of sidebar buttons.
This commit is contained in:
@@ -1,14 +1,34 @@
|
||||
.blocklyWorkspaceColumn {
|
||||
float: left;
|
||||
width: 700px;
|
||||
margin-right: 20px;
|
||||
width: 800px;
|
||||
}
|
||||
.blocklySidebarColumn {
|
||||
border-left: 1px solid #888;
|
||||
float: left;
|
||||
margin-left: 10px;
|
||||
padding-left: 20px;
|
||||
margin-top: 20px;
|
||||
min-height: 700px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.blocklySidebarButton {
|
||||
background-color: #fff;
|
||||
border: 1px solid #333;
|
||||
border-radius: 4px;
|
||||
color: #000;
|
||||
font-size: 1em;
|
||||
margin: 10px 0 10px 30px;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.blocklySidebarButton[disabled] {
|
||||
border: 1px solid #ccc;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.blocklyAriaLiveStatus {
|
||||
background: #c8f7be;
|
||||
border-radius: 10px;
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
body {
|
||||
background-color: #fff;
|
||||
font-family: sans-serif;
|
||||
margin-left: 30px;
|
||||
}
|
||||
h1 {
|
||||
font-weight: normal;
|
||||
|
||||
Reference in New Issue
Block a user