Minor css updates for userlist table.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@483540 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joakim Erdfelt 2006-12-07 16:44:28 +00:00
parent 7f5e67affc
commit c9e4291067
2 changed files with 5 additions and 224 deletions

View File

@ -29,6 +29,7 @@
<style type="text/css" media="all">
@import url( "<c:url value="/css/maven-base.css" />" );
@import url( "<c:url value="/css/maven-theme.css" />" );
@import url( "<c:url value="/css/pss/table.css" />" );
@import url( "<c:url value="/css/site.css" />" );
</style>
<link rel="stylesheet" href="<c:url value="/css/print.css"/>" type="text/css" media="print"/>

View File

@ -125,241 +125,21 @@ ul.dependencyTree span.artifact-link {
padding-left: 0px;
}
// --- Extreme Components Table
.eXtremeTable {
margin: 0;
padding: 0;
.eXtremeTable tr.filter {
padding: 1px;
}
.eXtremeTable select {
font-family: Verdana;
font-size: 9px;
border: solid 1px #EEE;
width: 75px;
}
.eXtremeTable .tableRegion {
border: 1px solid silver;
padding: 2px;
font-family: Verdana;
font-size: 10px;
margin-top: 7px;
.eXtremeTable .tableRegion,
.eXtremeTable .statusBar {
width: 100%;
}
div.users .eXtremeTable .tableRegion {
margin-top: 0px;
border-top: 0px;
}
div.users .extraFilters form {
margin: 0 0 0 0;
padding: 0 0 0 0;
text-align: right;
}
div.users .extraFilters {
border: 1px solid silver;
border-bottom: 0;
}
.eXtremeTable .filter {
background-color: #efefef;
}
.eXtremeTable .filter input {
font-family: Verdana;
font-size: 10px;
width: 100%;
}
div.users .reports {
float: right;
font-family: Verdana;
font-size: 10px;
height: 1.3em;
padding-right: 0.5em;
}
div.users .reports img {
border: 0;
vertical-align: middle;
}
div.users .extraFilters input {
font-family: Verdana;
font-size: 10px;
}
div.users .extraFilters select,div.users .extraFilters label {
font-family: Verdana;
font-size: 9px;
margin-right: 3px;
}
.eXtremeTable .filter select {
font-family: Verdana;
font-size: 9px;
border: solid 1px #EEE;
width: 100%;
}
.eXtremeTable .tableHeader {
xbackground-color: #308dbb;
background-color: #F3B455;
color: white;
font-family: Verdana;
font-size: 11px;
font-weight: bold;
text-align: left;
padding-right: 3px;
padding-left: 3px;
padding-top: 4;
padding-bottom: 4;
margin: 0;
border-right-style: solid;
border-right-width: 1px;
border-color: white;
}
.eXtremeTable .tableHeaderSort {
xbackground-color: #3a95c2;
background-color: #FFBF5F;
color: white;
font-family: Verdana;
font-size: 11px;
font-weight: bold;
text-align: left;
padding-right: 3px;
padding-left: 3px;
padding-top: 4;
padding-bottom: 4;
border-right-style: solid;
border-right-width: 1px;
border-color: white;
}
.eXtremeTable .odd a,.even a {
color: Black;
font-size: 10px;
}
.eXtremeTable .odd td,.eXtremeTable .even td {
padding-top: 2px;
padding-right: 3px;
padding-bottom: 2px;
padding-left: 3px;
vertical-align: middle;
font-family: Verdana;
font-size: 10px;
}
.eXtremeTable .odd {
background-color: #FFFFFF;
}
.eXtremeTable .even {
background-color: #dfe4e8;
}
.eXtremeTable .highlight td {
color: black;
font-size: 10px;
padding-top: 2px;
padding-right: 3px;
padding-bottom: 2px;
padding-left: 3px;
vertical-align: middle;
background-color: #fdecae;
}
.eXtremeTable .highlight a,.highlight a {
color: black;
font-size: 10px;
}
.eXtremeTable .toolbar {
background-color: #F4F4F4;
font-family: Verdana;
font-size: 9px;
margin-right: 1px;
border-right: 1px solid silver;
border-left: 1px solid silver;
border-top: 1px solid silver;
border-bottom: 1px solid silver;
}
.eXtremeTable .toolbar td {
color: #444444;
padding: 0px 3px 0px 3px;
text-align: center;
}
.eXtremeTable .separator {
width: 7px;
}
.eXtremeTable .statusBar {
background-color: #F4F4F4;
font-family: Verdana;
font-size: 10px;
width: 100%;
}
.eXtremeTable .filterButtons {
background-color: #efefef;
text-align: right;
}
.eXtremeTable .title {
color: #444444;
font-weight: bold;
font-family: Verdana;
font-size: 15px;
vertical-align: middle;
}
.eXtremeTable .title span {
margin-left: 7px;
}
.eXtremeTable .formButtons {
display: block;
margin-top: 10px;
margin-left: 5px;
}
.eXtremeTable .formButton {
cursor: pointer;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
background-color: #308dbb;
color: white;
margin-top: 5px;
border: outset 1px #333;
vertical-align: middle;
}
.eXtremeTable .tableTotal {
background-color: #FFFFFF;
border-top: solid 1px Silver;
}
.eXtremeTable .tableTotalEmpty {
background-color: #FFFFFF;
}
.eXtremeTable img {
border: 0px;
}
.eXtremeTable .tasks {
text-align: center;
}
.eXtremeTable .tasks form {
padding: 0px;
margin: 0px;
}