From a69e85cc742eab6fc087a94ef1ca19dfed25afb8 Mon Sep 17 00:00:00 2001 From: Carlos Oliveira Date: Tue, 24 Nov 2015 14:50:38 -0200 Subject: [PATCH] Return div.submit css definition --- colab/static/css/screen.css | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/colab/static/css/screen.css b/colab/static/css/screen.css index 75cb4c0..833cacf 100644 --- a/colab/static/css/screen.css +++ b/colab/static/css/screen.css @@ -120,6 +120,12 @@ div.links-group { margin-bottom: 20px; } +div.submit { + margin: auto; + margin-bottom: 2em; + width: 200px; +} + .checkbox ul { list-style: none; padding: 0; -- libgit2 0.21.2