From: Samuel Guimarães <sguimaraes943(a)gmail.com>
Signed-off-by: Samuel Guimarães <sguimaraes943(a)gmail.com>
---
ui/css/bootstrap.custom.css | 6 +++---
ui/css/src/modules/_login.scss | 3 +--
ui/css/wok.css | 5 ++---
3 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/ui/css/bootstrap.custom.css b/ui/css/bootstrap.custom.css
index 13869da..469872f 100644
--- a/ui/css/bootstrap.custom.css
+++ b/ui/css/bootstrap.custom.css
@@ -3460,9 +3460,9 @@ tbody.collapse.in {
display: table-cell;
}
-.input-group-addon:not(:first-child):not(:last-child),
-.input-group-btn:not(:first-child):not(:last-child),
-.input-group .form-control:not(:first-child):not(:last-child) {
+.input-group-addon:not(:first-child, :first-child, :first-child):not(:last-child,
:last-child, :last-child),
+.input-group-btn:not(:first-child, :first-child, :first-child):not(:last-child,
:last-child, :last-child),
+.input-group .form-control:not(:first-child, :first-child, :first-child):not(:last-child,
:last-child, :last-child) {
border-radius: 0;
}
diff --git a/ui/css/src/modules/_login.scss b/ui/css/src/modules/_login.scss
index 24f10c8..7d494ac 100644
--- a/ui/css/src/modules/_login.scss
+++ b/ui/css/src/modules/_login.scss
@@ -22,8 +22,7 @@
padding-right: 0 !important;
.col-lg-4 {
- width: 45.714em;
- width: 64rem;
+ width: 670px;
text-align: center;
float: none;
margin: 90px auto 0 auto;
diff --git a/ui/css/wok.css b/ui/css/wok.css
index 6f45d39..e586ee5 100644
--- a/ui/css/wok.css
+++ b/ui/css/wok.css
@@ -120,8 +120,7 @@ body {
}
.login .content .container .col-lg-4 {
- width: 45.714em;
- width: 64rem;
+ width: 670px;
text-align: center;
float: none;
margin: 90px auto 0 auto;
@@ -1098,7 +1097,7 @@ input[type=radio].wok-radio + label {
/*
* Project Wok
*
-* Copyright IBM Corp, 2015-2016
+* Copyright IBM Corp, 2016
*
* Code derived from Project Kimchi
*
--
1.9.3