##// END OF EJS Templates
Major refactoring of notebook....
Major refactoring of notebook. * Created new base page html/css/js. * Everything inherits from the page template. * Universal header border. * Notebook list borders are set to 1px all around. * No border around notebook area. * Border cleanup of toolbar/menubar. * Lots of code reorg to get ready for further refactoring.

File last commit:

r6192:a53b1a9f
r6193:f60f6df8
Show More
projectdashboard.css
53 lines | 610 B | text/css | CssLexer
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488
/**
* Primary styles
*
* Author: IPython Development Team
*/
Brian Granger
Refactoring templates and top level js/css organization.
r6192 #main_app {
width: 920px;
margin: auto;
Brian E. Granger
File upload/import working from notebook browser.
r4491 }
Brian Granger
Refactoring templates and top level js/css organization.
r6192 #notebooks_toolbar {
Stefan van der Walt
Notify user about invalid password.
r5323 padding: 5px;
Brian E. Granger
File upload/import working from notebook browser.
r4491 height: 25px;
line-height: 25px;
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 }
Brian E. Granger
File upload/import working from notebook browser.
r4491 #drag_info {
float: left;
}
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 #notebooks_buttons {
float: right;
}
#project_name {
height: 25px;
line-height: 25px;
padding: 3px;
}
.notebook_item {
height: 25px;
line-height: 25px;
padding: 3px;
}
.notebook_item a {
text-decoration: none;
}
.item_buttons {
float: right;
}
Brian E. Granger
File upload/import working from notebook browser.
r4491 .item_buttons .upload_button {
color: darkred;
}
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 .highlight_text {
color: blue;
}