streams/view/css/widgets.css

154 lines
1.7 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;
2016-06-14 21:21:26 +00:00
border-right: 0px;
2014-11-11 22:09:55 +00:00
}
.tags {
word-wrap: break-word;
}
2013-12-11 20:28:42 +00:00
/* suggest */
.suggest-widget-more {
margin-top: 10px;
}
/* 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;
height: 250px;
2013-12-11 20:28:42 +00:00
}
/* 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;
}
2015-08-21 05:15:09 +00:00
/* tasklist */
.tasklist-tasks {
max-height: 300px;
overflow-y: auto;
}
#tasklist-new-summary {
width: 250px;
}
2015-11-28 13:47:17 +00:00
/* events tools */
#event-upload-form {
margin-top: 10px;
}
#event-upload-choose {
width: 100%;
}
/* cover photo */
#cover-photo {
position: relative;
width: 100%;
height: auto;
cursor: pointer;
}
#cover-photo-caption {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
padding: 15px;
color: #fff;
font-weight: bold;
text-shadow: 1px 1px 3px rgba(0,0,0,.7);
}
.cover-photo-title {
font-size: 30px;
}
.cover-photo-subtitle {
font-size: 20px;
}