PlainDiscuss/Source/Main.css

18 lines
181 B
CSS
Raw Normal View History

2022-06-16 00:31:24 +02:00
Input, TextArea {
2022-06-16 17:17:42 +02:00
//Width: 100%;
2022-06-16 00:31:24 +02:00
}
2022-06-16 17:17:42 +02:00
/*
2022-06-16 00:31:24 +02:00
Span {
Display: Block;
Overflow: Hidden;
}
Label{
Float: Left;
Padding-Right: 8px;
}
2022-06-16 17:17:42 +02:00
*/
2022-06-16 00:31:24 +02:00
TextArea {
Width: 100%;
Height: 30%;
}