Some minor CSS additions for the installer.

This commit is contained in:
Matthias Mees 2014-02-25 18:21:31 +01:00
parent 04bc1cd02f
commit fcfec701d0

View File

@ -1053,7 +1053,7 @@ summary {
.installer .msg_notice,
.installer .msg_hint {
display: inline-block;
margin: 0;
margin: 0 0 .5em;
padding: 0 .5em;
}
@ -1750,6 +1750,17 @@ form > .button_link:first-of-type,
margin: .75em 0 0;
}
.installer .field_info a,
.installer .field_info a:visited {
color: #444;
text-shadow: none;
}
.installer .field_info a:hover,
.installer .field_info a:focus {
color: #fcfcfc;
}
#entries_list .entry_info .entry_status,
.comment_status {
float: right;