mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Mobile theme W.I.P.:
- Add edit dialog for projectmanager - Fix bad margins applied to input field - Switch column in projectmanager list view
This commit is contained in:
parent
ee1d467895
commit
7d2447ea7a
@ -7919,6 +7919,9 @@ form[id^="tracker-"] .dialogHeadbar {
|
||||
body .popupMainDiv .et2_taglist > div {
|
||||
min-height: auto;
|
||||
}
|
||||
body .popupMainDiv form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
|
||||
margin: 0 5px 0 0;
|
||||
}
|
||||
body .dialogHeadbar button[class*="et2_button_with_image"]:not([class*="et2_toolbar_hasCaption"]) {
|
||||
-webkit-filter: brightness(0) invert(1) !important;
|
||||
filter: brightness(0) invert(1) !important;
|
||||
|
@ -950,6 +950,8 @@
|
||||
}
|
||||
|
||||
.et2_taglist>div{min-height: auto;}
|
||||
|
||||
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {margin:0 5px 0 0;}
|
||||
}
|
||||
.dialogHeadbar {
|
||||
button[class*="et2_button_with_image"]:not([class*="et2_toolbar_hasCaption"]) {
|
||||
|
Loading…
Reference in New Issue
Block a user