[upd] better add form css
This commit is contained in:
parent
7f8cde80f7
commit
33502774af
1 changed files with 14 additions and 3 deletions
17
inc/user.css
17
inc/user.css
|
@ -193,7 +193,8 @@ pre code {
|
|||
}
|
||||
|
||||
.searchform,
|
||||
.tagfilter {
|
||||
.tagfilter,
|
||||
.addform {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
|
@ -207,14 +208,16 @@ pre code {
|
|||
}
|
||||
|
||||
.searchform input:nth-child(1),
|
||||
.tagfilter input:nth-child(1) {
|
||||
.tagfilter input:nth-child(1),
|
||||
.addform input:nth-child(1){
|
||||
order: 1;
|
||||
flex: 1 0 auto;
|
||||
align-self: stretch;
|
||||
}
|
||||
|
||||
.searchform input:nth-child(2),
|
||||
.tagfilter input:nth-child(2) {
|
||||
.tagfilter input:nth-child(2),
|
||||
.addform input:nth-child(2) {
|
||||
order: 2;
|
||||
flex: 0 0 20%;
|
||||
align-self: stretch;
|
||||
|
@ -224,6 +227,10 @@ pre code {
|
|||
width: 70%;
|
||||
}
|
||||
|
||||
.addform {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tagfilter {
|
||||
width: 30%;
|
||||
margin-left: 0.3em;
|
||||
|
@ -237,6 +244,10 @@ pre code {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
#editlinkform {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#pageheader #logo {
|
||||
height: 50px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue