Skip to content

Commit

Permalink
Post Install Messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n committed Feb 9, 2017
1 parent cd3fe9a commit e190835
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 6 deletions.
23 changes: 17 additions & 6 deletions administrator/templates/isis/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -7515,12 +7515,6 @@ body .navbar-fixed-top {
margin-right: 4px;
padding: 0 10px;
}
#toolbar .btn-success {
width: 148px;
border-color: #2384d3;
border-color: rgba(0,0,0,0.2);
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
#toolbar .btn-success {
width: 148px;
}
Expand Down Expand Up @@ -8948,6 +8942,23 @@ textarea.noResize {
.form-horizontal .controls > .radio.btn-group-yesno:first-child {
padding-top: 2px;
}
.com_postinstall fieldset {
background-color: #fafafa;
border: 1px solid #ccc;
border-radius: 5px;
margin: 0 0 18px;
padding: 4px 18px 18px;
}
.com_postinstall fieldset .btn {
margin-top: 10px;
}
.com_postinstall legend {
border: 0 none;
display: inline-block;
padding: 0 5px;
margin-bottom: 0;
width: auto;
}
.pull-right {
float: left;
}
Expand Down
17 changes: 17 additions & 0 deletions administrator/templates/isis/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -8942,3 +8942,20 @@ textarea.noResize {
.form-horizontal .controls > .radio.btn-group-yesno:first-child {
padding-top: 2px;
}
.com_postinstall fieldset {
background-color: #fafafa;
border: 1px solid #ccc;
border-radius: 5px;
margin: 0 0 18px;
padding: 4px 18px 18px;
}
.com_postinstall fieldset .btn {
margin-top: 10px;
}
.com_postinstall legend {
border: 0 none;
display: inline-block;
padding: 0 5px;
margin-bottom: 0;
width: auto;
}
21 changes: 21 additions & 0 deletions administrator/templates/isis/less/template.less
Original file line number Diff line number Diff line change
Expand Up @@ -1989,3 +1989,24 @@ textarea.noResize {
.form-horizontal .controls > .radio.btn-group-yesno:first-child {
padding-top: 2px;
}

/* com_postinstall */
.com_postinstall {
fieldset {
background-color: #fafafa;
border: 1px solid #ccc;
border-radius: 5px;
margin: 0 0 18px;
padding: 4px 18px 18px;
.btn {
margin-top: 10px;
}
}
legend {
border: 0 none;
display: inline-block;
padding: 0 5px;
margin-bottom: 0;
width: auto;
}
}

0 comments on commit e190835

Please sign in to comment.