50 lines
908 B
CSS
50 lines
908 B
CSS
/* pgs/dienstplaene/main.css */
|
|
|
|
label {
|
|
width: 6em;
|
|
float: left;
|
|
}
|
|
li img {
|
|
height: 0.8em;
|
|
}
|
|
.dienstplaene_list_header {
|
|
margin: 1em 0;
|
|
}
|
|
.dienstplaene_list_entry {
|
|
border-bottom: 0;
|
|
border-left: 0.1em solid #000000;
|
|
border-right: 0.1em solid #000000;
|
|
border-top: 0.1em solid #000000;
|
|
width: 100%;
|
|
padding: 0.2em;
|
|
}
|
|
.dienstplaene_list_entry:first-child {
|
|
|
|
}
|
|
.dienstplaene_list_entry:last-of-type {
|
|
border-bottom: 0.1em solid #000000;
|
|
width: 100%;
|
|
padding: 0.2em;
|
|
}
|
|
.dienstplaene_list_entry ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
}
|
|
.dienstplaene_list_entry ul a {
|
|
text-decoration: none;
|
|
color: #000000;
|
|
}
|
|
.dienstplaene_list_entry li {
|
|
display: inline-block;
|
|
padding: 0.2em;
|
|
margin: 0.2em;
|
|
background-color: #eeeeee;
|
|
border-radius: 0.2em;
|
|
}
|
|
.dienstplaene_list_entry li img {
|
|
height: 0.8em;
|
|
}
|
|
.dienstplaene_list_entry a li {
|
|
border: 1px solid #000000;
|
|
} |