]> git.deb.at Git - deb/moinmoin.git/blobdiff - debwiki/css/debwiki.css
edit bar and other changes + latest debian.css
[deb/moinmoin.git] / debwiki / css / debwiki.css
index f59c78eba558e9ef916bac4eb97074efe0f9e52d..ee694a0fdcfe3196612b17e7e92ee92cf51a9819 100644 (file)
@@ -146,11 +146,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 +274,6 @@ div.table-of-contents a {
        display: block;
 }
 h1#locationline {
-       margin-bottom: 0.5em;
 }
 h1#locationline a {
        color: black;
@@ -317,13 +316,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;
 }
@@ -433,26 +432,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 +496,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 +505,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;
 }