mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
Change default modal size
This commit is contained in:
parent
00128ed6d1
commit
9c3aaed01e
File diff suppressed because one or more lines are too long
@ -234,12 +234,12 @@ var provision_user_info = '<div id="provision_user_info" class="hidden section_c
|
||||
'<span class="provision_add_ssh_key_button">'+
|
||||
tr("Add a public SSH key to your account!")+
|
||||
'<br>'+
|
||||
tr("You will be able to access your Virtual Machines withouth password")+
|
||||
tr("You will be able to access your Virtual Machines without password")+
|
||||
'</span>'+
|
||||
'<span class="provision_update_ssh_key_button">'+
|
||||
tr("Update your public SSH key!")+
|
||||
'<br>'+
|
||||
tr("You will be able to access your Virtual Machines withouth password")+
|
||||
tr("You will be able to access your Virtual Machines without password")+
|
||||
'<br><br>'+
|
||||
'<span id="provision_ssh_key_text" style="text-overflow: ellipsis; word-break: break-word;"></span>'+
|
||||
'</span>'+
|
||||
|
@ -869,7 +869,7 @@ $price-item-bottom-border: none;
|
||||
// We use these to control the style of the modal itself.
|
||||
// $reveal-modal-bg: #fff;
|
||||
$reveal-position-top: 30px;
|
||||
//$reveal-default-width: 30%;
|
||||
$reveal-default-width: 30%;
|
||||
$reveal-modal-padding: rem-calc(25);
|
||||
// $reveal-box-shadow: 0 0 10px rgba(#000,.4);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user