projets
/
auf_savoirs_en_partage_django.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ajout de fichiers manquants pour mon precedent commit
[auf_savoirs_en_partage_django.git]
/
auf_savoirs_en_partage
/
media
/
admin_tools
/
css
/
dashboard-ie.css
1
/* todo: ie6 doesn't want the dashboard to take full width... */
2
3
html
,
body
{
4
_overflow
:
auto
;
5
_width
:
100
%;
6
}
7
8
#content
{
9
*
min-width
:
98
%;
10
}
11
12
.
dashboard-module
h2 a
.
toggle-icon
,
13
.dashboard-module h2 a.close-icon
{
14
margin-top
: -
16px
;
15
}
16
17
.dashboard-module ul li ul
{
18
margin-top
: -
25px
;
19
}
20
21
.dashboard-module h3
{
22
clear
:
both
;
23
}
24
25
.dashboard-column
{
26
padding
:
20px
;
27
}