From 69add6640834eacb575b65e7d06107fafd7058e5 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sun, 23 Sep 2018 17:05:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0.form-row,=20.row=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E7=BA=A6=E6=9D=9F=E6=9D=A1=E4=BB=B6=EF=BC=8C=E4=BB=85=E5=9C=A8?= =?UTF-8?q?form-inline=E4=B8=8B=E8=BF=9B=E8=A1=8C=E5=A1=AB=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme.css | 8 ++++---- Bootstrap.Client/wwwroot/css/theme.css | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index b68a727c..8a43c29a 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -73,6 +73,10 @@ input.pending { justify-content: flex-start; } +.form-inline .form-row, .form-inline .row { + flex: 1 1 auto; +} + .modal-header { background-color: #f5f5f5; padding: 10px 15px; @@ -157,10 +161,6 @@ input.pending { border: 1px dashed #999; } -.form-row, .row { - flex: 1 1 auto; -} - [data-toggle="LgbValidate"] input[type="text"], [data-toggle="LgbValidate"] input[type="password"] { padding-right: 30px; } diff --git a/Bootstrap.Client/wwwroot/css/theme.css b/Bootstrap.Client/wwwroot/css/theme.css index 3698a1d3..28a1b9e1 100644 --- a/Bootstrap.Client/wwwroot/css/theme.css +++ b/Bootstrap.Client/wwwroot/css/theme.css @@ -73,6 +73,10 @@ input.pending { justify-content: flex-start; } +.form-inline .form-row, .form-inline .row { + flex: 1 1 auto; +} + .modal-header { background-color: #f5f5f5; padding: 10px 15px; @@ -157,10 +161,6 @@ input.pending { border: 1px dashed #999; } -.form-row, .row { - flex: 1 1 auto; -} - [data-toggle="LgbValidate"] input[type="text"], [data-toggle="LgbValidate"] input[type="password"] { padding-right: 30px; }