mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +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 {
|
||||
padding: 0.5em;
|
||||
font-weight: bold;
|
||||
color: #ffc200;
|
||||
color: #26537C;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select {
|
||||
/*.box_shadow_standard_light;*/
|
||||
@ -8049,6 +8049,9 @@ form[id^="tracker-"] .dialogHeadbar {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
body .et2_mobile_view .et2_tabbox {
|
||||
padding-left: 8px;
|
||||
}
|
||||
body .mobile-view-editBtn {
|
||||
position: fixed;
|
||||
top: 2px;
|
||||
|
@ -1186,6 +1186,7 @@
|
||||
height: 100px;
|
||||
}
|
||||
}
|
||||
.et2_tabbox {padding-left:8px;}
|
||||
}
|
||||
.mobile-view-editBtn {
|
||||
position: fixed;
|
||||
|
Loading…
Reference in New Issue
Block a user