Minor CSS tweaks

readwriteweb
Jaap Joris Vens 2019-12-28 12:29:11 +01:00
rodzic dc9744c5eb
commit f8f4e03454
3 zmienionych plików z 8 dodań i 16 usunięć

Wyświetl plik

@ -131,6 +131,7 @@ div.edit {
}
div.edit a, div.edit button, a.edit{
font-family: inherit;
font-size: 1rem !important;
font-weight: normal !important;
color: red !important;
@ -232,14 +233,9 @@ article {
div.button {
text-align: center;
padding: 1em 0;
a {
text-decoration: none;
background: black;
color: white;
padding: 5px 15px;
font-size: 1.5em;
border-radius: 3px;
display: inline-block;
border: 5px solid black;
}
}
}

Wyświetl plik

@ -95,6 +95,7 @@ div.edit {
z-index: 1000; }
div.edit a, div.edit button, a.edit {
font-family: inherit;
font-size: 1rem !important;
font-weight: normal !important;
color: red !important;
@ -161,15 +162,10 @@ article section {
left: 0;
top: 0; }
article section div.button {
text-align: center; }
text-align: center;
padding: 1em 0; }
article section div.button a {
text-decoration: none;
background: black;
color: white;
padding: 5px 15px;
font-size: 1.5em;
border-radius: 3px;
display: inline-block; }
border: 5px solid black; }
/* Form elements */
form.cms div.global_error {

File diff suppressed because one or more lines are too long