Skip to content

Commit

Permalink
[fix] Styling for modals. Fixes joomla#2215
Browse files Browse the repository at this point in the history
Compiled changes to CSS-files

Compiled CSS
  • Loading branch information
Håvard Kristoffersen authored and phproberto committed May 31, 2014
1 parent 51138ff commit 7f6f629
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
4 changes: 4 additions & 0 deletions administrator/templates/isis/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -3911,6 +3911,10 @@ input[type="submit"].btn.btn-mini {
max-height: 400px;
padding: 15px;
}
.modal-body iframe {
max-height: 390px;
border: 0 !important;
}
.modal-form {
margin-bottom: 0;
}
Expand Down
4 changes: 4 additions & 0 deletions administrator/templates/isis/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -3911,6 +3911,10 @@ input[type="submit"].btn.btn-mini {
max-height: 400px;
padding: 15px;
}
.modal-body iframe {
max-height: 390px;
border: 0 !important;
}
.modal-form {
margin-bottom: 0;
}
Expand Down
5 changes: 5 additions & 0 deletions media/jui/less/modals.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
max-height: 400px;
padding: 15px;
}
// Remove border and scrollbar from iframe modal
.modal-body iframe {
max-height: 390px;
border: 0 !important;
}
// Remove bottom margin if need be
.modal-form {
margin-bottom: 0;
Expand Down
11 changes: 7 additions & 4 deletions templates/protostar/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -3911,6 +3911,10 @@ input[type="submit"].btn.btn-mini {
max-height: 400px;
padding: 15px;
}
.modal-body iframe {
max-height: 390px;
border: 0 !important;
}
.modal-form {
margin-bottom: 0;
}
Expand Down Expand Up @@ -7418,9 +7422,8 @@ code {
overflow: hidden;
position: relative;
}

.search span.highlight {
background-color:#FFFFCC;
font-weight:bold;
padding:1px 4px;
background-color: #FFFFCC;
font-weight: bold;
padding: 1px 4px;
}

0 comments on commit 7f6f629

Please sign in to comment.