Skip to content

Commit

Permalink
Few tweaks so the detail page is still workable at 800x600
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Sep 26, 2013
1 parent c793207 commit 4d4c665
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/fabric/html/container.html
Expand Up @@ -20,7 +20,7 @@ <h2><i ng-class="statusIcon()"></i>Container: {{row.id}}</h2>
<div class="row-fluid">


<div class="span4">
<div class="span4 container-profile-settings">
<dl class="dl-horizontal container-detail-profiles">
<div class="btn-group pull-right container-detail-profile-buttons">
<button class="btn" ng-click="addProfileDialog.open()" title="Add new profiles to this container"><i class="icon-plus"></i> Add</button>
Expand Down
15 changes: 13 additions & 2 deletions hawtio-web/src/main/webapp/css/site-base.css
Expand Up @@ -1494,8 +1494,13 @@ input[type="checkbox"].ng-invalid {
-moz-box-shadow: 0 0 12px #e5e971;
box-shadow: 0 0 12px #e5e971;
}
.container-settings {

.container-profile-settings {
min-width: 360px;
}

.container-settings {
min-width: 360px;
}

.bold {
Expand Down Expand Up @@ -1927,5 +1932,11 @@ a.dashboard-link:hover {
.container-detail-profile-buttons {
position: absolute;
right: 0;
top: 19px;
z-index: 50;
top: 20px;
}

#dialog-body div .profile-list {
max-height: 327px;
overflow-y: auto;
}

0 comments on commit 4d4c665

Please sign in to comment.