1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
matomo-injector/css/style.css
2014-05-07 13:56:35 +02:00

32 lines
No EOL
388 B
CSS

.cutomjs {
min-width: 500px;
min-height: 500px;
padding: 25px;
}
textarea {
width: 100%;
height: 400px;
font-size: 12px;
color: #454545;
}
label {
line-height: 37px;
font-size: 80%;
}
input[type="checkbox"] {
position: relative;
top: 2px;
}
em {
font-style: italic;
color: #0f14f3;
}
.text-right {
text-align: right;
}