Merge branch 'pull'
This commit is contained in:
commit
31f192bb57
|
@ -1004,15 +1004,17 @@ section {
|
||||||
.wall-item-content-wrapper {
|
.wall-item-content-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
overflow-x: auto;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
.wall-item-outside-wrapper .wall-item-comment-wrapper {
|
.wall-item-outside-wrapper .wall-item-comment-wrapper {
|
||||||
/*margin-left: 90px;*/
|
/*margin-left: 90px;*/
|
||||||
}
|
}
|
||||||
.wall-item-content-wrapper.shiny {
|
.shiny {
|
||||||
background: #efefdf;
|
background: #efefdf;
|
||||||
}
|
}
|
||||||
.wall-item-content {
|
.wall-item-content {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
[id^="tread-wrapper"], [class^="tread-wrapper"] {
|
[id^="tread-wrapper"], [class^="tread-wrapper"] {
|
||||||
margin: 15px 0 0 0;
|
margin: 15px 0 0 0;
|
||||||
|
@ -1090,13 +1092,13 @@ section {
|
||||||
clear: left;
|
clear: left;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
color: #878883;
|
color: #878883;
|
||||||
margin: 20px 0 0 140px;
|
margin: 5px 0 5px 120px;
|
||||||
}
|
}
|
||||||
.wall-item-author, .wall-item-actions-author {
|
.wall-item-author, .wall-item-actions-author {
|
||||||
clear: left;
|
clear: left;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
color: #878883;
|
color: #878883;
|
||||||
margin: 20px 0 0 140px;
|
margin: 20px 0 0 110px;
|
||||||
}
|
}
|
||||||
.wall-item-ago {
|
.wall-item-ago {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
@ -1215,8 +1217,8 @@ section {
|
||||||
.wall-item-outside-wrapper.comment .wall-item-body {
|
.wall-item-outside-wrapper.comment .wall-item-body {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
.wall-item-outside-wrapper.comment .wall-item-actions-author {
|
.wall-item-outside-wrapper.comment .wall-item-author {
|
||||||
margin-left: 60px;
|
margin-left: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-outside-wrapper.comment .wall-item-photo-menu {
|
.wall-item-outside-wrapper.comment .wall-item-photo-menu {
|
||||||
|
@ -1234,9 +1236,9 @@ section {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
.comment-edit-photo-link {
|
.comment-edit-photo-link, .comment-edit-photo {
|
||||||
float: left;
|
float: left;
|
||||||
width: 40px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
.my-comment-photo {
|
.my-comment-photo {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
@ -1272,7 +1274,7 @@ section {
|
||||||
}
|
}
|
||||||
.comment-edit-submit-wrapper {
|
.comment-edit-submit-wrapper {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin-left: 0px;
|
margin: 5px 5px 10px 50px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
.comment-edit-submit {
|
.comment-edit-submit {
|
||||||
|
@ -1290,11 +1292,13 @@ section {
|
||||||
* item text style
|
* item text style
|
||||||
**/
|
**/
|
||||||
.wall-item-body code {
|
.wall-item-body code {
|
||||||
display:block;
|
display: block;
|
||||||
padding-left:10px;
|
padding-left: 10px;
|
||||||
border-color:#ccc;
|
border-color: #ccc;
|
||||||
border-style:solid;
|
border-style: solid;
|
||||||
border-width:1px 1px 1px 10px;
|
border-width: 1px 1px 1px 10px;
|
||||||
|
background: #eee;
|
||||||
|
width: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -2409,6 +2413,11 @@ div[id$="wrapper"] br {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
filter: alpha(opacity=30);
|
filter: alpha(opacity=30);
|
||||||
}
|
}
|
||||||
|
#pause {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 5px;
|
||||||
|
right: 5px;
|
||||||
|
}
|
||||||
.border, .border:hover {
|
.border, .border:hover {
|
||||||
border: 1px solid #babdb6;
|
border: 1px solid #babdb6;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
|
|
Loading…
Reference in a new issue