Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CSS styles for warmup/unhealthy states on Fail Over buttons
Change-Id: Ic9d424d1b0e13821a9ed88639872b0ea1f8ac2d2
[alk@tut.by: changed class names slightly]
Signed-off-by: Aliaksey Kandratsenka <alk@tut.by>
Reviewed-on: http://review.membase.org/6534
Reviewed-by: Steve Yen <steve.yen@gmail.com>
Tested-by: Aliaksey Kandratsenka <alkondratenko@gmail.com>
  • Loading branch information
BigBlueHat authored and alk committed May 27, 2011
1 parent 0cddbe1 commit 71e71ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions priv/public/css/screen.css
Expand Up @@ -719,6 +719,8 @@ body.init_bucket_dialog #container { display: none; }
{display: block; float: right; *float:right !important; margin-left: 5px; text-decoration:none !important;}
li.server_row .btn_cancel {display:block; height:15px; color:#7a7a7a; padding:0 18px 0 0; background:url(../images/btn_cancel_bg.png) 100% 0 no-repeat; line-height:15px; margin-top:23px;}
#servers .list_button {height:31px; padding:0 3px 0 0; background:url(../images/btn_2_bg.png) 100% -31px no-repeat; color:#000; margin-top:14px; font-size:14px; text-decoration:none !important; position:relative; }
#servers .list_button.failover_server.threat_red {color:#f00 !important;font-weight:bold;border: 1px solid #f00;border-radius:5px;-moz-box-shadow: 0 0 3px #f00;-webkit-box-shadow: 0 0 3px #f00;box-shadow:0 0 3px #f00}
#servers .list_button.failover_server.threat_yellow {color:#E5A800 !important;font-weight:bold;border: 1px solid #fac344;border-radius:5px;-moz-box-shadow: 0 0 3px #fac344;-webkit-box-shadow: 0 0 3px #fac344;box-shadow:0 0 3px #fac344}
#servers .list_button span {display:block; text-align:center; height:31px; line-height:31px; padding:0 6px 0 10px; background:url(../images/btn_2_bg.png) 0 0 no-repeat; float:right;}
#servers .list_button.disabled {background-position:100% -93px; color:#cacbce !important; opacity:1 !important;}
#servers .list_button.disabled span {background-position:0 -62px; color:#9E9FA3 !important;}
Expand Down

0 comments on commit 71e71ce

Please sign in to comment.