'merged from 1.8: MDL-8747 - added .buttons form div {display:inline} to aligen buttons beside each other'

This commit is contained in:
urs_hunkler 2007-03-04 19:18:05 +00:00
parent 8f8b009e5c
commit 48287e3b94

View File

@ -2375,7 +2375,8 @@ body#user-index h2 {
text-align: center;
}
#user-view .buttons form {
#user-view .buttons form,
#user-view .buttons form div {
display:inline;
}