Skip to content
Snippets Groups Projects
admin_style.css 1.39 KiB
Newer Older
Manuel Herrmann's avatar
Manuel Herrmann committed
html,body {
    font-family:Verdana,Helvetica,sans-serif;
    font-size:12pt;
    padding: 0;
    margin:0;
    height:100%
}
body{
    margin-top: 40px;
    height:100%;
}
Tim Repke's avatar
Tim Repke committed

Manuel Herrmann's avatar
Manuel Herrmann committed
a:link, a:visited {
    background-color:inherit;
    color:#ff8400;;
    text-decoration:none;
}
a:active, a:hover {
    background-color:inherit;
    color:#ff6000;
    text-decoration:none;
}
a[href ^= "http"]:after {
    content: " " url("graphics/outlonk.png");
}
table {
    border-collapse: collapse;
}
Manuel Herrmann's avatar
Manuel Herrmann committed
#linkbar{
    border-bottom: 1px dashed coral;
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    padding: 5px;
    background: #f5f5f5;
}
#linkbar a{
    border-left: 1px dotted #d3d3d3;
    padding: 0 5px;
}

#admin-content{

}
#logout{
    float:right;
    height:20px;
    width: 25px;
    background: #f5f5f5;
    color:#f5f5f5;
    border:0 !important;
}
form table tr td{
    border-left: 1px dotted #d3d3d3;
    padding: 0 5px;
}

.list-backstepped{
    color: #d3d3d3 !important;
}
.list-backstepped a{
    color: #d3d3d3 !important;
}
Manuel Herrmann's avatar
Manuel Herrmann committed
.cost-table{
Manuel Herrmann's avatar
Manuel Herrmann committed
}
.cost-table td{
	padding-left: 12px;
	padding-right: 12px;
}
.cost-table tr{

}
.cost-table tfoot{
	border-top: 1px dashed #222;
	border-bottom: 1px double
}
.cost-table-numeric{
	text-align:right;
}
.cost-table-invisible{
	border: 0;
}
.cost-table tfoot td{
    border-bottom: 1px solid #0c0c0c;
    border-top: 1px dashed #0c0c0c;
}