Select Git revision
RELEASE_GUIDELINES.md
-
Florian Spreckelsen authoredFlorian Spreckelsen authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
combined.css 195.43 KiB
/**************
* basic.css *
**************/
/**********
* colors *
***********/
/**********
* helper *
***********/
.list_vertical > ul {
margin: 0;
padding: 0;
}
.list_vertical > ul li {
list-style-type: none;
}
.list_horizontal > ul {
margin: 0;
padding: 0;
}
.list_horizontal > ul > li {
list-style-type: none;
float: left;
position: relative;
}
/*************
* functions *
**************/
/******
* css *
******/
body {
color: #374858;
}
.clearfix:after {
content: " ";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
table.adminTable {
background-color: white;
border-collapse: collapse;
}
table.adminTable th {
font-weight: bold;
border: 1px solid black;
padding: 10px;
}
table.adminTable th .info {
font-size: 10px;
width: 120px;
}
table.adminTable td {
border: 1px solid black;
padding: 10px;
}
#percentage {
border: 1px solid black;
height: 20px;
width: 200px;
background: white;
position: relative;
text-align: center;
color: black;
font-weight: bold;
display: none;
}
#percentage div {