mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
[astounding] fixed css that locked ie in the navigation unit tests. tagged so I can show my kids some day
This commit is contained in:
parent
0ef954575a
commit
7d6ff25543
1 changed files with 5 additions and 9 deletions
14
external/qunit.css
vendored
14
external/qunit.css
vendored
|
|
@ -11,11 +11,10 @@
|
|||
/** Resets */
|
||||
|
||||
#qunit-tests, #qunit-tests ol, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult {
|
||||
margin: 0;
|
||||
margin: 0 8px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
/** Header */
|
||||
|
||||
#qunit-header {
|
||||
|
|
@ -32,6 +31,8 @@
|
|||
-moz-border-radius: 15px 15px 0 0;
|
||||
-webkit-border-top-right-radius: 15px;
|
||||
-webkit-border-top-left-radius: 15px;
|
||||
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
#qunit-header a {
|
||||
|
|
@ -64,6 +65,7 @@
|
|||
|
||||
#qunit-tests {
|
||||
list-style-position: inside;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
#qunit-tests li {
|
||||
|
|
@ -195,13 +197,7 @@
|
|||
left: -10000px;
|
||||
}
|
||||
|
||||
[ data-nstest-role='page'], [ data-nstest-role='dialog'] {
|
||||
[data-nstest-role='page'], [data-nstest-role='dialog'] {
|
||||
position: absolute !important;
|
||||
top: -10000px !important;
|
||||
}
|
||||
|
||||
/* maintain styling */
|
||||
.ui-mobile-viewport {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue