From b2a5cb5b6fe51144c3c3e23f6433e17429680d59 Mon Sep 17 00:00:00 2001 From: Michael Leanos Date: Fri, 9 Sep 2016 22:28:14 -0700 Subject: [PATCH] fix(lint): CSS alphabetize warnings (#1498) Fixes css lintings warnings of properties not alphabetized. --- modules/chat/client/css/chat.css | 2 +- modules/core/client/css/core.css | 12 ++++++------ modules/users/client/css/users.css | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/chat/client/css/chat.css b/modules/chat/client/css/chat.css index a64df1fa64..d34b886f56 100644 --- a/modules/chat/client/css/chat.css +++ b/modules/chat/client/css/chat.css @@ -9,7 +9,7 @@ margin-left: 10px; } .chat-profile-image { + border-radius: 50%; height: 28px; width: 28px; - border-radius: 50%; } diff --git a/modules/core/client/css/core.css b/modules/core/client/css/core.css index f287d94e6c..dab2b41a68 100644 --- a/modules/core/client/css/core.css +++ b/modules/core/client/css/core.css @@ -12,25 +12,25 @@ display: none !important; } .header-profile-image { - opacity: 0.8; - height: 28px; - width: 28px; border-radius: 50%; + height: 28px; margin-right: 5px; + opacity: 0.8; + width: 28px; } .open .header-profile-image, a:hover .header-profile-image { opacity: 1; } .user-header-dropdown-toggle { - padding-top: 11px !important; padding-bottom: 11px !important; + padding-top: 11px !important; } .user-primary-account { font-size: 30px; - top: 10px; - right: 10px; position: absolute; + right: 10px; + top: 10px; } .error-text { display: none; diff --git a/modules/users/client/css/users.css b/modules/users/client/css/users.css index 868b6f932b..eeed805a96 100644 --- a/modules/users/client/css/users.css +++ b/modules/users/client/css/users.css @@ -8,19 +8,19 @@ position: relative; } .btn-add-remove-account { - top: 10px; - right: 10px; - position: absolute; pointer-events: none; + position: absolute; + right: 10px; + top: 10px; } .user-profile-picture { - min-height: 150px; max-height: 150px; + min-height: 150px; } .cropArea { background: #E4E4E4; - width: 300px; height: 300px; + width: 300px; } .social-button { -webkit-transition-duration: 0.4s;