forked from extern/egroupware
Fix mobile templates
This commit is contained in:
parent
ecd3edfd7f
commit
5341b8dee3
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user