forked from friendica/friendica-addons
23 lines
296 B
CSS
23 lines
296 B
CSS
#cookienotice-label {
|
|
float: left;
|
|
width: 300px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#cookienotice-text {
|
|
float: left;
|
|
margin-top: 10px;
|
|
width: 400px;
|
|
height: 150px;
|
|
}
|
|
|
|
#cookienotice-submit {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.cookienotice {
|
|
text-align: center;
|
|
width: 100%;
|
|
margin-top: 25px;
|
|
font-size: 20px;
|
|
}
|