diff options
author | Jayaram R Pai | 2014-07-08 17:02:21 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-07-08 17:02:21 +0530 |
commit | c144962e84804639e96baa591d1c1ecb2b034e06 (patch) | |
tree | d8e16a496b57cb28315c5fdeacb55e2f5c4dc5bf | |
parent | b9f911222535cb03e98def07e4c94274d15ac483 (diff) | |
download | custom-c144962e84804639e96baa591d1c1ecb2b034e06.tar.gz custom-c144962e84804639e96baa591d1c1ecb2b034e06.tar.bz2 custom-c144962e84804639e96baa591d1c1ecb2b034e06.zip |
made the code_cell full width
-rw-r--r-- | custom.css | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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; |