Commit 35339bb1 authored by Robert Speicher's avatar Robert Speicher

Update markup/styling for syntax highlight theme preference

parent 0e21436a
...@@ -37,22 +37,20 @@ ...@@ -37,22 +37,20 @@
} }
} }
.code_highlight_opts { .syntax-theme {
margin-top: 10px;
label { label {
margin-right: 20px; margin-right: 20px;
text-align: center; text-align: center;
.prev { .preview {
width: 160px;
margin-bottom: 10px; margin-bottom: 10px;
width: 160px;
img { img {
max-width: 100%;
@include border-radius(4px); @include border-radius(4px);
max-width: 100%;
} }
} }
} }
} }
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
= f.radio_button :theme_id, theme.id = f.radio_button :theme_id, theme.id
= theme.name = theme.name
.panel.panel-default.code-preview-theme .panel.panel-default.syntax-theme
.panel-heading .panel-heading
Code preview theme Syntax highlighting theme
.panel-body .panel-body
- color_schemes.each do |color_scheme_id, color_scheme| - color_schemes.each do |color_scheme_id, color_scheme|
= label_tag do = label_tag do
......
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