unify styling a little

This commit is contained in:
marijus
2013-12-11 21:46:03 +01:00
parent dd7fea10c1
commit 169266b454
2 changed files with 10 additions and 15 deletions

View File

@@ -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;
}