mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
8 lines
136 B
CSS
8 lines
136 B
CSS
|
/* HACK Doesn't work in an iframe-popup at the moment, so we disable it */
|
||
|
#Avatar {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#i18nStatus {
|
||
|
margin-left: 0;
|
||
|
}
|