mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +01:00
remove unnecessary .useElipsis:after
This commit is contained in:
parent
28d2fad14a
commit
76e229b718
@ -280,9 +280,6 @@ pre {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
float: left;
|
float: left;
|
||||||
&:after{
|
|
||||||
content: " ...";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
#mail-index {
|
#mail-index {
|
||||||
position: relative
|
position: relative
|
||||||
|
@ -276,9 +276,6 @@ pre {
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.useEllipsis:after {
|
|
||||||
content: " ...";
|
|
||||||
}
|
|
||||||
#mail-index {
|
#mail-index {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@ -1787,8 +1784,7 @@ div#displayToolbar-menulist img {
|
|||||||
/*Label*/
|
/*Label*/
|
||||||
}
|
}
|
||||||
#mail-subscribe table.et2_grid tr td .mail_subscription_header {
|
#mail-subscribe table.et2_grid tr td .mail_subscription_header {
|
||||||
font-size: 250%;
|
/*line-height: 270%;*/
|
||||||
line-height: 270%;
|
|
||||||
margin: 0.6em 0 0;
|
margin: 0.6em 0 0;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
|
Loading…
Reference in New Issue
Block a user