Adding favorites for Slices and Dashboards

This commit is contained in:
Maxime Beauchemin
2016-03-13 18:16:23 -07:00
parent 5b10b19ed7
commit 7ede732892
10 changed files with 146 additions and 3 deletions

View File

@@ -26,6 +26,12 @@ input.form-control {
margin-left: 365px;
}
.favstar {
margin-right: 10px;
opacity: 0.5;
cursor: pointer;
}
.slice_description{
padding: 8px;
margin: 5px;
@@ -84,7 +90,10 @@ form div {
.notbtn {
cursor: default;
box-shadow: none;
border: 1px solid #ccc;
}
hr {
margin-top: 15px;
margin-bottom: 15px;