mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] module web_dialog_size
New module that let the user expand a dialog box to the full screen width.
This commit is contained in:
committed by
Pedro M. Baeza
parent
a095b86105
commit
a8122d3553
17
web_dialog_size/static/src/css/web_dialog_size.css
Normal file
17
web_dialog_size/static/src/css/web_dialog_size.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.modal .modal-header button.dialog_button_extend {
|
||||
padding-top: 0px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
.modal .modal-header button.dialog_button_restore {
|
||||
padding-top: 1px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.modal .modal-header .dialog_button_hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dialog_full_screen {
|
||||
width: calc(100% - 50px);
|
||||
}
|
||||
Reference in New Issue
Block a user