From e97a957e0a2cc119c9cbfabeae1c6e976f7f829a Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Wed, 15 May 2013 13:19:18 -0400 Subject: [PATCH] remove left border from modal header button. --- css/app.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index d7ac60fb7..75711b084 100644 --- a/css/app.css +++ b/css/app.css @@ -601,7 +601,6 @@ a:hover .icon.out-link { background-position: -500px -14px;} .header button { height: 100%; border-radius: 0; - border-left: 1px solid #CCC; width: 40px; text-align: center; overflow: hidden; @@ -610,6 +609,11 @@ a:hover .icon.out-link { background-position: -500px -14px;} top: 0; } +.modal > button.fr, +.header button.fr { + border-left: 1px solid #CCC; +} + .modal > button { height: 59px; z-index: 3;