streams/view/css/widgets.css

109 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;
}
2014-11-11 22:09:55 +00:00
.widget-input {
width: 100%;
2014-11-11 22:09:55 +00:00
border-top-right-radius: 0px;
border-bottom-right-radius: 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;
}
/* 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
2015-04-09 08:53:37 +00:00
/* affinity slider */
#main-slider {
margin: 10px 7px 45px 7px;
}
2013-12-11 20:28:42 +00:00
/* 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;
}
#posted-date-selector-drop 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;
}
2014-05-05 03:30:52 +00:00
/* Chatrooms */
.chatroomlist td {
padding: 0 5px 0;
2014-08-26 20:35:00 +00:00
}
/* ratings */
.directory-rating {
float: right;
margin-right: 5px;
}
.rating-text-label {
margin-top: 30px;
}
.directory-rating-text {
width: 90%;
margin-left: 5%;
}
.directory-rating-submit {
margin-top: 15px;
}