Kaydet (Commit) 2084aed2 authored tarafından elky's avatar elky Kaydeden (comit) Tim Graham

Fixed #25827 -- Removed extra spacing in admin's DateTimeField.

üst 34d88944
......@@ -255,11 +255,6 @@ p.datetime {
font-weight: bold;
}
form .form-row p.datetime {
margin-left: 160px;
padding-left: 10px;
}
.datetime span {
white-space: nowrap;
font-weight: normal;
......@@ -274,7 +269,7 @@ form .form-row p.datetime {
}
table p.datetime {
font-size: 10px;
font-size: 11px;
margin-left: 0;
padding-left: 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment