[upd] better add form css

This commit is contained in:
Knah Tsaeb 2015-05-12 16:26:37 +02:00
parent 7f8cde80f7
commit 33502774af

View file

@ -193,7 +193,8 @@ pre code {
} }
.searchform, .searchform,
.tagfilter { .tagfilter,
.addform {
display: inline-block; display: inline-block;
text-align: left; text-align: left;
margin: 0; margin: 0;
@ -207,14 +208,16 @@ pre code {
} }
.searchform input:nth-child(1), .searchform input:nth-child(1),
.tagfilter input:nth-child(1) { .tagfilter input:nth-child(1),
.addform input:nth-child(1){
order: 1; order: 1;
flex: 1 0 auto; flex: 1 0 auto;
align-self: stretch; align-self: stretch;
} }
.searchform input:nth-child(2), .searchform input:nth-child(2),
.tagfilter input:nth-child(2) { .tagfilter input:nth-child(2),
.addform input:nth-child(2) {
order: 2; order: 2;
flex: 0 0 20%; flex: 0 0 20%;
align-self: stretch; align-self: stretch;
@ -224,6 +227,10 @@ pre code {
width: 70%; width: 70%;
} }
.addform {
width: 100%;
}
.tagfilter { .tagfilter {
width: 30%; width: 30%;
margin-left: 0.3em; margin-left: 0.3em;
@ -237,6 +244,10 @@ pre code {
padding: 0; padding: 0;
} }
#editlinkform {
margin: 0 auto;
}
#pageheader #logo { #pageheader #logo {
height: 50px; height: 50px;
} }