1
0
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:
Daniel Molina 2014-04-24 17:53:46 +02:00
parent 00128ed6d1
commit 9c3aaed01e
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -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>'+

View File

@ -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);