summaryrefslogtreecommitdiffstats
path: root/public/ng/less/ui
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-08-02 13:47:33 -0400
committerUnknwon <joe2010xtmf@163.com>2014-08-02 13:47:33 -0400
commit755eec745fa324fdd13078f0147638f8731652ba (patch)
tree3c04a98d64e128d2ce8887cc20ed361f04010052 /public/ng/less/ui
parent669552e255fb98021b779918394c65792fe6f1d2 (diff)
downloadgitea-755eec745fa324fdd13078f0147638f8731652ba.tar.gz
gitea-755eec745fa324fdd13078f0147638f8731652ba.zip
Finish new repo settings page
Diffstat (limited to 'public/ng/less/ui')
-rw-r--r--public/ng/less/ui/panel.less1
-rw-r--r--public/ng/less/ui/reset.less5
2 files changed, 6 insertions, 0 deletions
diff --git a/public/ng/less/ui/panel.less b/public/ng/less/ui/panel.less
index 52f8dafb00..b3e2dec95f 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 a1501d6574..f58e1a4730 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