]> git.mxchange.org Git - friendica-addons.git/blob - cookienotice/cookienotice.css
new addon - cookienotice - configure, show and handle a simple cookie usage notice
[friendica-addons.git] / cookienotice / cookienotice.css
1 #cookienotice-label {
2     float: left;
3     width: 300px;
4     margin-top: 10px;
5 }
6
7 #cookienotice-text {
8     float: left;
9     margin-top: 10px;
10     width: 400px;
11     height: 150px;
12 }
13
14 #cookienotice-submit {
15     margin-top: 15px;
16 }
17
18 .cookienotice {
19     text-align: center;
20     width: 100%;
21     margin-top: 25px;
22     font-size: 20px;
23 }