You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/11/26 10:35:00 UTC

ignite git commit: GG-10836 WIP on security UI.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc1 574cb7783 -> 52aca99cb


GG-10836 WIP on security UI.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/52aca99c
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/52aca99c
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/52aca99c

Branch: refs/heads/ignite-843-rc1
Commit: 52aca99cb921dd1c252557ceb7e0d6507c1776ed
Parents: 574cb77
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Thu Nov 26 16:35:21 2015 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Thu Nov 26 16:35:21 2015 +0700

----------------------------------------------------------------------
 .../src/main/js/public/stylesheets/style.scss               | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/52aca99c/modules/control-center-web/src/main/js/public/stylesheets/style.scss
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/public/stylesheets/style.scss b/modules/control-center-web/src/main/js/public/stylesheets/style.scss
index 6502097..6851d9e 100644
--- a/modules/control-center-web/src/main/js/public/stylesheets/style.scss
+++ b/modules/control-center-web/src/main/js/public/stylesheets/style.scss
@@ -1663,6 +1663,7 @@ button.dropdown-toggle {
 }
 
 button.select-toggle {
+    position: relative;
     padding-right: 15px;
 }
 
@@ -1677,14 +1678,6 @@ button.select-toggle::after {
     top: 50%;
 }
 
-button.btn.select-toggle::after {
-    right: 15px;
-}
-
-.input-tip > button.select-toggle::after {
-    right: 20px;
-}
-
 // Prevent scroll bars from being hidden for OS X.
 ::-webkit-scrollbar {
     -webkit-appearance: none;