mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-13 17:00:45 +01:00
Play with URL button alignment to avoid line wrapping
This commit is contained in:
parent
00805a6d21
commit
7ae7337d83
@ -97,7 +97,10 @@ div.et2_hbox>div {
|
|||||||
.et2_label {
|
.et2_label {
|
||||||
color: #101050;
|
color: #101050;
|
||||||
}
|
}
|
||||||
|
input.et2_url {
|
||||||
|
margin-right: 6px;
|
||||||
|
padding-right: 8px;
|
||||||
|
}
|
||||||
a.et2_url {
|
a.et2_url {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -106,6 +109,7 @@ a.et2_url {
|
|||||||
margin: -4px;
|
margin: -4px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
|
margin-left: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.et2_url.email {
|
a.et2_url.email {
|
||||||
|
Loading…
Reference in New Issue
Block a user