##// END OF EJS Templates
correct static path for CM modes autoload...
correct static path for CM modes autoload this shoudl also allow to require CM python mode for ipython mode and only pass a config options.

File last commit:

r11033:fa36e98f
r11236:cd4fbcb1
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 }