Skip to content

Commit

Permalink
Admin login lang field alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n committed Oct 17, 2016
1 parent 4935afa commit 4c92ca3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 18 deletions.
17 changes: 10 additions & 7 deletions administrator/templates/isis/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -5951,13 +5951,6 @@ fieldset.radio.btn-group {
}
/* Input Prepend Chosen Select Boxes */
/* Common styling for Chosen Select Boxes with Input Prepend/Append */
.input-prepend .chzn-container-single .chzn-single,
.input-append .chzn-container-single .chzn-single {
border-color: #cccccc;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.input-prepend > .add-on,
.input-append > .add-on {
vertical-align: top;
Expand Down Expand Up @@ -7249,6 +7242,16 @@ a:focus {
.view-login .input-medium {
width: 176px;
}
.view-login #lang_chzn {
width: 233px !important;
}
.view-login #lang_chzn .chzn-single div {
width: 43px;
}
.view-login .input-prepend .add-on,
.view-login .controls .btn-group > .btn {
margin-left: 0;
}
.navbar-inverse {
color: #333333;
}
Expand Down
17 changes: 10 additions & 7 deletions administrator/templates/isis/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -5951,13 +5951,6 @@ fieldset.radio.btn-group {
}
/* Input Prepend Chosen Select Boxes */
/* Common styling for Chosen Select Boxes with Input Prepend/Append */
.input-prepend .chzn-container-single .chzn-single,
.input-append .chzn-container-single .chzn-single {
border-color: #cccccc;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.input-prepend > .add-on,
.input-append > .add-on {
vertical-align: top;
Expand Down Expand Up @@ -7249,6 +7242,16 @@ a:focus {
.view-login .input-medium {
width: 176px;
}
.view-login #lang_chzn {
width: 233px !important;
}
.view-login #lang_chzn .chzn-single div {
width: 43px;
}
.view-login .input-prepend .add-on,
.view-login .controls .btn-group > .btn {
margin-left: 0;
}
.navbar-inverse {
color: #333333;
}
Expand Down
9 changes: 9 additions & 0 deletions administrator/templates/isis/less/template.less
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,15 @@ a:focus {
.input-medium {
width: 176px;
}
#lang_chzn {
width: 233px !important;
.chzn-single div {
width:43px;
}
}
.input-prepend .add-on, .controls .btn-group > .btn {
margin-left:0;
}
}

.navbar-inverse {
Expand Down
4 changes: 0 additions & 4 deletions media/jui/less/bootstrap-extended.less
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,6 @@ fieldset.radio.btn-group {
/* Common styling for Chosen Select Boxes with Input Prepend/Append */
.input-prepend .chzn-container-single .chzn-single,
.input-append .chzn-container-single .chzn-single {
border-color: @inputBorder;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.input-prepend .chzn-container-single .chzn-drop,
.input-append .chzn-container-single .chzn-drop {
Expand Down

0 comments on commit 4c92ca3

Please sign in to comment.