From 93c33162a10056eec4dbd331cabbf7fb3ddc8df9 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 25 Aug 2016 14:57:44 +0100 Subject: [PATCH] CSS added for 2 x pane names as labels --- lib/ice-coder.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ice-coder.css b/lib/ice-coder.css index ada80d8..4cdb2d7 100644 --- a/lib/ice-coder.css +++ b/lib/ice-coder.css @@ -141,6 +141,7 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .footer .splitPaneControls {position: absolute; display: inline-block; width: 50px; text-align: center; padding: 6px} .footer .splitPaneControls .off {display: inline-block; width: 18px; height: 18px; margin-right: 10px; background: url('../images/split-pane-controls.gif') no-repeat 0 0; cursor: pointer} .footer .splitPaneControls .on {display: inline-block; width: 19px; height: 18px; background: url('../images/split-pane-controls.gif') no-repeat -18px 0; cursor: pointer} +.footer .splitPaneNames {position: absolute; display: inline-block; width: 100px; text-align: center; margin-top: 9px; color: #555; opacity: 0; transition: opacity 0.3s ease-in-out} .footer .charDisplay, .footer .byteDisplay {position: absolute; display: inline-block; padding: 5px 0 0 8px; margin-top: 3px; margin-right: 10px; right: 0; font-weight: bold; font-size: 12px; color: #fff; text-align: right; text-align: right; cursor: pointer} .fileMenu {position: absolute; display: none; left: 0; top: 0; background-color: #333; z-index: 10;