diff options
author | marijus <mario@localhost.localdomain> | 2013-12-11 21:46:03 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-12-11 21:46:03 +0100 |
commit | 169266b4547460296355b63c06dd0643667093d0 (patch) | |
tree | 2e67383f467d12dfdb724a0a044b09bdd8c77fb9 /view/theme | |
parent | dd7fea10c1b70534b76bc4d5ea044187cd4cb77b (diff) | |
download | volse-hubzilla-169266b4547460296355b63c06dd0643667093d0.tar.gz volse-hubzilla-169266b4547460296355b63c06dd0643667093d0.tar.bz2 volse-hubzilla-169266b4547460296355b63c06dd0643667093d0.zip |
unify styling a little
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d716680ce..ce13fa94c 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2487,6 +2487,12 @@ img.mail-list-sender-photo { border-radius: $radiuspx; } +#note-text { + border: 1px solid #ccc; + border-radius: $radiuspx; + -moz-border-radius: $radiuspx; +} + #saved-search-ul { list-style-type: none; } @@ -2496,6 +2502,7 @@ img.mail-list-sender-photo { } #datebrowse-sidebar select { + border: 1px solid #ccc; border-radius: $radiuspx; -moz-border-radius: $radiuspx; } |