Skip to content

Commit

Permalink
DEMO-172: image alignments for the new design (ezsystems#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainGuittard authored and damianz5 committed Jun 20, 2018
1 parent 3d85120 commit feeb9e8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions web/assets/css/tastefulplanet.css
Expand Up @@ -45,6 +45,21 @@ fieldset[disabled] .btn-primary.active {
background-color: #c9400d;
}

.align-left {
float: left;
padding-right: 20px;
}

.align-right {
float: right;
padding-left: 20px;
}

.align-center {
text-align: center;
padding-bottom: 10px;
}

.user-menu li.username {
padding: .5em 1em;
}
Expand Down

0 comments on commit feeb9e8

Please sign in to comment.