aboutsummaryrefslogtreecommitdiffstats
path: root/public/less/_user.less
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2017-03-30 03:02:37 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2017-03-30 09:02:37 +0800
commit912b340d0d674b35ef04e66d00a10a8e4a02e82c (patch)
tree9f7b5b1a0a6831f986136b0cb84bf0721eb30da0 /public/less/_user.less
parent129b0d6a4b408555c579e7ccb2fb15d3d8fcef29 (diff)
downloadgitea-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.less17
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 {