File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1683,6 +1683,10 @@ function web_editor(config) {
1683
1683
// Join up the buttons in the user interface with some functions for
1684
1684
// handling what to do when they're clicked.
1685
1685
function setupButtons ( ) {
1686
+ if ( navigator . platform . match ( 'Win' ) !== null ) {
1687
+ $ ( ".roundsymbol" ) . addClass ( "winroundsymbol" ) ;
1688
+ $ ( "#small-icons .status-icon" ) . addClass ( "win-status-icon" ) ;
1689
+ }
1686
1690
$ ( "#command-download" ) . click ( function ( ) {
1687
1691
doDownload ( ) ;
1688
1692
} ) ;
Original file line number Diff line number Diff line change @@ -156,10 +156,15 @@ h2 {
156
156
color : # 336699 ;
157
157
background : # FFFFFF ;
158
158
}
159
+
159
160
html [data-useragent *= 'MSIE 10.0' ] # small-icons .status-icon {
160
161
line-height : 2.15rem ;
161
162
}
162
163
164
+ # small-icons .win-status-icon {
165
+ line-height : 2.2rem ;
166
+ }
167
+
163
168
# small-icons .holder {
164
169
width : 56px ;
165
170
min-width : 56px ;
@@ -291,16 +296,7 @@ html[data-useragent*='MSIE 10.0'] #small-icons .status-icon {
291
296
background : # FFFFFF ;
292
297
}
293
298
294
- @-moz-document url-prefix() {
295
- .roundsymbol {
296
- line-height : 3.7rem ;
297
- }
298
- # small-icons .status-icon {
299
- line-height : 2.15rem ;
300
- }
301
- }
302
-
303
- html [data-useragent *= 'MSIE 10.0' ] .roundsymbol {
299
+ .winroundsymbol {
304
300
line-height : 3.7rem ;
305
301
}
306
302
You can’t perform that action at this time.
0 commit comments