summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-06-10 00:05:02 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-06-10 00:05:02 +0100
commitf9175cc6fad11770278d798863c9ade3b325d305 (patch)
treefd071966cd3781138dfe740f9a65f91d29d750e9 /media
parent91b8ba1be31bc96829676567341d5f342301dd29 (diff)
downloadtroggle-f9175cc6fad11770278d798863c9ade3b325d305.tar.gz
troggle-f9175cc6fad11770278d798863c9ade3b325d305.tar.bz2
troggle-f9175cc6fad11770278d798863c9ade3b325d305.zip
[svn] * Added admin inlines for QMs in LogbookEntry model
* Added QM list edit view * Fixed "recent changes" box on front page
Diffstat (limited to 'media')
-rw-r--r--media/css/main3.css47
1 files changed, 45 insertions, 2 deletions
diff --git a/media/css/main3.css b/media/css/main3.css
index be613a2..3c229e0 100644
--- a/media/css/main3.css
+++ b/media/css/main3.css
@@ -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;
+}
+