Commit cbb75404 authored by Alex Beregszaszi's avatar Alex Beregszaszi

Make buttons in settingsView look the same as in publishView

parent 22861f70
...@@ -257,6 +257,19 @@ body { ...@@ -257,6 +257,19 @@ body {
padding-left: 6em; padding-left: 6em;
} }
#settingsView button {
background-color: #C6CFF7;
font-size: 12px;
padding: 0.25em;
margin-bottom: .5em;
color: black;
border:0 none;
border-radius: 3px;
width: 8em;
margin-right: 1em;
cursor: pointer;
}
#publishView button { #publishView button {
background-color: #C6CFF7; background-color: #C6CFF7;
font-size: 12px; font-size: 12px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment