Quick style fixup for realtime popup.
This commit is contained in:
parent
cb379a7a33
commit
b511b59f15
@ -1834,8 +1834,16 @@ width:14.5%;
|
|||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#realtime_actions {
|
||||||
|
position: relative !important;
|
||||||
|
right: -4px !important;
|
||||||
|
float: right;
|
||||||
|
padding-top: 15px;
|
||||||
|
margin-bottom: -8px !important;
|
||||||
|
}
|
||||||
|
|
||||||
#realtime_actions li {
|
#realtime_actions li {
|
||||||
margin-right: -4px;
|
margin-left: 2px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#realtime_play, #realtime_pause, #realtime_popup {
|
#realtime_play, #realtime_pause, #realtime_popup {
|
||||||
@ -1855,54 +1863,67 @@ width:14.5%;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#realtime_play, #realtime_pause, #realtime_popup {
|
#realtime_play, #realtime_pause, #realtime_popup {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#realtime_play:hover, #realtime_pause:hover, #realtime_popup:hover {
|
#realtime_play:hover, #realtime_pause:hover, #realtime_popup:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.realtime-popup {
|
body.realtime-popup {
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
}
|
overflow-x: hidden;
|
||||||
|
|
||||||
.realtime-popup #wrap {
|
|
||||||
padding: 0px !important;
|
|
||||||
margin: 0px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.realtime-popup #content {
|
.realtime-popup #content {
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
width: 98% !important;
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
width: 100% !important;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.realtime-popup .form_notice {
|
.realtime-popup #content_inner {
|
||||||
float: left !important;
|
padding: 5px;
|
||||||
position: static !important;
|
}
|
||||||
|
|
||||||
|
.realtime-popup .input_forms {
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
padding: 10px 0px 0px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.realtime-popup .form_notice_placeholder .placeholder {
|
||||||
|
width: 445px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.realtime-popup .input_form {
|
||||||
|
width: 470px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.realtime-popup .form_notice fieldset {
|
.realtime-popup .form_notice fieldset {
|
||||||
width: 450px !important;
|
width: 430px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.realtime-popup .form_notice textarea {
|
.realtime-popup .form_notice textarea {
|
||||||
width: 340px !important;
|
width: 425px !important;
|
||||||
}
|
|
||||||
|
|
||||||
.realtime-popup .form_notice .submit {
|
|
||||||
top: 58px !important;
|
|
||||||
height: 2em;
|
|
||||||
font-size: 0.8em;
|
|
||||||
width: 86px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.realtime-popup .form_notice label.notice_data-attach {
|
.realtime-popup .form_notice label.notice_data-attach {
|
||||||
right: 70px;
|
right: 0px !important;
|
||||||
|
top: 3px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.realtime-popup .form_notice .notice_data-geo_wrap label, .realtime-popup .form_notice .notice_data-geo_wrap input {
|
.realtime-popup .form_notice #notice_data-geo_wrap label, .realtime-popup .form_notice #notice_data-geo_wrap input {
|
||||||
right: 2px;
|
right: 8px !important;
|
||||||
|
top: 3px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.realtime-popup .form_notice .error,
|
||||||
|
.realtime-popup .form_notice .success,
|
||||||
|
.realtime-popup .form_notice .notice-status {
|
||||||
|
width: 430px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* icons */
|
/* icons */
|
||||||
|
@ -734,6 +734,27 @@ div.entry-content a.response:after {
|
|||||||
width: 390px;
|
width: 390px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.threaded-replies .to-selector {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.user_in.realtime-popup .notice div.entry-content {
|
||||||
|
max-width: 320px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.realtime-popup .threaded-replies {
|
||||||
|
margin-left: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.realtime-popup .threaded-replies .form_notice textarea {
|
||||||
|
width: 385px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.realtime-popup .threaded-replies .form_notice label.notice_data-attach {
|
||||||
|
top: 10px !important;
|
||||||
|
right: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
#content .notice .notice {
|
#content .notice .notice {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
@ -971,51 +992,6 @@ padding-right:0;
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#realtime_actions {
|
|
||||||
position: relative !important;
|
|
||||||
float: right;
|
|
||||||
padding-top: 15px;
|
|
||||||
margin-bottom: -8px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.realtime-popup #content {
|
|
||||||
padding-left: 4px !important;
|
|
||||||
padding-right: 4px !important;
|
|
||||||
margin-right: 0px;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
width: 400px;
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
.realtime-popup .threaded-replies {
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.realtime-popup .input_forms {
|
|
||||||
display: none; /* XXX fixme! */
|
|
||||||
}
|
|
||||||
|
|
||||||
.realtime-popup .form_notice textarea {
|
|
||||||
width: 325px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.realtime-popup .form_notice #notice_action-submit {
|
|
||||||
top: 59px !important;
|
|
||||||
right: 6px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.realtime-popup .form_notice label.notice_data-attach, .realtime-popup .form_notice input.notice_data-attach {
|
|
||||||
right: 74px;
|
|
||||||
top: 3px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.realtime-popup .form_notice #notice_data-geo_wrap label, .realtime-popup .form_notice #notice_data-geo_wrap input {
|
|
||||||
right: 8px;
|
|
||||||
top: 3px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Bookmark specific styles */
|
/* Bookmark specific styles */
|
||||||
|
|
||||||
#content .bookmark .entry-title {
|
#content .bookmark .entry-title {
|
||||||
|
Loading…
Reference in New Issue
Block a user