tree.less
88 lines
| 991 B
| text/x-less
|
LessCssLexer
|
r4488 | |||
/** | ||||
* Primary styles | ||||
* | ||||
* Author: IPython Development Team | ||||
*/ | ||||
|
r6196 | #tabs { | ||
border-style: none; | ||||
} | ||||
#tab1, #tab2 { | ||||
} | ||||
|
r6195 | .list_toolbar { | ||
|
r5323 | padding: 5px; | ||
|
r4491 | height: 25px; | ||
line-height: 25px; | ||||
|
r4488 | } | ||
|
r6195 | .toolbar_info { | ||
|
r4491 | float: left; | ||
} | ||||
|
r6195 | .toolbar_buttons { | ||
|
r4488 | float: right; | ||
} | ||||
|
r10911 | .list_header > a{ | ||
font-size: 100%; | ||||
|
r4488 | } | ||
|
r6197 | |||
|
r10911 | .cluster_list_item > a { | ||
color: @textColor !important; | ||||
|
r4488 | } | ||
.notebook_item a { | ||||
text-decoration: none; | ||||
} | ||||
|
r6197 | .profile_col { | ||
} | ||||
.status_col { | ||||
float: right; | ||||
width: 325px; | ||||
} | ||||
.engines_col { | ||||
float: right; | ||||
width: 325px; | ||||
} | ||||
.action_col { | ||||
float: right; | ||||
|
r10896 | width: 64px; | ||
text-align: right; | ||||
|
r6197 | } | ||
|
r4488 | .item_buttons { | ||
float: right; | ||||
} | ||||
|
r10896 | input.nbname_input { | ||
height: 15px; | ||||
|
r4491 | } | ||
|
r4488 | .highlight_text { | ||
color: blue; | ||||
} | ||||
|
r6194 | |||
|
r9275 | |||
#project_name > .breadcrumb { | ||||
|
r10911 | padding: 0px; | ||
margin: 0px; | ||||
background-color: transparent; | ||||
font-size: 120%; | ||||
|
r9275 | } | ||
|
r9288 | |||
input.engine_num_input { | ||||
height: 20px; | ||||
margin-bottom:2px; | ||||
padding-top:0; | ||||
padding-bottom:0; | ||||
width: 90px; | ||||
} | ||||