This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Improve style for form in site settings (
#2796
)
closed-social-v3
Yamagishi Kazutoshi
7 years ago
committed by
Matt Jankowski
parent
11077af52f
commit
566e0a772d
2 changed files
with
1 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-6
app/javascript/styles/forms.scss
+1
-1
app/views/admin/settings/edit.html.haml
+ 0
- 6
app/javascript/styles/forms.scss
View File
@ -9,12 +9,6 @@ code {
margin
:
0
auto
;
}
.
admin
{
input
,
textarea
{
width
:
100
%
;
}
}
.
simple_form
{
.
input
{
margin-bottom
:
15px
;
+ 1
- 1
app/views/admin/settings/edit.html.haml
View File
@ -1,7 +1,7 @@
- content_for :page_title do
= t('admin.settings.title')
= form_tag(admin_settings_path, method: :put) do
= form_tag(admin_settings_path, method: :put
, class: 'simple_form', style: 'max-width: 100%'
) do
%table.table
%thead
%tr
Write
Preview
Loading…
Cancel
Save