From f2d3615e266265ef38420ff4393d643ff6414b28 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Mon, 17 Dec 2012 08:52:28 +0000 Subject: [PATCH] Tabs RTL dir, r-align, nowrap, hidden overflow This is to allow them to be cropped off to the left side if not big enough --- lib/ice-coder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ice-coder.css b/lib/ice-coder.css index 65d8175..58c0f5e 100644 --- a/lib/ice-coder.css +++ b/lib/ice-coder.css @@ -99,7 +99,7 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .editor {position: absolute; display: inline-block; top: 0; left: 15px; width: 2400px} .editor .tabsBar {display: inline-block; height: 22px; width: 2400px; margin-top: 40px; padding-left: 41px; background-color: #888;} -.tabsBar .tab {display: none; background-image: url('../images/nav-bg.jpg'); background-repeat: repeat-x; background-position: 0 0; padding: 5px 8px 2px 8px; font-size: 10px; border-left: solid 1px #fff; border-right: solid 1px #777; color: #fff; cursor: pointer; +.tabsBar .tab {display: none; background-image: url('../images/nav-bg.jpg'); background-repeat: repeat-x; background-position: 0 0; padding: 5px 8px 2px 8px; font-size: 10px; border-left: solid 1px #fff; border-right: solid 1px #777; color: #fff; direction: rtl; text-align: right; white-space: nowrap; overflow: hidden; cursor: pointer; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; transition: all 0.15s;