diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2017-03-30 03:02:37 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-03-30 09:02:37 +0800 |
commit | 912b340d0d674b35ef04e66d00a10a8e4a02e82c (patch) | |
tree | 9f7b5b1a0a6831f986136b0cb84bf0721eb30da0 /public/less/_user.less | |
parent | 129b0d6a4b408555c579e7ccb2fb15d3d8fcef29 (diff) | |
download | gitea-912b340d0d674b35ef04e66d00a10a8e4a02e82c.tar.gz gitea-912b340d0d674b35ef04e66d00a10a8e4a02e82c.zip |
Simplify settings pages with item list (#1389)
* Remove point column on ssh key setting page
* Remove un-used css
* Some cleaning
* Use octicon-key
Diffstat (limited to 'public/less/_user.less')
-rw-r--r-- | public/less/_user.less | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/public/less/_user.less b/public/less/_user.less index 51f8c20967..a3e6852994 100644 --- a/public/less/_user.less +++ b/public/less/_user.less @@ -4,23 +4,6 @@ padding-bottom: @footer-margin * 2; } - &.settings { - .list { - .item.ui.grid { - margin-top: 15px; - } - } - .email.list, .openid.list { - .item:not(:first-child) { - border-top: 1px solid #eaeaea; - height: 50px; - .button { - margin-top: -10px; - } - } - } - } - &.profile { .ui.card { .username { |