##// END OF EJS Templates
shrink navbars a little
shrink navbars a little

File last commit:

r10911:f6330424
r10912:f5b8701e
Show More
tree.less
88 lines | 991 B | 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 {
border-style: none;
}
#tab1, #tab2 {
}
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
fight with bootstrap a little less in tree view
r10911 .list_header > a{
font-size: 100%;
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 }
Brian Granger
Cluster management is now working....
r6197
MinRK
fight with bootstrap a little less in tree view
r10911 .cluster_list_item > a {
color: @textColor !important;
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 }
.notebook_item a {
text-decoration: none;
}
Brian Granger
Cluster management is now working....
r6197 .profile_col {
}
.status_col {
float: right;
width: 325px;
}
.engines_col {
float: right;
width: 325px;
}
.action_col {
float: right;
MinRK
tree style tweaks
r10896 width: 64px;
text-align: right;
Brian Granger
Cluster management is now working....
r6197 }
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 .item_buttons {
float: right;
}
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
fight with bootstrap a little less in tree view
r10911 padding: 0px;
margin: 0px;
background-color: transparent;
font-size: 120%;
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;
width: 90px;
}