Commit a69e85cc742eab6fc087a94ef1ca19dfed25afb8
1 parent
49ba0c9f
Exists in
master
and in
4 other branches
Return div.submit css definition
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
colab/static/css/screen.css
| @@ -120,6 +120,12 @@ div.links-group { | @@ -120,6 +120,12 @@ div.links-group { | ||
| 120 | margin-bottom: 20px; | 120 | margin-bottom: 20px; |
| 121 | } | 121 | } |
| 122 | 122 | ||
| 123 | +div.submit { | ||
| 124 | + margin: auto; | ||
| 125 | + margin-bottom: 2em; | ||
| 126 | + width: 200px; | ||
| 127 | +} | ||
| 128 | + | ||
| 123 | .checkbox ul { | 129 | .checkbox ul { |
| 124 | list-style: none; | 130 | list-style: none; |
| 125 | padding: 0; | 131 | padding: 0; |