##// END OF EJS Templates
Adding btn-danger to Shutdown button.
Adding btn-danger to Shutdown button.

File last commit:

r15074:66c2d0d0
r15075:8dd3e8b7
Show More
tree.less
106 lines | 1.3 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;
};
Brian E. Granger
Update styling of dashboard.
r15072 a {text-decoration: none;}
Brian E. Granger
Tighten up vertical spacing of notebook list.
r15074 .span12 {padding: 4px;}
MinRK
use row-fluid for tree_list
r10919 }
Brian E. Granger
Fixing line-height of list items in tree view.
r12802 .item_name {
line-height: 24px;
}
Brian E. Granger
Update styling of dashboard.
r15072 .item_icon {
font-size: 14px;
color: darken(@border_color, 30%);
margin-left: 5px;
margin-right: 8px;
MinRK
use row-fluid for tree_list
r10919 }
Brian Granger
Cluster management is now working....
r6197
Brian E. Granger
Update styling of dashboard.
r15072 .list_container > div > span, .list_container > div > div {
padding: 8px;
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 }
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
Update styling of dashboard.
r15072 margin: 0px;
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 }