summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-10-19 02:22:38 -0400
committerUnknwon <joe2010xtmf@163.com>2014-10-19 02:22:38 -0400
commitd88ebd9a4b0e8102d2f5cd9cb3a95845f2a46522 (patch)
treeafaa57982ddb9a456c82bfc9eda41d52b3cefd30 /public
parentec8ec58b176041596bf1ce92b8489f7440e27856 (diff)
downloadgitea-d88ebd9a4b0e8102d2f5cd9cb3a95845f2a46522.tar.gz
gitea-d88ebd9a4b0e8102d2f5cd9cb3a95845f2a46522.zip
Fix #554
Diffstat (limited to 'public')
-rw-r--r--public/ng/css/gogs.css7
-rw-r--r--public/ng/less/gogs/profile.less8
2 files changed, 9 insertions, 6 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index f10eb788cb..8e5b590c00 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -2228,8 +2228,7 @@ textarea#issue-add-content {
margin-left: 240px;
}
.profile-avatar {
- width: 200px;
- height: 200px;
+ width: 100%;
border-radius: 6px;
}
#profile-name {
@@ -2243,7 +2242,6 @@ textarea#issue-add-content {
font-weight: bold;
}
.profile-info {
- padding: 0 50px;
font-size: 14px;
}
.profile-info ul {
@@ -2280,3 +2278,6 @@ textarea#issue-add-content {
#profile-header li .current {
border-bottom: 2px solid #D26911;
}
+#profile-body {
+ margin-left: 10px;
+}
diff --git a/public/ng/less/gogs/profile.less b/public/ng/less/gogs/profile.less
index f618d2606b..ae0a2b2201 100644
--- a/public/ng/less/gogs/profile.less
+++ b/public/ng/less/gogs/profile.less
@@ -1,6 +1,5 @@
.profile-avatar {
- width: 200px;
- height: 200px;
+ width: 100%;
border-radius: 6px;
}
#profile-name {
@@ -14,7 +13,7 @@
font-weight: bold;
}
.profile-info {
- padding: 0 50px;
+ // padding: 0 50px;
font-size: 14px;
ul {
padding-bottom: 10px;
@@ -54,4 +53,7 @@
border-bottom: 2px solid #D26911;
}
}
+}
+#profile-body {
+ margin-left: 10px;
} \ No newline at end of file