Fix mobile templates

This commit is contained in:
Hadi Nategh 2022-09-27 12:15:19 +02:00
parent ecd3edfd7f
commit 5341b8dee3
5 changed files with 3 additions and 5 deletions

View File

@ -197,7 +197,7 @@
* Add / remove link or category popup used for actions on multiple entries * Add / remove link or category popup used for actions on multiple entries
*/ */
div.action_popup[id] { .action_popup[id] {
position: fixed; position: fixed;
top: 200px; top: 200px;
left: 450px; left: 450px;

View File

@ -115,7 +115,7 @@
* Add / remove link or category popup used for actions on multiple entries * Add / remove link or category popup used for actions on multiple entries
*/ */
div.action_popup[id] { .action_popup[id] {
position: fixed; position: fixed;
top: 200px; top: 200px;
left: 450px; left: 450px;

View File

@ -8583,7 +8583,6 @@ table.egwGridView_grid img.et2_appicon {
border-left: 1px solid silver; border-left: 1px solid silver;
border: 0; border: 0;
color: white; color: white;
width: 50px;
height: 50px; height: 50px;
display: none; display: none;
float: right; float: right;

View File

@ -877,7 +877,6 @@
border-left:1px solid silver; border-left:1px solid silver;
border:0; border:0;
color: white; color: white;
width:50px;
height:50px; height:50px;
display:none; display:none;
float:right; float:right;

View File

@ -104,7 +104,7 @@
</grid> </grid>
<styles> <styles>
div.action_popup[id] { .action_popup[id] {
position: fixed; position: fixed;
top: 200px; top: 200px;
left: 450px; left: 450px;