about summary refs log tree commit diff
path: root/app/assets/stylesheets/admin.scss
AgeCommit message (Collapse)Author
2017-04-19enable to scroll the setting's page sidebar (#1347)857b
* enable to scroll the setting's page sidebar add scroll:auto and use margin instead of padding for the bottom * Update admin.scss * Update admin.scss * Update admin.scss
2017-04-18fix admin input display (#1633)spf
2017-04-17Optimize user setting page for mobile browser (#1924)Yuki Nakagawa
* Remove overflow because it blocks scrolling on mobile safari. * Add “-webkit-overflow-scrolling: touch;” to enable smooth scroll on mobile safari and other webkit browsers. * Use radio buttons in user setting page. Because select tags with long text are not fit in the width of mobile devices. * Add flex property to fit labels to devise width. * Change font size of select. It causes auto zooming on mobile safari.
2017-02-17Fix small styling issuesEugen Rochko
2017-02-17Add UI to view report details, remove reported statuses, quick links to ↵Eugen Rochko
resolve/silence/suspend from report
2017-02-15Fix admin UI for accounts somewhatEugen Rochko
2017-01-28Fix settings design on mobileEugen Rochko
2017-01-28Update settings to re-use admin layout, one big navigation tree, improve ↵Eugen Rochko
settings forms
2017-01-23Move all hex colors in SASS to variables and all variations to darken/lightenEugen Rochko
2016-12-13Improved admin UIEugen Rochko