Skip to content

Commit

Permalink
theme: test fix for #638
Browse files Browse the repository at this point in the history
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
  • Loading branch information
Ansuel committed May 14, 2019
1 parent 1041afb commit 83deb0d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
16 changes: 0 additions & 16 deletions decompressed/gui_file/www/docroot/css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -1669,22 +1669,6 @@
}
}

@media screen and (min-width: 768px) and (min-height:1025px) {
.modal.fade.in {
top:35%;
}

.modal-body {
max-height: 800px;
}
}

@media screen and (max-width: 767px) and (min-height:1025px) {
.modal-body {
max-height:800px;
}
}

@media screen and (max-height: 640px) {
.modal {
position:fixed;
Expand Down
2 changes: 1 addition & 1 deletion decompressed/gui_file/www/docroot/theme/Fritz/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ div.logo-technicolor a {

.popUp {
position: fixed;
width: calc(100% - 17rem);
width: calc(100% - 17rem) !important;
max-width: calc(100% - 17rem);
height: 22rem;
overflow: visible;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ div.logo-technicolor a {

.popUp {
position: fixed;
width: calc(100% - 17rem);
width: calc(100% - 17rem) !important;
max-width: calc(100% - 17rem);
height: 22rem;
overflow: visible;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ div.logo-technicolor a {

.popUp {
position: fixed;
width: calc(100% - 17rem);
width: calc(100% - 17rem) !important;
max-width: calc(100% - 17rem);
height: 22rem;
overflow: visible;
Expand Down

0 comments on commit 83deb0d

Please sign in to comment.