From 2a785b350aef5760a621c1060d68b514a0d26e30 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Wed, 30 Jan 2013 18:58:51 -0500 Subject: [PATCH] added synapse editing css to base.css --- app/assets/stylesheets/base.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/assets/stylesheets/base.css b/app/assets/stylesheets/base.css index d57f216f..8245539c 100644 --- a/app/assets/stylesheets/base.css +++ b/app/assets/stylesheets/base.css @@ -194,6 +194,15 @@ margin: 2px; } +#edit_synapse .mapPerm { + margin-left: 1em; +} + +#edit_synapse .permActivator { + position: absolute; + margin-top: -0.5em; +} + #edit_synapse { background-color: #aaa; border-radius: 0.5em; @@ -202,3 +211,7 @@ #edit_synapse_name { margin-left: 0.4em; } + +#edit_synapse .click-to-edit { + margin-left: 0.3em; +}