Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
1fcb0ee7
Commit
1fcb0ee7
authored
Nov 02, 2012
by
Vik Paruchuri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added back in ie css file that was accidentally removed
parent
d603d4cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
64 additions
and
0 deletions
+64
-0
lms/static/admin/css/ie.css
+64
-0
No files found.
lms/static/admin/css/ie.css
0 → 100644
View file @
1fcb0ee7
/* IE 6 & 7 */
/* Proper fixed width for dashboard in IE6 */
.dashboard
#content
{
*
width
:
768px
;
}
.dashboard
#content-main
{
*
width
:
535px
;
}
/* IE 6 ONLY */
/* Keep header from flowing off the page */
#container
{
_position
:
static
;
}
/* Put the right sidebars back on the page */
.colMS
#content-related
{
_margin-right
:
0
;
_margin-left
:
10px
;
_position
:
static
;
}
/* Put the left sidebars back on the page */
.colSM
#content-related
{
_margin-right
:
10px
;
_margin-left
:
-115px
;
_position
:
static
;
}
.form-row
{
_height
:
1%
;
}
/* Fix right margin for changelist filters in IE6 */
#changelist-filter
ul
{
_margin-right
:
-10px
;
}
/* IE ignores min-height, but treats height as if it were min-height */
.change-list
.filtered
{
_height
:
400px
;
}
/* IE doesn't know alpha transparency in PNGs */
.inline-deletelink
{
background
:
transparent
url(../img/inline-delete-8bit.png)
no-repeat
;
}
/* IE7 doesn't support inline-block */
.change-list
ul
.toplinks
li
{
zoom
:
1
;
*
display
:
inline
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment