Add files via upload
This commit is contained in:
parent
e48b1a0ddb
commit
953bc65702
1 changed files with 32 additions and 1 deletions
|
@ -320,7 +320,7 @@ Element {
|
||||||
border-color: #ddd;
|
border-color: #ddd;
|
||||||
}
|
}
|
||||||
.panel {
|
.panel {
|
||||||
margin-bottom: 2px;
|
margin-bottom: 8px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
/*border: 1px solid transparent;*/
|
/*border: 1px solid transparent;*/
|
||||||
border-radius: 1px;
|
border-radius: 1px;
|
||||||
|
@ -369,3 +369,34 @@ Element {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fügt eine farbige Linie für Kommentare ein*/
|
||||||
|
.thread_level_1 {
|
||||||
|
position: relative !important;
|
||||||
|
margin-top: 0;
|
||||||
|
border-left: 3px solid #84b6c48a;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_2 {
|
||||||
|
position: relative !important;
|
||||||
|
margin-top: 0;
|
||||||
|
border-left: 3px solid #d2af7f6b;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_3 {
|
||||||
|
position: relative !important;
|
||||||
|
margin-top: 0;
|
||||||
|
border-left: 3px solid #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_4 {
|
||||||
|
position: relative !important;
|
||||||
|
margin-top: 0;
|
||||||
|
border-left: 3px solid #b8a17e;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_5 {
|
||||||
|
position: relative !important;
|
||||||
|
margin-top: 0;
|
||||||
|
border-left: 3px solid #8fafb8;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue