2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-03-31 08:26:03 +01:00

[svn] * Added admin inlines for QMs in LogbookEntry model

* Added QM list edit view
* Fixed "recent changes" box on front page
This commit is contained in:
substantialnoninfringinguser
2009-06-10 00:05:02 +01:00
parent 91b8ba1be3
commit f9175cc6fa
7 changed files with 111 additions and 23 deletions

View File

@@ -33,6 +33,7 @@ div.logbookentry p
margin:10px;
}
div#content div#col2
{
float:right;
@@ -47,7 +48,6 @@ div#content h2
padding-bottom:30px;
}
table.prevnextexpeditions
{
width:100%;
@@ -117,7 +117,7 @@ hr{
div.centre img { vertical-align: middle; }
h1 { text-align: center; font-size: 210%; display: inline;}
h2 { color: #009900; }
h2 { }
h3 { color: #000 text-align:left; border-bottom:thin solid black; margin-bottom:1em; margin-top:1em; font-weight:bold}
h4 { color: #0d664c; }
h4.navbar {line-height: 0px;}
@@ -362,3 +362,46 @@ div#difflistajax
border: thin green solid;
}
}
/*The below are stolen from django admin css*/
.addlink {
background:transparent url("../icon_addlink.gif") no-repeat scroll 0 0.2em;
padding-left:12px;
}
.quiet, a.quiet:link, a.quiet:visited {
color:#999999 !important;
font-weight:normal !important;
}
.mini {
font-size:9px;
}
/*this is for the related objects box on the right hand side, formerly called "col2." transition is in progress.*/
ul.actionlist li
{
list-style-type:none;
}
div#related h2
{
padding-bottom:0px;
font-size:100%;
text-align:left;
background:#EEEEEE url(../nav-bg.gif) repeat-x scroll left bottom;
color:#666666;
margin: 0px;
}
div#related
{
width:200px;
float:right;
border: thin solid black;
background:#EEEEEE;
color:#666666;
}