mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:45 +01:00
removed two css settings messing up existing eTemplate layouts:
- spans were different vertical aligned the prefixing text - all nextmatch header were forced to left alignment --> seems to have no negative effect, but fixes some ugly layout bugs
This commit is contained in:
parent
bed0c7a265
commit
f294a9274c
@ -656,10 +656,6 @@ tr.draggedOver td {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.egwGridView_grid span {
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
.egwGridView_grid span.iconOverlayContainer {
|
.egwGridView_grid span.iconOverlayContainer {
|
||||||
margin: 2px 5px 2px 2px;
|
margin: 2px 5px 2px 2px;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -740,7 +736,6 @@ tr.draggedOver td {
|
|||||||
background-color: #E0E0E0;
|
background-color: #E0E0E0;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
text-align: left;
|
|
||||||
border-left: 1px solid silver;
|
border-left: 1px solid silver;
|
||||||
border-top: 1px solid silver;
|
border-top: 1px solid silver;
|
||||||
border-right: 1px solid gray;
|
border-right: 1px solid gray;
|
||||||
|
Loading…
Reference in New Issue
Block a user