Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Merge pull request
#3805 from ivanov/fix-3778...
Merge pull request
#3805 from ivanov/fix-3778
Print View has been removed
Closes
#3754 ,
#3778
Show More
/* Css for the metadata edit area */
. celltoolbar {
border : thin solid #CFCFCF ;
border-bottom : none ;
background : #EEE ;
border-top-right-radius : 3 px ;
border-top-left-radius : 3 px ;
width : 100 % ;
-webkit- box-pack : end ;
height : 22 px ;
}
. no_input_radius {
border-top-right-radius : 0 px ;
border-top-left-radius : 0 px ;
}
. text_cell . ctb_prompt {
display : none ;
}
. code_cell . ctb_prompt {
display : block ;
}
. ctb_hideshow {
display : none ;
vertical-align : bottom ;
padding-right : 2 px ;
}
. celltoolbar > div {
padding-top : 0 px ;
}
. ctb_area {
margin : 0 ;
padding : 0 ;
width : 100 % ;
}
/*ctb_show is added to either body or the ctb_hideshow div to show
all or one cell's toolbars.
*/
. ctb_show . ctb_hideshow , . ctb_show . ctb_hideshow {
display : block ;
}
. ctb_show . input_area ,
. ctb_show . ctb_hideshow + div . text_cell_input {
border-top-right-radius : 0 px ;
border-top-left-radius : 0 px ;
}
. ctb_show > . celltoolbar {
border-bottom-right-radius : 0 px ;
border-bottom-left-radius : 0 px ;
}
. button_container {
margin-top : 0 ;
margin-bottom : 0 ;
}
. ui-button {
min-width : 30 px ;
}
. celltoolbar . button_container select {
margin : 10 px ;
margin-top : 1 px ;
margin-bottom : 0 px ;
padding : 0 ;
font-size : 87 % ;
width : auto ;
display : inline-block ;
height : 18 px ;
line-height : 18 px ;
vertical-align : top ;
}
. celltoolbar label {
display : inline-block ;
height : 15 px ;
line-height : 15 px ;
vertical-align : top ;
}
. celltoolbar label span {
font-size : 85 % ;
}
. celltoolbar input [ type = checkbox ] {
margin : 0 px ;
margin-left : 4 px ;
margin-right : 4 px ;
}
. celltoolbar . ui-button {
border : none ;
vertical-align : top ;
height : 20 px ;
}
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages