From fc21d3873e3ac63222ad4065a593c715bef4c251 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 31 Jan 2016 17:46:19 -0500 Subject: When creating a new project, have the possibility to select another project to duplicate --- assets/css/src/header.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'assets/css/src/header.css') diff --git a/assets/css/src/header.css b/assets/css/src/header.css index 946a665b..f4903128 100644 --- a/assets/css/src/header.css +++ b/assets/css/src/header.css @@ -55,6 +55,11 @@ nav .active a { color: #d40000; } +/* user links on the left */ +header .user-links .dropdown { + margin-left: 15px; +} + /* title tooltip */ header h1 .tooltip { opacity: 0.3; -- cgit v1.2.3