projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Improve API server's git rev-list calls.
[arvados.git]
/
apps
/
workbench
/
app
/
assets
/
stylesheets
/
authorized_keys.css.scss
1
// Place all the styles related to the AuthorizedKeys controller here.
2
// They will automatically be included in application.css.
3
// You can use Sass (SCSS) here: http://sass-lang.com/
4
form .table input[type=text] {
5
width: 600px;
6
}
7
form .table textarea {
8
width: 600px;
9
height: 10em;
10
}