diff --git a/dev/Styles/AdminGeneral.less b/dev/Styles/AdminGeneral.less index d3f3719f1..79bb229a1 100644 --- a/dev/Styles/AdminGeneral.less +++ b/dev/Styles/AdminGeneral.less @@ -1,12 +1,13 @@ .b-admin-general { - + .flag-selector { padding-top: 5px; } .flag-name { border-bottom: 1px dashed #555; + cursor: pointer; } } diff --git a/dev/Styles/Components.less b/dev/Styles/Components.less index 58781d4ea..750f9fd7d 100644 --- a/dev/Styles/Components.less +++ b/dev/Styles/Components.less @@ -70,16 +70,16 @@ height: 18px; vertical-align: bottom; margin-bottom: 3px; - margin-top: 1px; } .sub-label { - padding-left: 8px; + padding-left: 12px; } .sub-checkbox { position: absolute; box-sizing: border-box; + margin-top: 1px; .checkbox-box-sizes(); } diff --git a/dev/Styles/SettingsGeneral.less b/dev/Styles/SettingsGeneral.less index 4c82170e3..7d4a236be 100644 --- a/dev/Styles/SettingsGeneral.less +++ b/dev/Styles/SettingsGeneral.less @@ -1,25 +1,26 @@ - -.b-settings-general { - - .notification-desc-denied { - color: #999; - display: none; - } - - .denied-by-browser { - .notification-desc-denied { - display: inline; - } - .notification-desc { - color: #999; - } - } - - .flag-selector { - padding-top: 5px; - } - - .flag-name { - border-bottom: 1px dashed #555; - } -} + +.b-settings-general { + + .notification-desc-denied { + color: #999; + display: none; + } + + .denied-by-browser { + .notification-desc-denied { + display: inline; + } + .notification-desc { + color: #999; + } + } + + .flag-selector { + padding-top: 5px; + } + + .flag-name { + border-bottom: 1px dashed #555; + cursor: pointer; + } +} diff --git a/dev/Styles/_FontasticToBoot.less b/dev/Styles/_FontasticToBoot.less index ad6c9df3d..4f06b2711 100644 --- a/dev/Styles/_FontasticToBoot.less +++ b/dev/Styles/_FontasticToBoot.less @@ -70,6 +70,7 @@ line-height: 20px; } +/* @keyframes rotation { to {transform: rotate(1turn);} } @@ -86,19 +87,56 @@ line-height: 100%; } } +*/ + +@keyframes rotation { + to {transform: rotate(1turn);} +} + +.icon-spinner { + + font-family: Arial; + + &:before { + content: ""; + } + + height: 11px; + width: 11px; + + margin-right: -1px; + background: none; + + border: 3px solid #aaa; + border-top-color: #333; + border-radius: 100%; + + animation: none; + + &.animated { + border-color: transparent; + border-top-color: #999; + + animation: rotation .8s infinite linear; + } +} html.no-cssanimations .icon-spinner { + background: none; background-image: url('@{rlSyncFileStop}'); background-repeat: no-repeat; + + border: none; + box-shadow: none; + height: 16px; + width: 16px; + font-family: Arial; &:before { content: ""; } &.animated { + background: none; background-image: url('@{rlSyncFile}'); } } - -html.cssanimations .icon-spinner.animated:before { - animation: rotation 1s infinite steps(40); -} diff --git a/rainloop/v/0.0.0/app/templates/Views/Admin/AdminSettingsGeneral.html b/rainloop/v/0.0.0/app/templates/Views/Admin/AdminSettingsGeneral.html index b11fc30ee..74643d8be 100644 --- a/rainloop/v/0.0.0/app/templates/Views/Admin/AdminSettingsGeneral.html +++ b/rainloop/v/0.0.0/app/templates/Views/Admin/AdminSettingsGeneral.html @@ -18,7 +18,7 @@ Language