Commit a69e85cc742eab6fc087a94ef1ca19dfed25afb8

Authored by Carlos Coêlho
1 parent 49ba0c9f

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 120 margin-bottom: 20px;
121 121 }
122 122  
  123 +div.submit {
  124 + margin: auto;
  125 + margin-bottom: 2em;
  126 + width: 200px;
  127 +}
  128 +
123 129 .checkbox ul {
124 130 list-style: none;
125 131 padding: 0;
... ...