Skip to content

Commit

Permalink
Item12180: fixes for modal dialog (for extension images)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@15888 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Nov 4, 2012
1 parent bfc1fbf commit 3ac93d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
8 changes: 0 additions & 8 deletions core/lib/Foswiki/Configure/resources/pattern.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,14 +384,6 @@ table {

/* GENERAL HTML ELEMENTS */

/* apply a natural box layout model to all elements */
/* http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

html body {
font-family: Arial, sans-serif;
font-size: 13px;
Expand Down
9 changes: 4 additions & 5 deletions core/lib/Foswiki/Configure/resources/styles.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/* STYLES.CSS */

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
margin:0;
padding:0;
Expand Down Expand Up @@ -986,6 +981,10 @@ div.configureMessageBox {
margin:1em 0;
}

.nyroModalClose {
z-index: 1;
}

/* Responsive: Tablet to desktop */

@media (min-width: 481px) and (max-width: 979px) {
Expand Down

0 comments on commit 3ac93d5

Please sign in to comment.