]> git.donarmstrong.com Git - debbugs.git/blobdiff - html/bugs.css
add more css for debbugs_install and bug_title
[debbugs.git] / html / bugs.css
index 7bddb101ded04d265c34427a374ebf0f96c4d53a..c87d245ab8028fe7d0fda1968ae26d220182a7d3 100644 (file)
@@ -1,7 +1,7 @@
 html {
     color: #000; 
     background: #fefefe;
-    font-family: serif;
+    font-family: sans-serif;
     margin: 0;
     border: 0;
     padding: 0;
@@ -9,13 +9,19 @@ html {
 }
 
 body {
-    color: #000; 
-    background: #fefefe;
-    margin: 10px;
+/*     color: #000; 
+    background: #fefefe; */
+    margin: 0px;
     border: 0;
     padding: 0;
 }
 
+/* this is the main container for content outside of the header and footer */
+.body {
+    margin-left: 0.5em;
+    margin-right: 0.5em;
+}
+
 h1, h2, h3 {
     color: #000; 
     background: #fefefe;
@@ -102,7 +108,25 @@ pre.wrapping {
     border-top: 1ex;
 }
 
-a.bugtitle {
+/* debbugs install header */
+
+div.debbugs_install {
+    font-size: 80%;
+    margin: 0px;
+    padding: 0px;
+    border: solid 1px;
+    background: #eee;
+}
+
+/* bugreport bug title */
+
+h1.bug_title {
+    padding: 0px;
+    margin: 0px;
+    border: solid;
+}
+
+a.bug_title {
     font-weight: bold;
     font-size: 110%;
 }
@@ -170,14 +194,37 @@ pre.mime {
     margin-bottom: 0px;
 }
 
+/* bug info CSS; this is the CSS which displays the per-bug information on each
+   of the bugreport.cgi pages */
 
-.buginfo p
+.buginfo
 { 
   font-family: sans-serif;
   font-size: 110%;
   margin-bottom: 0px
 }
 
+.buginfo ul {
+    padding: 0;
+    margin: 0;
+}
+
+.buginfo li {
+    list-style-type: none;
+    display: table-row;
+}
+
+.buginfo .value {
+    display: table-cell;
+    padding-left: 2px;
+}
+
+.buginfo .key {
+    display: table-cell;
+    padding-right: 2px;
+    border-right: 2px solid;
+    padding-left: auto;
+}
 .buginfo p + p
 { 
   margin: 0;
@@ -201,10 +248,9 @@ pre.mime {
 }
 
 
-.versiongraph
+div.versiongraph
 {
-  float: right
-  
+    float: right;
 }
 
 pre.tags {
@@ -245,9 +291,9 @@ a.options:link, a.options:visited {
     border-bottom: #3c3c3c 1px dotted;
 }
 
-li {
-    list-style-type: square;
-}
+/* li { */
+/*     list-style-type: square; */
+/* } */
 
 .shortbugstatus
 {