mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
Better alignment for tabbox in view mode
This commit is contained in:
parent
1687476928
commit
d5d0e99fe9
@ -1786,7 +1786,7 @@ body {
|
|||||||
#loginMainDiv div#centerBox form table.divLoginbox td {
|
#loginMainDiv div#centerBox form table.divLoginbox td {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ffc200;
|
color: #26537C;
|
||||||
}
|
}
|
||||||
#loginMainDiv div#centerBox form table.divLoginbox select {
|
#loginMainDiv div#centerBox form table.divLoginbox select {
|
||||||
/*.box_shadow_standard_light;*/
|
/*.box_shadow_standard_light;*/
|
||||||
@ -8049,6 +8049,9 @@ form[id^="tracker-"] .dialogHeadbar {
|
|||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
|
body .et2_mobile_view .et2_tabbox {
|
||||||
|
padding-left: 8px;
|
||||||
|
}
|
||||||
body .mobile-view-editBtn {
|
body .mobile-view-editBtn {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
|
@ -1186,6 +1186,7 @@
|
|||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.et2_tabbox {padding-left:8px;}
|
||||||
}
|
}
|
||||||
.mobile-view-editBtn {
|
.mobile-view-editBtn {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
Loading…
Reference in New Issue
Block a user