Skip to content

Commit

Permalink
Refs #4502 Adding class for standalone widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Jan 16, 2014
1 parent dda83f4 commit a0049d6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion plugins/Dashboard/templates/_header.twig
Expand Up @@ -13,4 +13,4 @@
{% include "_jsGlobalVariables.twig" %}
{% include "_jsCssIncludes.twig" %}
</head>
<body>
<body id="standalone">
30 changes: 16 additions & 14 deletions plugins/Morpheus/stylesheets/theme.less
Expand Up @@ -318,20 +318,22 @@ table.entityTable tr td a:hover {
}
}

/* Embed dashboard style */
#Dashboard > ul {
background: #fff;
border: 1px solid @silver-80;
padding: 8px 10px 8px 10px;
color: #444;
height: 12px;
line-height:1em;
.border-radius(0px);
}

#Dashboard:hover ul {
background: #f1f0eb;
border-color: #a9a399;
/* Iframed Embed dashboard style */
#standalone {
#Dashboard > ul {
background: #fff;
border: 1px solid @silver-80;
padding: 8px 10px 8px 10px;
color: #444;
height: 12px;
line-height:1em;
.border-radius(0px);
}

#Dashboard:hover ul {
background: #f1f0eb;
border-color: #a9a399;
}
}

.rss-title {
Expand Down

0 comments on commit a0049d6

Please sign in to comment.