synced small CSS changes from core

This commit is contained in:
Anika Henke 2013-08-11 22:16:24 +01:00
parent 54b7d19a6b
commit b93aee0b42
2 changed files with 7 additions and 0 deletions

View file

@ -79,6 +79,10 @@
#dw__register fieldset {
padding-bottom: 0.7em;
}
#dw__profiledelete {
display: block;
margin-top: 2.8em;
}
/**

View file

@ -438,6 +438,9 @@ button::-moz-focus-inner {
padding: 0;
}
select {
max-width: 100%;
}
optgroup {
font-style: italic;
font-weight: bold;