This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
lcs/root/css/dc2/admin.css

306 lines
3.7 KiB
CSS

@import url(../common.css);
html, body {
margin: 0;
background: white url(page-bg.png) repeat-y;
}
div#main-content {
margin-left: 160px;
margin-top: -10px;
margin-right: 20px;
}
div#main-content h1 {
color: #006699;
font-size: 120%;
}
div#main-content h2 {
color: #006699;
font-size: 115%;
}
div#main-content h3 {
color: #006699;
font-size: 108%
}
div#header {
margin: 0;
background: white url(head-bg.png) repeat-x;
height: 58px;
}
ul#menu {
background: transparent url(head-logo.png) no-repeat;
width: 177px;
margin: 0;
padding: 80px 0 0 5px;
}
a {
color: #0066cc;
text-decoration: none;
border-bottom: 1px dotted #ff9900;
}
p.commands a {
border: 0;
}
ul#menu a {
font-weight: bold;
}
ul#menu li.active a {
border-bottom: 1px solid #ff9900;
}
ul#menu li {
font-size: 90%;
margin-bottom: 1em;
max-width: 130px;
}
div#footer {
display: none;
}
ul.user-info {
position: absolute;
margin: 0;
padding: 0;
right: 25px;
top: 13px;
font-size: 70%;
font-weight: bold;
}
ul.user-info li {
display: inline;
padding-left: 10px;
}
/** end of dc2 changes **/
ul.biglist {
margin: 0;
padding: 0;
}
ul.biglist li {
list-style-type: none;
margin: 4px 0;
padding: 0 2px;
border: 1px solid #888;
background: #ffe;
clear: both;
}
ul.biglist li p.details {
display: block;
margin: 0;
color: #555;
font-size: 80%;
}
ul.biglist li p.commands {
float: right;
margin-top: -17px;
}
ul.biglist li p.commands img {
padding-right: 5px;
}
a img {
border: 0;
}
td.time {
text-align: right;
}
ul.biglist li.disabled, ul.biglist li.disabled p.details {
color: #999;
background: #ddd;
}
dl dt {
margin : 0;
padding : 0 0 0 0;
}
dl dd {
margin : 0.3em 0 1.5em 10px;
}
img.theme-icon {
float: right;
margin: -16px 4px 0px 3px;
border: 1px solid #999;
}
div#new-field table {
margin: 0;
padding: 0;
}
div#new-field div.widget {
margin: 0;
padding: 0;
}
div#new-field div.buttons {
margin: 0;
padding: 0;
}
div#new-field div.buttons input {
margin: 0;
padding: 0;
}
div#new-field {
border: 1px solid #888;
background: #ffe;
margin: 2em 0 4px 0;
padding: 0 2px;
}
div#new-field div.widget {
}
div#new-field h3 {
margin: 0;
font-size: 100%;
}
div#new-field br {
display: none;
}
div#new-field p.commands {
float: right;
margin-top: -17px;
margin-right: 3px;
}
div.WorkflowStatusWidget {
border-left: 1px solid black;
}
p#breadcrumb {
background: #e6e6e6;
-moz-border-radius: 6px;
padding: 3px 8px;
font-size: 80%;
border: 1px solid #bfbfbf;
}
/** steps **/
#steps {
height: 32px;
margin-bottom: 1em;
background: #f0f0f0;
color: #aaa;
}
#steps ol {
list-style: none;
padding: 0 20px;
}
#steps li {
display: inline;
padding-right: 1em;
display: block;
float: left;
width: 30%;
list-style: none;
}
#steps ol ul {
display: none;
}
#steps span.marker {
font-size: 26px;
padding: 2px 9px;
font-weight: bold;
color: white;
text-align: center;
background: #ddd;
border: 1px solid #ddd;
-moz-border-radius: 0.7ex;
}
#steps li.current span.marker {
background: #ffa500;
border: 1px solid #ffc400;
}
#steps span.label {
font-size: 90%;
}
#steps li.current span.label {
color: black;
}
#steps ol ul {
display: none;
}
/** logs **/
form#other-log-select {
margin-top: 2em;
padding-top: 1em;
border-top: 1px solid #999;
}
form#other-log-select select {
margin: 0 1em;
}
tr.level-error td {
border: 1px solid #800;
background: red;
}
tr.level-error td.message {
font-weight: bold;
}
table.stats {
margin: 1ex 0;
}
table.stats thead th {
text-align: left;
}
table.stats td {
padding-left: 1em;
}
form.inplaceeditor-form {
margin: 0;
padding: 0;
}
form.inplaceeditor-form input {
margin: 0;
padding: 0;
}