1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Small UI fixes on full width form titles

This commit is contained in:
Joubert RedRat
2016-10-19 11:21:10 -02:00
parent 6bcff7828f
commit f3321d920d
3 changed files with 57 additions and 26 deletions

View File

@@ -1,9 +1,9 @@
.form {
.help {
color: #999999;
padding-top: .6em;
padding-bottom: .6em;
display: inline-block;
padding-top: .6em;
padding-bottom: .6em;
display: inline-block;
}
}
.ui.attached.header {
@@ -56,7 +56,8 @@
form {
width: 700px!important;
.header {
padding-left: @input-padding+30px;
padding-left: 0 !important;
text-align: center;
}
.inline.field > label {
width: @input-padding;
@@ -81,6 +82,10 @@
}
}
}
.header {
padding-left: 0 !important;
text-align: center;
}
}
}