added synapse editing css to base.css
This commit is contained in:
parent
12d5e17e6c
commit
2a785b350a
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue