diff --git a/apps/common/main/resources/less/synchronize-tip.less b/apps/common/main/resources/less/synchronize-tip.less index 5f9bafa52..06b72e9f7 100644 --- a/apps/common/main/resources/less/synchronize-tip.less +++ b/apps/common/main/resources/less/synchronize-tip.less @@ -1,14 +1,9 @@ .synch-tip-root { position: fixed; z-index: @zindex-navbar + 2; - //@tip-width: 300px; &:not(.simple) { max-width: 300px; - - .tip-text { - //width: @tip-width - 40px; - } } &.simple { @@ -82,12 +77,6 @@ } &.colored { - //@tip-width: 270px; - //width: @tip-width; - .tip-text { - //width: @tip-width - 40px; - } - .asc-synchronizetip { background-color: @background-contrast-popover-ie; background-color: @background-contrast-popover;