streams/view/css/widgets.css

117 lines
1.2 KiB
CSS
Raw Normal View History

.widget {
2014-08-26 20:35:00 +00:00
margin-bottom: 10px;
2014-10-07 16:11:36 +00:00
padding: 10px;
}
.widget h3 {
2014-08-26 20:35:00 +00:00
margin-top: 0px;
}
2013-12-11 20:28:42 +00:00
/* suggest */
.suggest-widget-more {
margin-top: 10px;
}
/* follow */
#side-follow-url {
margin-top: 5px;
}
#side-follow-submit {
margin-top: 15px;
}
2014-10-09 08:53:30 +00:00
/* search */
#search-text {
border: 1px solid #ccc;
padding: 5px;
line-height: 1.5;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
2013-12-11 20:28:42 +00:00
/* notes */
#note-text {
2014-10-09 08:53:30 +00:00
padding: 5px;
2014-03-22 20:10:26 +00:00
width: 100%;
resize: vertical;
2013-12-11 20:28:42 +00:00
height: 150px;
}
/* saved searches */
#saved-search-list {
margin-top: 2px;
2014-04-17 04:46:06 +00:00
}
2013-12-11 20:28:42 +00:00
2014-04-17 01:28:36 +00:00
/* peoplefind */
#peoplefind-sidebar .btn {
margin: 10px 0 10px 0;
}
#side-peoplefind-url {
margin-top: 5px;
}
#side-peoplefind-url {
font-size: 1em;
}
2013-12-11 20:28:42 +00:00
/* fileas */
/* posted date */
.posted-date-selector-months {
2014-10-08 13:09:31 +00:00
margin: 2px 0px 0px 10px;
}
2014-10-09 09:21:13 +00:00
#posted-date-selector li:not(:first-child) {
margin-top: 2px;
}
2013-12-11 20:28:42 +00:00
/* categories */
2013-12-11 21:02:46 +00:00
/* group */
a.group-edit-tool {
z-index: 1;
}
2013-12-11 21:02:46 +00:00
.group-edit-icon {
opacity: 0;
}
2014-02-19 17:42:37 +00:00
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 */
2014-05-05 03:30:52 +00:00
/* Chatrooms */
.chatroomlist td {
padding: 0 5px 0;
2014-08-26 20:35:00 +00:00
}