From 33502774afa8f59049400088f998de0cbae453b0 Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Tue, 12 May 2015 16:26:37 +0200 Subject: [PATCH] [upd] better add form css --- inc/user.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/inc/user.css b/inc/user.css index 776db72..1ae6f94 100644 --- a/inc/user.css +++ b/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; }