You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vi...@apache.org on 2012/06/07 02:40:34 UTC

svn commit: r1347223 - in /incubator/ambari/branches/ambari-186: CHANGES.txt hmc/css/common.css

Author: vikram
Date: Thu Jun  7 00:40:33 2012
New Revision: 1347223

URL: http://svn.apache.org/viewvc?rev=1347223&view=rev
Log:
AMBARI-420. Improve style on error log popups (Contributed by Yusaku)

Modified:
    incubator/ambari/branches/ambari-186/CHANGES.txt
    incubator/ambari/branches/ambari-186/hmc/css/common.css

Modified: incubator/ambari/branches/ambari-186/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/CHANGES.txt?rev=1347223&r1=1347222&r2=1347223&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/CHANGES.txt (original)
+++ incubator/ambari/branches/ambari-186/CHANGES.txt Thu Jun  7 00:40:33 2012
@@ -6,6 +6,8 @@ characters wide.
 
 Release 0.1.x - unreleased
 
+  AMBARI-420. Improve style on error log popups (Yusaku via Vikram)
+
   AMBARI-419. Add Basic Keyboard Action Support For HMC UI (Varun via Vikram)
 
   AMBARI-418. Remove Redundant Titles From Reconfigure Panel (Varun via Vikram)

Modified: incubator/ambari/branches/ambari-186/hmc/css/common.css
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/css/common.css?rev=1347223&r1=1347222&r2=1347223&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/css/common.css (original)
+++ incubator/ambari/branches/ambari-186/hmc/css/common.css Thu Jun  7 00:40:33 2012
@@ -146,18 +146,10 @@ caption {
 }
 
 thead {
-  font-size:1.2em;
+  font-size:13px;
   font-weight:bold;
-  /*
-  */
   color:white;
-  background-color: #00CC00;
-  /*
-  color: green;
-  background-color: #33CC33;
-  background-color: #DBDBDB;
-  background-color: #BF3030;
-  */
+  background-color:#65B642;
   border-bottom:1px solid #7A7A7A ;
 }
 
@@ -165,6 +157,7 @@ thead tr {
 }
 
 thead tr:hover {
+  background-color:#65B642;
 }
 
 th {
@@ -178,21 +171,15 @@ tr {
   */
 
   /* Color transition */
-  transition: background-color 1s cubic-bezier(.09, .99, .37, .98);
-  -moz-transition: background-color 1s cubic-bezier(.09, .99, .37, .98);    /* FF3.7+ */
-  -o-transition: background-color 1s cubic-bezier(.09, .99, .37, .98) ;      /* Opera 10.5 */
-  -webkit-transition: background-color 1s cubic-bezier(.09, .99, .37, .98) ; /* Saf3.2+, Chrome */
+  transition: background-color 0.5s cubic-bezier(.09, .99, .37, .98);
+  -moz-transition: background-color 0.5s cubic-bezier(.09, .99, .37, .98);    /* FF3.7+ */
+  -o-transition: background-color 0.5s cubic-bezier(.09, .99, .37, .98) ;      /* Opera 10.5 */
+  -webkit-transition: background-color 0.5s cubic-bezier(.09, .99, .37, .98) ; /* Saf3.2+, Chrome */
 }
 
 tr:hover {
-  background-color: #DBDBDB;
-  /* 
-  background-color: #33CC33;
-  */
+  background-color:#DBDBDB;
   height:30px;
-  /* 
-  opacity:1.0;
-  */
 }
 
 td {