diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/style.css | 18 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 19 |
2 files changed, 37 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index fb7380e02..d1b85bf7a 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1811,6 +1811,24 @@ a.mail-list-link { margin-top: 10px; } +#search-save { + margin-left: 5px; +} +.groupsideedit { + margin-right: 10px; +} +#saved-search-ul { + list-style-type: none; +} +.savedsearchdrop, .savedsearchterm { + float: left; + margin-top: 10px; +} +.savedsearchterm { + margin-left: 10px; +} + + #side-follow-wrapper { margin-top: 20px; } diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 50b780e97..b97f27510 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1871,6 +1871,25 @@ a.mail-list-link { margin-top: 10px; } + +#search-save { + margin-left: 5px; +} +.groupsideedit { + margin-right: 10px; +} +#saved-search-ul { + list-style-type: none; +} +.savedsearchdrop, .savedsearchterm { + float: left; + margin-top: 10px; +} +.savedsearchterm { + margin-left: 10px; +} + + #side-follow-wrapper { margin-top: 20px; } |