-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'remotes/origin/develop'
- Loading branch information
Showing
15 changed files
with
148 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 33 additions & 33 deletions
66
catalog/admin/templates/default/css/styles/jquery.loadmask.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,45 @@ | ||
.loadmask { | ||
z-index: 1000000; | ||
position: absolute; | ||
top:0; | ||
left:0; | ||
-moz-opacity: 0.5; | ||
opacity: .50; | ||
filter: alpha(opacity=50); | ||
background-color: #333; | ||
width: 100%; | ||
height: 250%; | ||
zoom: 1; | ||
z-index: 1000000; | ||
position: absolute; | ||
top:0; | ||
left:0; | ||
-moz-opacity: 0.5; | ||
opacity: .50; | ||
filter: alpha(opacity=50); | ||
background-color: #333; | ||
width: 100%; | ||
height: 250%; | ||
zoom: 1; | ||
} | ||
.loadmask-msg { | ||
z-index: 1100000; | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
border:1px solid #6593cf; | ||
background: #c3daf9; | ||
padding:2px; | ||
-moz-border-radius: 15px; | ||
border-radius: 15px; | ||
z-index: 1100000; | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
border:1px solid #6593cf; | ||
background: #c3daf9; | ||
padding:2px; | ||
-moz-border-radius: 15px; | ||
border-radius: 15px; | ||
} | ||
.loadmask-msg div { | ||
padding:6px 8px 5px 8px; | ||
/* background: #fbfbfb url('../../img/loading.gif') no-repeat 5px 5px; */ | ||
background: #fbfbfb; | ||
line-height: 16px; | ||
border:1px solid #a3bad9; | ||
color:#222; | ||
font:normal 11px tahoma, arial, helvetica, sans-serif; | ||
cursor:wait; | ||
-moz-border-radius: 15px; | ||
border-radius: 15px; | ||
padding:6px 8px 5px 8px; | ||
/* background: #fbfbfb url('../../img/loading.gif') no-repeat 5px 5px; */ | ||
background: #fbfbfb; | ||
line-height: 16px; | ||
border:1px solid #a3bad9; | ||
color:#222; | ||
font:normal 11px tahoma, arial, helvetica, sans-serif; | ||
cursor:wait; | ||
-moz-border-radius: 15px; | ||
border-radius: 15px; | ||
} | ||
.masked { | ||
/* overflow: hidden !important; */ | ||
/* overflow: hidden !important; */ | ||
} | ||
.masked-relative { | ||
position: relative !important; | ||
position: relative !important; | ||
} | ||
.masked-hidden { | ||
visibility: hidden !important; | ||
visibility: hidden !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.