Viewing example clusters in main view
This commit is contained in:
@@ -12,6 +12,28 @@
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.cluster-list-button {
|
||||
padding: 0.2em;
|
||||
margin-left: .2em;
|
||||
background-color: #ddd;
|
||||
color: @black;
|
||||
background-color: @silver;
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
vertical-align: middle;
|
||||
line-height: 0;
|
||||
font-family: "Lucida Console", Monaco, monospace;
|
||||
}
|
||||
|
||||
.cluster-button-checked {
|
||||
color: @silver;
|
||||
background-color: @black;
|
||||
}
|
||||
|
||||
.example-clusters {
|
||||
float: right;
|
||||
}
|
||||
|
||||
._hoverable {
|
||||
&:hover {
|
||||
background-color: @silver;
|
||||
@@ -208,6 +230,7 @@
|
||||
|
||||
.example-rest {
|
||||
border: 1px transparent solid;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.example-chosen {
|
||||
|
||||
Reference in New Issue
Block a user