move affinity slider to widgets.css and minor cleanup

This commit is contained in:
marijus 2013-12-12 14:39:21 +01:00
parent 81cf9209f0
commit 8f6af66a73
2 changed files with 20 additions and 24 deletions

View File

@ -97,7 +97,6 @@
width: 12px; width: 12px;
} }
#sidebar-group-list li { #sidebar-group-list li {
margin-top: 3px; margin-top: 3px;
} }
@ -109,3 +108,16 @@
.group-edit-icon { .group-edit-icon {
opacity: 0; opacity: 0;
} }
/* affinity - slider */
#main-slider {
position: relative;
left: 5px;
width: 90%;
}
.slider {
margin-top: 10px;
margin-bottom: 45px;
}

View File

@ -1610,21 +1610,6 @@ div.jGrowl div.info {
text-align: center; text-align: center;
} }
.slider {
margin-top: 10px;
margin-bottom: 45px;
}
#main-slider {
position: relative;
left: 5px;
width: 90%;
}
#contact-slider { #contact-slider {
position: relative; position: relative;
left: 5%; left: 5%;
@ -2477,6 +2462,13 @@ img.mail-list-sender-photo {
-moz-border-radius: $radiuspx; -moz-border-radius: $radiuspx;
} }
.categories-ul {
list-style-type: none;
}
#sidebar-group-list ul {
list-style-type: none;
}
/* need to put these back in the theme for now - used in more than one module */ /* need to put these back in the theme for now - used in more than one module */
@ -2530,11 +2522,3 @@ img.mail-list-sender-photo {
.contact-entry-end { .contact-entry-end {
clear: both; clear: both;
} }
.categories-ul {
list-style-type: none;
}
#sidebar-group-list ul {
list-style-type: none;
}