From c144962e84804639e96baa591d1c1ecb2b034e06 Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Tue, 8 Jul 2014 17:02:21 +0530 Subject: made the code_cell full width --- custom.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/custom.css b/custom.css index 992762d..9300916 100644 --- a/custom.css +++ b/custom.css @@ -5,16 +5,13 @@ mainly to be overridden in profile/static/custom/custom.css This will always be an empty file in IPython */ -.input_area { - width: 90%; -} .code_cell { position: relative; } .question { position: absolute; - top: 5%; - right: 4%; + top: 25px; + right: 30px; display: inline; width: 30px; height: 30px; @@ -23,6 +20,7 @@ This will always be an empty file in IPython text-align: center; text-decoration: none; color: #ffffff; + z-index: 1007; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; -- cgit