mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fix wide display and RTL button icon position for IE6-7
This commit is contained in:
parent
a70199f30d
commit
9e25b71df5
3 changed files with 15 additions and 2 deletions
|
@ -55,7 +55,12 @@ p{
|
||||||
left:30px;
|
left:30px;
|
||||||
right:auto;
|
right:auto;
|
||||||
}
|
}
|
||||||
#choose img,#before img,#support img{
|
#choose img,
|
||||||
|
#before img,
|
||||||
|
#support img,
|
||||||
|
#choose .ieimg,
|
||||||
|
#before .ieimg,
|
||||||
|
#support .ieimg{
|
||||||
margin-right:-40px;
|
margin-right:-40px;
|
||||||
margin-left:8px;
|
margin-left:8px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,6 +28,9 @@ h3 .ieimg{
|
||||||
width:690px;
|
width:690px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
#content.wide{
|
||||||
|
width:920px;
|
||||||
|
}
|
||||||
#lang{
|
#lang{
|
||||||
border-left:2px solid #f7f7f7;
|
border-left:2px solid #f7f7f7;
|
||||||
border-right:2px solid #f7f7f7;
|
border-right:2px solid #f7f7f7;
|
||||||
|
|
|
@ -55,7 +55,12 @@ p{
|
||||||
left:30px;
|
left:30px;
|
||||||
right:auto;
|
right:auto;
|
||||||
}
|
}
|
||||||
#choose img,#before img,#support img{
|
#choose img,
|
||||||
|
#before img,
|
||||||
|
#support img,
|
||||||
|
#choose .ieimg,
|
||||||
|
#before .ieimg,
|
||||||
|
#support .ieimg{
|
||||||
margin-right:-40px;
|
margin-right:-40px;
|
||||||
margin-left:8px;
|
margin-left:8px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue