qol: option to view/print generated document inline
This commit is contained in:
@@ -6087,11 +6087,26 @@ textarea.block {
|
||||
}
|
||||
#Document_Generation_Dialog .details #Document_Generation_Dialog_Download_Container {
|
||||
text-align: center;
|
||||
padding-top: 3em;
|
||||
}
|
||||
#Document_Generation_Dialog .details #Document_Generation_Dialog_Download_Container button {
|
||||
display: block;
|
||||
margin: 3em auto;
|
||||
}
|
||||
#Document_Generation_Dialog .details #Document_Generation_Dialog_Download_Container #Document_Generation_Dialog_View {
|
||||
display: none;
|
||||
}
|
||||
#Document_Generation_Dialog .details #Document_Generation_Dialog_HandlerUI {
|
||||
display: none;
|
||||
}
|
||||
#Document_Generation_View_Dialog {
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
#Document_Generation_View_Dialog iframe {
|
||||
border: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
ul.list-group {
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -1560,11 +1560,26 @@ textarea.block {
|
||||
}
|
||||
#Document_Generation_Dialog .details #Document_Generation_Dialog_Download_Container {
|
||||
text-align: center;
|
||||
padding-top: 3em;
|
||||
}
|
||||
#Document_Generation_Dialog .details #Document_Generation_Dialog_Download_Container button {
|
||||
display: block;
|
||||
margin: 3em auto;
|
||||
}
|
||||
#Document_Generation_Dialog .details #Document_Generation_Dialog_Download_Container #Document_Generation_Dialog_View {
|
||||
display: none;
|
||||
}
|
||||
#Document_Generation_Dialog .details #Document_Generation_Dialog_HandlerUI {
|
||||
display: none;
|
||||
}
|
||||
#Document_Generation_View_Dialog {
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
#Document_Generation_View_Dialog iframe {
|
||||
border: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
ul.list-group {
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
|
||||
@@ -1650,7 +1650,15 @@ textarea.block {
|
||||
|
||||
#Document_Generation_Dialog_Download_Container {
|
||||
text-align: center;
|
||||
padding-top: 3em;
|
||||
|
||||
button {
|
||||
display: block;
|
||||
margin: 3em auto;
|
||||
}
|
||||
|
||||
#Document_Generation_Dialog_View {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#Document_Generation_Dialog_HandlerUI {
|
||||
@@ -1659,6 +1667,17 @@ textarea.block {
|
||||
}
|
||||
}
|
||||
|
||||
#Document_Generation_View_Dialog {
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
|
||||
iframe {
|
||||
border: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
ul.list-group {
|
||||
background-color: @white;
|
||||
border: 1px solid #ddd;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user