From 755eec745fa324fdd13078f0147638f8731652ba Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 2 Aug 2014 13:47:33 -0400 Subject: Finish new repo settings page --- public/ng/less/gogs.less | 3 ++- public/ng/less/ui/panel.less | 1 + public/ng/less/ui/reset.less | 5 +++++ 3 files changed, 8 insertions(+), 1 deletion(-) (limited to 'public/ng/less') diff --git a/public/ng/less/gogs.less b/public/ng/less/gogs.less index d1b13e1e..dd458af6 100644 --- a/public/ng/less/gogs.less +++ b/public/ng/less/gogs.less @@ -4,4 +4,5 @@ @import "gogs/dashboard"; @import "gogs/sign"; @import "gogs/repository"; -@import "gogs/settings"; \ No newline at end of file +@import "gogs/settings"; +@import "gogs/issue"; \ No newline at end of file diff --git a/public/ng/less/ui/panel.less b/public/ng/less/ui/panel.less index 52f8dafb..b3e2dec9 100644 --- a/public/ng/less/ui/panel.less +++ b/public/ng/less/ui/panel.less @@ -8,6 +8,7 @@ border-bottom: 1px solid@panelBorderColor; } .panel-body { + background-color: white; .panel-desc { margin-bottom: 20px; } diff --git a/public/ng/less/ui/reset.less b/public/ng/less/ui/reset.less index a1501d65..f58e1a47 100644 --- a/public/ng/less/ui/reset.less +++ b/public/ng/less/ui/reset.less @@ -230,6 +230,7 @@ label { font-weight: bold; } +textarea, input, .ipt { padding: .6em; @@ -374,3 +375,7 @@ pre { overflow: auto; padding: 0; } + +dt { + font-weight: bold; +} \ No newline at end of file -- cgit v1.2.3