diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/default/style.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 5f82bff62..249fb2a95 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -1796,4 +1796,20 @@ a.mail-list-link { } .contact-block-link { float: left; -}
\ No newline at end of file +} + +#tag-remove { + margin-bottom: 15px; +} + +#tagrm li { + margin-bottom: 10px; +} + +#tagrm-submit, #tagrm-cancel { + margin-top: 25px; +} + +#tagrm-cancel { + margin-left: 15px; +} |