Skip to content

Commit

Permalink
Merge pull request moqui#39 from sssonline/master
Browse files Browse the repository at this point in the history
2016-07-12
  • Loading branch information
jonesde authored Jul 12, 2016
2 parents 64e472b + b6abf3f commit 62c9ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion base-component/webroot/screen/webroot/Login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ along with this software (see the LICENSE.md file). If not, see
html_scripts.add('/lib/jquery/jquery.min.js')
// Bootstrap
html_scripts.add('/lib/bootstrap/bootstrap.min.js')
html_stylesheets.add('/lib/bootstrap/bootstrap.min.css')
// Moqui webroot layout
html_stylesheets.add('/css/webroot-layout.css')
</script></pre-actions>
Expand Down
3 changes: 2 additions & 1 deletion base-component/webroot/screen/webroot/css/webroot-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ input[type="text"].ui-autocomplete-input { width: auto; }
/* Similar styles to Bootstrap .form-control-static, applied more specifically and without explicit class */
.form-group>div>p, .form-group>div>span:not(.select2-container,.form-text-find,.input-group-addon), .form-group>div>a:not(.btn) {
display:inline-block; min-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; }
form-header-field>button.btn,.form-group>div>a.btn { margin-top: 2px !important; }

.nav.nav-tabs { margin-bottom: 8px; }

Expand Down Expand Up @@ -150,7 +151,7 @@ nav.form-list-nav>span.select2-container { float: left; margin: 6px 0 6px 0; min

input[type=radio], input[type=checkbox] { height: auto; }

.select2-container { display: inline-block; min-width: 60px; }
.select2-container { display: inline-block; min-width: 60px; margin-top: -2px; }
.date-period .select2-container--bootstrap { display: inline-block; }
.select2-container--bootstrap .select2-selection--single { padding: 6px 12px 6px 12px; }

Expand Down

0 comments on commit 62c9ab0

Please sign in to comment.