From feeb3907bfaab8696356384c420d28524cb21941 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 10 May 2012 18:40:26 +0100 Subject: [PATCH] Nav tab close button now round --- lib/coder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/coder.css b/lib/coder.css index 1c7704a..3a66b2f 100644 --- a/lib/coder.css +++ b/lib/coder.css @@ -120,7 +120,7 @@ h2 {font-size: 18px; font-weight: normal; color: #ffffff} -o-transition: all 0.15s; transition: all 0.15s; } -.tabsBar .tab img {margin: 1px 0px 0px 5px} +.tabsBar .tab .closeTab {margin: 1px 0px 0px 5px; border-radius: 6px} .tabsBar .newTab {display: inline-block; background-image: url('../images/nav-bg.gif'); background-repeat: repeat-x; background-position: 0px 0px; padding: 6px 5px 1px 5px; border-left: solid 1px #ffffff; border-right: solid 1px #777777; cursor: pointer;} .editor .findBar {display: inline-block; height: 28px; width: 2400px; color: #ffffff; background-color: #141414} .findBar .findReplace {position: absolute; z-index: 1}