Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
. deform {
* {
box-sizing : border-box ;
}
. required : after {
color : #e32 ;
content : '*' ;
display : inline ;
}
. control-label {
width : 220 px ;
padding : 10 px 0 px ;
float : left ;
}
. control-inputs {
min-width : 400 px ;
float : left ;
}
. form-group . radio ,
. form-group . checkbox {
position : relative ;
display : block ;
padding : 10 px 0 ;
margin-bottom : 0 ;
}
. form-group {
clear : left ;
margin-bottom : 20 px ;
&:after { /* clear fix */
content : " " ;
display : block ;
clear : left ;
}
}
. form-control {
width : 100 % ;
padding : 0.7 em ;
border : 1 px solid #979797 ;
border-radius : 2 px ;
}
. form-control . select2-container {
padding : 0 ; /* padding already applied in .drop-menu a */
}
. form-control . readonly {
background : #eeeeee ;
cursor : not-allowed ;
}
. alert {
margin : 10 px 0 ;
}
. error-block {
color : red ;
margin : 0 ;
}
. help-block {
margin : 0 ;
}
. deform-seq-container . control-inputs {
width : 100 % ;
}
. deform-seq-container . deform-seq-item-handle {
width : 8.3 % ;
float : left ;
}
. deform-seq-container . deform-seq-item-group {
width : 91.6 % ;
float : left ;
}
. form-control {
input {
height : 40 px ;
}
input[type=checkbox], input[type=radio] {
height : auto ;
}
select {
height : 40 px ;
}
}
. form-control . select2-container {
}
. deform-full-field-sequence . control-inputs {
width : 100 % ;
}
. deform-table-sequence {
.deform-seq-container {
.deform-seq-item {
margin : 0 ;
label {
display : none ;
}
.panel-heading {
display : none ;
}
.deform-seq-item-group > .panel {
padding : 0 ;
margin : 5 px 0 ;
border : none ;
&> .panel-body {
padding : 0 ;
}
}
&:first-child label {
display : block ;
}
}
}
}
. deform-table-2-sequence {
.deform-seq-container {
.deform-seq-item {
.form-group {
width : 45 % !important ; padding : 0 2 px ; float : left ; clear : none ;
}
}
}
}
. deform-table-3-sequence {
.deform-seq-container {
.deform-seq-item {
.form-group {
width : 30 % !important ; padding : 0 2 px ; float : left ; clear : none ;
}
}
}
}
}
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