kopia lustrzana https://github.com/rtts/django-simplecms
Minor CSS tweaks
rodzic
dc9744c5eb
commit
f8f4e03454
|
@ -131,6 +131,7 @@ div.edit {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.edit a, div.edit button, a.edit{
|
div.edit a, div.edit button, a.edit{
|
||||||
|
font-family: inherit;
|
||||||
font-size: 1rem !important;
|
font-size: 1rem !important;
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
color: red !important;
|
color: red !important;
|
||||||
|
@ -232,14 +233,9 @@ article {
|
||||||
|
|
||||||
div.button {
|
div.button {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding: 1em 0;
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
border: 5px solid black;
|
||||||
background: black;
|
|
||||||
color: white;
|
|
||||||
padding: 5px 15px;
|
|
||||||
font-size: 1.5em;
|
|
||||||
border-radius: 3px;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -95,6 +95,7 @@ div.edit {
|
||||||
z-index: 1000; }
|
z-index: 1000; }
|
||||||
|
|
||||||
div.edit a, div.edit button, a.edit {
|
div.edit a, div.edit button, a.edit {
|
||||||
|
font-family: inherit;
|
||||||
font-size: 1rem !important;
|
font-size: 1rem !important;
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
color: red !important;
|
color: red !important;
|
||||||
|
@ -161,15 +162,10 @@ article section {
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0; }
|
top: 0; }
|
||||||
article section div.button {
|
article section div.button {
|
||||||
text-align: center; }
|
text-align: center;
|
||||||
|
padding: 1em 0; }
|
||||||
article section div.button a {
|
article section div.button a {
|
||||||
text-decoration: none;
|
border: 5px solid black; }
|
||||||
background: black;
|
|
||||||
color: white;
|
|
||||||
padding: 5px 15px;
|
|
||||||
font-size: 1.5em;
|
|
||||||
border-radius: 3px;
|
|
||||||
display: inline-block; }
|
|
||||||
|
|
||||||
/* Form elements */
|
/* Form elements */
|
||||||
form.cms div.global_error {
|
form.cms div.global_error {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Ładowanie…
Reference in New Issue