Skip to content

Commit

Permalink
Merge pull request #26 from wultra/develop
Browse files Browse the repository at this point in the history
Pull request for 0.20.0 release
  • Loading branch information
romanstrobl authored Aug 6, 2018
2 parents 5476a08 + 30f778f commit d5f8f1c
Show file tree
Hide file tree
Showing 41 changed files with 1,517 additions and 572 deletions.
65 changes: 63 additions & 2 deletions ext-resources/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,21 @@ a:hover, a:active, a:focus {

#page-wrap {
margin: 80px auto 40px auto;
width: 480px;
max-width: 980px;
}

#react {
margin-left: 10px;
margin-right: 10px;
}

#home {
min-height: 400px;
}

.content-wrap {
margin: 0 auto;
width: 320px;
width: 100%;
}

.btn-success {
Expand Down Expand Up @@ -185,6 +194,11 @@ a:hover, a:active, a:focus {
font-size: 16pt;
}

#operation .heading {
font-size: 16pt;
color: #7FC000;
}

#operation .attribute {
margin-top: 10px;
margin-bottom: 10px;
Expand Down Expand Up @@ -248,4 +262,51 @@ a:hover, a:active, a:focus {
.title {
font-size: 16pt;
margin: 10px 10px 20px 10px;
}

.alert {
font-size: 12pt;
text-align: left;
width: 100%;
}

.alert-form {
margin: 0 0 15px 0;
padding: 10px 15px 10px 15px;
}

.alert-field {
margin: 0;
padding: 2px 15px 2px 15px;
}

.party-info-wrapper {
background-color: #FAFAFA;
border-radius: 5px;
padding: 10px;
}

.party-info-wrapper * {
margin: 0;
}

.party-info-logo-wrapper {
padding: 10px;
}

.party-info-logo {
width: 100%;
}

.party-info-name {
font-size: 16pt;
font-weight: bold;
}

.party-info-description {
font-size: 14pt;
}

.party-info-link {
font-size: 12pt;
}
6 changes: 6 additions & 0 deletions ext-resources/css/bootstrap.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit d5f8f1c

Please sign in to comment.