##// END OF EJS Templates
Merge pull request #4230 from fperez/mpl-backends...
Merge pull request #4230 from fperez/mpl-backends Switch correctly to the user's default matplotlib backend after inline. If '%matplotlib inline' was called first, we'd incorrectly revert to inline when plain '%matplotlib' was called, instead of loading the user's default GUI. If the user called '%matplotlib' first (without 'inline') it worked correctly, but not in the other order. The fix is to read the backend from the original defaults, not from the runtime data structure. Requires matplotlib 1.1

File last commit:

r11033:fa36e98f
r12790:a562753f merge
Show More
tree.less
97 lines | 1.2 KiB | text/x-less | LessCssLexer
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488
/**
* Primary styles
*
* Author: IPython Development Team
*/
Brian Granger
Fixing tab design.
r6196 #tabs {
}
Brian Granger
Draft of the cluster list UI....
r6195 .list_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 Granger
Draft of the cluster list UI....
r6195 .toolbar_info {
Brian E. Granger
File upload/import working from notebook browser.
r4491 float: left;
}
Brian Granger
Draft of the cluster list UI....
r6195 .toolbar_buttons {
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 float: right;
}
MinRK
use row-fluid for cluster list
r10920 .list_header {
font-weight: bold;
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 }
MinRK
use row-fluid for cluster list
r10920 .list_container {
MinRK
use row-fluid for tree_list
r10919 margin-top: 16px;
margin-bottom: 16px;
MinRK
use IPython border color for tree view
r10954 border: 1px solid @border_color;
MinRK
use row-fluid for tree_list
r10919 border-radius: 4px;
}
MinRK
use row-fluid for cluster list
r10920 .list_container > div {
MinRK
use IPython border color for tree view
r10954 border-bottom: 1px solid @border_color;
MinRK
use row-fluid for tree_list
r10919 &:hover .list-item{
background-color: red;
};
}
MinRK
use row-fluid for cluster list
r10920 .list_container > div:last-child {
MinRK
use row-fluid for tree_list
r10919 border: none;
}
.list_item {
&:hover .list_item {
background-color: #ddd;
};
}
MinRK
use row-fluid for cluster list
r10920 .list_container > div > span, .list_container > div > div {
MinRK
use row-fluid for tree_list
r10919 padding: 8px;
}
Brian Granger
Cluster management is now working....
r6197
MinRK
bootstrapify delete dialog
r10921 .list_item a {
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 text-decoration: none;
}
Brian Granger
Cluster management is now working....
r6197 .profile_col {
}
.status_col {
}
.engines_col {
}
.action_col {
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 }
MinRK
tree style tweaks
r10896 input.nbname_input {
height: 15px;
Brian E. Granger
File upload/import working from notebook browser.
r4491 }
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 .highlight_text {
color: blue;
}
Brian Granger
Initial try at adding tabs to project dashboard.
r6194
Bussonnier Matthias
Fix project path url in dashbord...
r9275
#project_name > .breadcrumb {
MinRK
use row-fluid for tree_list
r10919 padding: 0px;
margin-bottom: 0px;
background-color: transparent;
font-weight: bold;
Bussonnier Matthias
Fix project path url in dashbord...
r9275 }
Matthias BUSSONNIER
change to cluster list...
r9288
input.engine_num_input {
height: 20px;
margin-bottom:2px;
padding-top:0;
padding-bottom:0;
MinRK
use row-fluid for cluster list
r10920 width: 60px;
Matthias BUSSONNIER
change to cluster list...
r9288 }