Skip to content

Commit 0c8313a

Browse files
committed
CLOUDSTACK-9254: Make longer names display pretty
1 parent ed23ac6 commit 0c8313a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ui/css/cloudstack3.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2489,7 +2489,7 @@ div.detail-group.actions td {
24892489
padding: 1px 0 0;
24902490
/*+placement:shift -174px -57px;*/
24912491
position: relative;
2492-
left: -174px;
2492+
left: -239px;
24932493
top: -57px;
24942494
}
24952495

@@ -2555,7 +2555,7 @@ div.detail-group.actions td {
25552555
margin: 0;
25562556
position: absolute;
25572557
top: -47px;
2558-
left: 1090px;
2558+
left: 1025px;
25592559
cursor: default !important;
25602560
display: inline-block;
25612561
float: left;
@@ -2568,8 +2568,8 @@ div.detail-group.actions td {
25682568
padding: 9px 18px 7px 12px;
25692569
border-right: none;
25702570
/*[empty]border-top:;*/
2571-
min-width: 75px;
2572-
max-width: 120px;
2571+
min-width: 110px;
2572+
max-width: 220px;
25732573
text-align: center;
25742574
height: 12px;
25752575
overflow: hidden;
@@ -4310,7 +4310,7 @@ textarea {
43104310
#user-options {
43114311
background: #FFFFFF;
43124312
z-index: 10000;
4313-
width: 104px;
4313+
width: 150px;
43144314
position: absolute;
43154315
padding: 15px;
43164316
top: 30px;

ui/scripts/ui/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
.append(
226226
$('<div>').addClass('name').text(
227227
args.context && args.context.users ?
228-
cloudStack.concat(userLabel, 14) : 'Invalid User'
228+
cloudStack.concat(userLabel, 21) : 'Invalid User'
229229
)
230230
)
231231
.append(

0 commit comments

Comments
 (0)