A few general style updates and fixes.
This commit is contained in:
parent
49952b08e1
commit
e845d6a8bf
@ -304,10 +304,36 @@ address {
|
|||||||
display: none; /* XXX move into input with js */
|
display: none; /* XXX move into input with js */
|
||||||
}
|
}
|
||||||
|
|
||||||
.form_notice textarea,
|
|
||||||
.form_notice_placeholder .placeholder {
|
.form_notice_placeholder .placeholder {
|
||||||
width: 473px;
|
width: 473px;
|
||||||
|
padding: 4px 10px 4px 10px;
|
||||||
|
border: 1px solid #a6a6a6;
|
||||||
|
-webkit-border-radius: 4px;
|
||||||
|
-moz-border-radius: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
|
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||||
|
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||||
|
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||||
|
z-index: 97;
|
||||||
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form_notice textarea {
|
||||||
|
width: 473px;
|
||||||
|
height: 42px;
|
||||||
|
padding: 6px 10px 18px 10px;
|
||||||
|
border: 1px solid #a6a6a6;
|
||||||
|
-webkit-border-radius: 4px;
|
||||||
|
-moz-border-radius: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
|
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||||
|
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||||
|
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||||
|
z-index: 97;
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.form_notice textarea {
|
.form_notice textarea {
|
||||||
height: 42px;
|
height: 42px;
|
||||||
padding: 6px 10px 18px 10px;
|
padding: 6px 10px 18px 10px;
|
||||||
@ -364,7 +390,7 @@ address {
|
|||||||
float: none;
|
float: none;
|
||||||
clear: none;
|
clear: none;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-top: 5px;
|
margin-top: 10px;
|
||||||
padding: 5px 5px 5px 10px;
|
padding: 5px 5px 5px 10px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
@ -443,12 +469,12 @@ address {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.section ul.entities {
|
.section ul.entities {
|
||||||
width: 220px;
|
width: 240px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section .entities li {
|
.section .entities li {
|
||||||
margin-right: 17px;
|
margin-right: 23px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 12px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -552,6 +578,8 @@ div.entry-content a.response:after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#content .notice .threaded-replies .notice {
|
#content .notice .threaded-replies .notice {
|
||||||
|
width: 440px;
|
||||||
|
min-height: 1px;
|
||||||
padding-bottom: 14px;
|
padding-bottom: 14px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
border-bottom: 2px dotted #eee;
|
border-bottom: 2px dotted #eee;
|
||||||
@ -583,7 +611,7 @@ div.entry-content a.response:after {
|
|||||||
clear:left;
|
clear:left;
|
||||||
float:left;
|
float:left;
|
||||||
margin-left: 35px;
|
margin-left: 35px;
|
||||||
margin-top: 10px;
|
margin-top: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.threaded-replies li {
|
.threaded-replies li {
|
||||||
@ -636,6 +664,26 @@ div.entry-content a.response:after {
|
|||||||
width: 390px;
|
width: 390px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content .notice .notice {
|
||||||
|
width: 100%;
|
||||||
|
margin-left: 0;
|
||||||
|
margin-top: 16px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notice .notice {
|
||||||
|
background-color:rgba(200, 200, 200, 0.050);
|
||||||
|
}
|
||||||
|
.notice .notice .notice {
|
||||||
|
background-color:rgba(200, 200, 200, 0.100);
|
||||||
|
}
|
||||||
|
.notice .notice .notice .notice {
|
||||||
|
background-color:rgba(200, 200, 200, 0.150);
|
||||||
|
}
|
||||||
|
.notice .notice .notice .notice .notice {
|
||||||
|
background-color:rgba(200, 200, 200, 0.300);
|
||||||
|
}
|
||||||
|
|
||||||
.pagination {
|
.pagination {
|
||||||
height: 1.2em;
|
height: 1.2em;
|
||||||
}
|
}
|
||||||
@ -864,6 +912,18 @@ padding-right:0;
|
|||||||
padding-left: 4px !important;
|
padding-left: 4px !important;
|
||||||
padding-right: 4px !important;
|
padding-right: 4px !important;
|
||||||
margin-right: 0px;
|
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 {
|
.realtime-popup .form_notice textarea {
|
||||||
@ -946,7 +1006,7 @@ ul.bookmark-tags a {
|
|||||||
background: #f2f2f2;
|
background: #f2f2f2;
|
||||||
color: #3e3e8c !important;
|
color: #3e3e8c !important;
|
||||||
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
|
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
|
||||||
font-size: 0.9em;
|
font-size: 0.88em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.bookmark-tags a:hover {
|
ul.bookmark-tags a:hover {
|
||||||
@ -961,7 +1021,7 @@ ul.bookmark-tags a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bookmark div.entry-content {
|
.bookmark div.entry-content {
|
||||||
font-size: 0.9em;
|
font-size: 0.88em;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
@ -1024,6 +1084,9 @@ ul.bookmark-tags a:hover {
|
|||||||
/* Onboard specific styles */
|
/* Onboard specific styles */
|
||||||
|
|
||||||
.onboard-flash {
|
.onboard-flash {
|
||||||
|
position: relative;
|
||||||
|
right: -800px;
|
||||||
|
top: 10px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
-moz-border-radius: 6px;
|
-moz-border-radius: 6px;
|
||||||
-webkit-border-radius: 6px;
|
-webkit-border-radius: 6px;
|
||||||
@ -1148,7 +1211,7 @@ table.profile_list tr.alt {
|
|||||||
|
|
||||||
/* Event specific styles */
|
/* Event specific styles */
|
||||||
|
|
||||||
.notice .event div {
|
.notice .vevent div {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1161,6 +1224,10 @@ table.profile_list tr.alt {
|
|||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notice .threaded-replies .event-info + .notice-options {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
#form_event_rsvp #new_rsvp_data {
|
#form_event_rsvp #new_rsvp_data {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user