Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Styling overrides for the diamondash-backed dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvdm committed Nov 25, 2013
1 parent 6e34c38 commit 34cdf97
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
16 changes: 16 additions & 0 deletions go/base/static/css/dashboards.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.diamondash.dashboard {
background: transparent;

.widget {
.widget-head {
color: #2f3436;
background: #d2d0c7;
.border-radius(5px);

h4 {
padding: 6px;
font-size: 16px;
}
}
}
}
17 changes: 17 additions & 0 deletions go/base/static/css/vumigo.css
Original file line number Diff line number Diff line change
Expand Up @@ -795,3 +795,20 @@ table tbody.loading td {
font-size: 2.5em;
color: #f2f1ed;
}
.diamondash.dashboard {
background: transparent;
}
.diamondash.dashboard .widget .widget-head {
color: #2f3436;
background: #d2d0c7;
-webkit-border-radius: 5px;
-webkit-background-clip: padding-box;
-moz-border-radius: 5px;
-moz-background-clip: padding;
border-radius: 5px;
background-clip: padding-box;
}
.diamondash.dashboard .widget .widget-head h4 {
padding: 6px;
font-size: 16px;
}
1 change: 1 addition & 0 deletions go/base/static/css/vumigo.less
Original file line number Diff line number Diff line change
Expand Up @@ -373,3 +373,4 @@ a:link, button {
@import "account.less";
@import "tables.less";
@import "error.less";
@import "dashboards.less";

0 comments on commit 34cdf97

Please sign in to comment.