Skip to content

Commit

Permalink
Tweak where the editable property widget shows up for dashboard widge…
Browse files Browse the repository at this point in the history
…ts and on the container detail page
  • Loading branch information
gashcrumb committed Sep 30, 2013
1 parent c04e23f commit f89f6ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hawtio-web/src/main/webapp/css/site-base.css
Expand Up @@ -1511,6 +1511,7 @@ input[type="checkbox"].ng-invalid {

.container-settings dd .ep {
display: inline-block;
top: -5px;
}
.profile-details div dl dd ul li {
white-space: nowrap;
Expand Down Expand Up @@ -1978,3 +1979,7 @@ a.dashboard-link:hover {
.widget-body div div .wiki-fixed {
margin: 3px;
}

.widget-title div div editable-property .ep {
top: -1px;
}

0 comments on commit f89f6ba

Please sign in to comment.