~kkubasik/django/aggregation-branch

« back to all changes in this revision

Viewing changes to django/contrib/admin/media/css/layout.css

  • Committer: adrian
  • Date: 2006-05-02 01:31:56 UTC
  • Revision ID: vcs-imports@canonical.com-20060502013156-2941fcd40d080649
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* PAGE STRUCTURE */
 
2
#container { position:relative; width:100%; min-width:760px; }
 
3
#content { margin:10px 15px; }
 
4
#header { width:100%; }
 
5
#content-main { float:left; width:100%; }
 
6
#content-related { float:right; width:220px; position:relative; margin-right:-230px; }
 
7
#footer { clear:both; padding:10px; }
 
8
 
 
9
/*  COLUMN TYPES  */
 
10
.colMS { margin-right:245px !important; }
 
11
.colSM { margin-left:245px !important; }
 
12
.colSM #content-related { float:left; margin-right:0; margin-left:-230px; }
 
13
.colSM #content-main { float:right; }
 
14
.popup .colM { width:95%; }
 
15
.subcol { float:left; width:46%; margin-right:15px; }
 
16
.dashboard #content { width:500px; }
 
17
 
 
18
/*  HEADER  */
 
19
#header { background:#417690; color:#ffc; overflow:hidden; }
 
20
#header a:link, #header a:visited { color:white; }
 
21
#header a:hover { text-decoration:underline; }
 
22
#branding h1 { padding:0 10px; font-size:18px; margin:8px 0; font-weight:normal; color:#f4f379; }
 
23
#branding h2 { padding:0 10px; font-size:14px; margin:-8px 0 8px 0; font-weight:normal; color:#ffc; }
 
24
#user-tools     { position:absolute; top:0; right:0; padding:1.2em 10px; font-size:11px; text-align:right; }
 
25
 
 
26
/* SIDEBAR */
 
27
#content-related h3 { font-size:12px; color:#666; margin-bottom:3px; }
 
28
#content-related h4 { font-size:11px; }
 
29
#content-related .module h2     { background:#eee url(../img/admin/nav-bg.gif) bottom left repeat-x; color:#666; }
 
 
b'\\ No newline at end of file'