Files
jupyter_contrib_nbextensions/usability/execute_time/ExecuteTime.css
T
Jean-Christophe Jaskula 74bae3ad2d Execute timings initial commit
This extension displays below the input box when the last execution of
a cell occurred and how long it took.
2014-06-10 12:21:19 -04:00

7 lines
128 B
CSS
Executable File

.timing_area {
border-radius: 0 0 4px 4px;
padding: 0 5px 0 5px;
border: 1px solid #CFCFCF;
border-top: none;
}