114 lines
1.2 KiB
CSS
114 lines
1.2 KiB
CSS
.widget {
|
|
margin-bottom: 10px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.widget h3 {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
/* suggest */
|
|
|
|
.suggest-widget-more {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
/* follow */
|
|
|
|
#side-follow-url {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#side-follow-submit {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
/* search */
|
|
|
|
#search-text {
|
|
border: 1px solid #ccc;
|
|
padding: 5px;
|
|
line-height: 1.5;
|
|
border-top-right-radius: 0px;
|
|
border-bottom-right-radius: 0px;
|
|
}
|
|
|
|
/* notes */
|
|
|
|
#note-text {
|
|
padding: 5px;
|
|
width: 100%;
|
|
resize: vertical;
|
|
height: 150px;
|
|
}
|
|
|
|
/* saved searches */
|
|
|
|
#saved-search-list {
|
|
margin-top: 2px;
|
|
}
|
|
|
|
|
|
/* peoplefind */
|
|
|
|
#peoplefind-sidebar .btn {
|
|
margin: 10px 0 10px 0;
|
|
}
|
|
|
|
#side-peoplefind-url {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#side-peoplefind-url {
|
|
font-size: 1em;
|
|
}
|
|
|
|
|
|
/* fileas */
|
|
|
|
|
|
/* posted date */
|
|
|
|
.posted-date-selector-months {
|
|
margin: 2px 0px 0px 10px;
|
|
}
|
|
|
|
#posted-date-selector li:not(:first-child) {
|
|
margin-top: 2px;
|
|
}
|
|
|
|
/* categories */
|
|
|
|
|
|
/* group */
|
|
|
|
.group-edit-icon {
|
|
opacity: 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
li:hover .group-edit-icon {
|
|
opacity: 1;
|
|
}
|
|
/* affinity - slider */
|
|
|
|
#main-slider {
|
|
position: relative;
|
|
left: 5px;
|
|
width: 90%;
|
|
}
|
|
|
|
.slider {
|
|
margin-top: 10px;
|
|
margin-bottom: 45px;
|
|
}
|
|
|
|
/* photo albums */
|
|
|
|
|
|
/* Chatrooms */
|
|
|
|
.chatroomlist td {
|
|
padding: 0 5px 0;
|
|
}
|