##// 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
/**
* Primary styles
*
* Author: IPython Development Team
*/
#main_app {
width: 920px;
margin: auto;
}
#notebooks_toolbar {
padding: 5px;
height: 25px;
line-height: 25px;
}
#drag_info {
float: left;
}
#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;
}
.item_buttons .upload_button {
color: darkred;
}
.highlight_text {
color: blue;
}