Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ui/css/cloudstack3.css
Original file line numberDiff line numberDiff line change
Expand Up@@ -2489,7 +2489,7 @@ div.detail-group.actions td {
padding: 1px 0 0;
/*+placement:shift -174px -57px;*/
position: relative;
left: -174px;
left: -239px;
top: -57px;
}

Expand DownExpand Up@@ -2555,7 +2555,7 @@ div.detail-group.actions td {
margin: 0;
position: absolute;
top: -47px;
left: 1090px;
left: 1025px;
cursor: default !important;
display: inline-block;
float: left;
Expand All@@ -2568,8 +2568,8 @@ div.detail-group.actions td {
padding: 9px 18px 7px 12px;
border-right: none;
/*[empty]border-top:;*/
min-width: 75px;
max-width: 120px;
min-width: 110px;
max-width: 220px;
text-align: center;
height: 12px;
overflow: hidden;
Expand DownExpand Up@@ -4310,7 +4310,7 @@ textarea {
#user-options {
background: #FFFFFF;
z-index: 10000;
width: 104px;
width: 150px;
position: absolute;
padding: 15px;
top: 30px;
Expand Down
2 changes: 1 addition & 1 deletion ui/scripts/ui/core.js
Original file line numberDiff line numberDiff line change
Expand Up@@ -225,7 +225,7 @@
.append(
$('<div>').addClass('name').text(
args.context && args.context.users ?
cloudStack.concat(userLabel, 14) : 'Invalid User'
cloudStack.concat(userLabel, 21) : 'Invalid User'
)
)
.append(
Expand Down