##// END OF EJS Templates
Refactoring templates and top level js/css organization.
Refactoring templates and top level js/css organization.

File last commit:

r6192:a53b1a9f
r6192:a53b1a9f
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;
}