]> git.deb.at Git - deb/moinmoin.git/blobdiff - debwiki/css/debwiki.css
info page history fix, border to tr
[deb/moinmoin.git] / debwiki / css / debwiki.css
index f59c78eba558e9ef916bac4eb97074efe0f9e52d..1307735aaff104192cd5e1765feadbbc841941a5 100644 (file)
@@ -62,10 +62,11 @@ div#username {
        line-height: 2;
 }
 
-#pagelocation {
+ul#pagelocation {
+       display: inline;
+       padding:0 1em 0 0;
 }
 
-
 #sitetools form {
        margin:0;
        padding:0;
@@ -146,11 +147,11 @@ form select {
 }
 
 .editbar {
-       background: url('Pics/reddot.png') bottom left repeat-x;
-       width: 100%;
-       padding: 0 0 0.5em 0;
+       padding: 0 0 0 0;
        font-size: 0.75em;
        line-height: 2;
+       position: absolute;
+       right: 10px;
 }
 
 #leftcol li {
@@ -274,7 +275,6 @@ div.table-of-contents a {
        display: block;
 }
 h1#locationline {
-       margin-bottom: 0.5em;
 }
 h1#locationline a {
        color: black;
@@ -317,13 +317,13 @@ a.codenumbers {
 
 p#pageinfo {
        color: gray;
-       font-size: 0.75em;
-       margin: 1em 0 0 62px;
+       font-size: 1em;
+       margin: 1em 0 0 0;
 }
 
 #footer {
        margin-top: 2em;
-       margin-left: 61px;
+       margin-left: 52px;
        margin-right: 10px;
        clear: both;
 }
@@ -375,7 +375,12 @@ table      {
 td {
                padding: 0 1em 0 0.5em;
 }
-
+div#page-history tr {
+       background-image: url('../img/greydot.png');
+       background-position: bottom left;
+       background-repeat: repeat-x;
+       background-color: transparent;
+}
 #content div.debian {
        border:1px solid #c70036;
        border-top: 1px solid  #c70036; 
@@ -433,26 +438,20 @@ ul#navibar li.userlink {
 }
 #pagetrail {
        margin:0;
-       font-size: 0.75em;
+       display: inline;
        text-transform: lowercase;
        line-height: 2;
        background-color: transparent;
        background-color: #f5f6f7;
-       border-bottom: 1px solid #d2d3d7 ;
        min-height: 20px;
 }
-#pagetrail:before {
-       content: "/";
-       margin-left: 0.5em;
-       margin-right: 0.5em;
-}
 #searchform {
        position: absolute;
        right: 10px;
        top: 0;
 }
 div#content {
-       margin: 0 10px 0 61px;
+       margin: 0 10px 0 52px;
 }
 div#header {
        margin:0;
@@ -503,8 +502,8 @@ form.actionsmenu {
        vertical-align: text-top;
 }
 span.sep {
-       margin-right: 0.5em;
-       margin-left: 0.5em;
+       margin-right: 0.25em;
+       margin-left: 0.25em;
 }
 td.diff-added {
        color: #31a300;
@@ -512,16 +511,6 @@ td.diff-added {
 td.diff-removed {
        color: #c70036;
 }
-div#domaintools {
-       position: absolute;
-       top: 0;
-       left: 0;
-}
-div#domaintools  p.section {
-       margin: 0;
-}
-div#domaintools  div#username {
-       line-height: 1.5em;
-       margin-left: 10em;
-       top:0;
+td.diff-info {
+       padding-left:0;
 }