unify styling a little
This commit is contained in:
parent
dd7fea10c1
commit
169266b454
@ -66,21 +66,9 @@
|
|||||||
/* posted date */
|
/* posted date */
|
||||||
|
|
||||||
#datebrowse-sidebar select {
|
#datebrowse-sidebar select {
|
||||||
margin-left: 25px;
|
width: 190px;
|
||||||
opacity: 0.3;
|
max-width: 190px;
|
||||||
filter:alpha(opacity=30);
|
height: 150px;
|
||||||
}
|
|
||||||
|
|
||||||
#datebrowse-sidebar select:hover {
|
|
||||||
opacity: 1.0;
|
|
||||||
filter:alpha(opacity=100);
|
|
||||||
}
|
|
||||||
|
|
||||||
#posted-date-selector {
|
|
||||||
margin-left: 30px !important;
|
|
||||||
margin-top: 5px !important;
|
|
||||||
margin-right: 0px !important;
|
|
||||||
margin-bottom: 0px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* categories */
|
/* categories */
|
||||||
|
@ -2487,6 +2487,12 @@ img.mail-list-sender-photo {
|
|||||||
border-radius: $radiuspx;
|
border-radius: $radiuspx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#note-text {
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
border-radius: $radiuspx;
|
||||||
|
-moz-border-radius: $radiuspx;
|
||||||
|
}
|
||||||
|
|
||||||
#saved-search-ul {
|
#saved-search-ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
@ -2496,6 +2502,7 @@ img.mail-list-sender-photo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#datebrowse-sidebar select {
|
#datebrowse-sidebar select {
|
||||||
|
border: 1px solid #ccc;
|
||||||
border-radius: $radiuspx;
|
border-radius: $radiuspx;
|
||||||
-moz-border-radius: $radiuspx;
|
-moz-border-radius: $radiuspx;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user