You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/06/03 19:05:19 UTC

[3/3] ambari git commit: AMBARI-11662. Creating view, the permissions UI user addition box does not appear properly (alexantonenko)

AMBARI-11662. Creating view, the permissions UI user addition box does not appear properly (alexantonenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/22cac0a2
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/22cac0a2
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/22cac0a2

Branch: refs/heads/trunk
Commit: 22cac0a2af6ee6f198650aa15e1d2c0d59dd13d6
Parents: f37920b
Author: Alex Antonenko <hi...@gmail.com>
Authored: Wed Jun 3 20:02:54 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Wed Jun 3 20:03:05 2015 +0300

----------------------------------------------------------------------
 ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/22cac0a2/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css
----------------------------------------------------------------------
diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css b/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css
index 9e791d6..ff963ee 100644
--- a/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css
+++ b/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css
@@ -146,13 +146,9 @@
 }
 .add-item-input span:empty:before{
   content: 'New';
-  position: absolute;
   left: 0;
   color: #ddd;
 }
-.add-item-input span:focus:before{
-  display: none;
-}
 .typeahead-box{
   position: absolute;
   left: 0;