added synapse editing css to base.css

This commit is contained in:
Devin Howard 2013-01-30 18:58:51 -05:00
parent 12d5e17e6c
commit 2a785b350a

View file

@ -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;
}