dispy, dispy, oh what a little lispy
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
parent
0badf3110f
commit
edd450cf06
|
@ -24,9 +24,9 @@ audio:not([controls]) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =============================================================================
|
/*
|
||||||
Base
|
* Base
|
||||||
========================================================================== */
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
|
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
|
||||||
|
@ -613,14 +613,14 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link
|
||||||
aside {
|
aside {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
width: 255px;
|
width: 230px;
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
.vcard .fn {
|
.vcard .fn {
|
||||||
font-size: 1.7em;
|
font-size: 1.7em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: 1px solid #729fcf;
|
border-bottom: 1px solid #729fcf;
|
||||||
padding-top: 3px;
|
padding-bottom: 3px;
|
||||||
}
|
}
|
||||||
.vcard #profile-photo-wrapper {
|
.vcard #profile-photo-wrapper {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
|
@ -956,7 +956,7 @@ aside #viewcontacts {
|
||||||
section {
|
section {
|
||||||
margin: 20px 6% 0 4%;
|
margin: 20px 6% 0 4%;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
padding-right: 250px;
|
padding-right: 220px;
|
||||||
min-width: 475px;
|
min-width: 475px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1002,7 +1002,6 @@ section {
|
||||||
.wall-item-content-wrapper {
|
.wall-item-content-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
overflow-x: auto;
|
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
.wall-item-outside-wrapper .wall-item-comment-wrapper {
|
.wall-item-outside-wrapper .wall-item-comment-wrapper {
|
||||||
|
@ -1107,9 +1106,9 @@ section {
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
.wall-item-location {
|
.wall-item-location {
|
||||||
margin-top: 5px;
|
margin-top: 10px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
overflow:hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
-o-text-overflow: ellipsis;
|
-o-text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
@ -1130,14 +1129,14 @@ section {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.wallwall .wwto {
|
.wallwall .wwto {
|
||||||
left:-10px;
|
left: 5px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
position:absolute;
|
position: absolute;
|
||||||
top:65px;
|
top: 75px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
z-index:10001;
|
z-index: 10001;
|
||||||
width:30px;
|
width: 30px;
|
||||||
height:30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
.wallwall .wwto img {
|
.wallwall .wwto img {
|
||||||
width: 30px !important;
|
width: 30px !important;
|
||||||
|
@ -1148,8 +1147,8 @@ section {
|
||||||
}
|
}
|
||||||
.wall-item-arrowphoto-wrapper {
|
.wall-item-arrowphoto-wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 20px;
|
left: 35px;
|
||||||
top: 70px;
|
top: 80px;
|
||||||
z-index: 10002;
|
z-index: 10002;
|
||||||
}
|
}
|
||||||
.wall-item-photo-menu {
|
.wall-item-photo-menu {
|
||||||
|
@ -1732,11 +1731,11 @@ div[id$="wrapper"] br {
|
||||||
margin: 30px 0px;
|
margin: 30px 0px;
|
||||||
}
|
}
|
||||||
.profile-edit-side-div {
|
.profile-edit-side-div {
|
||||||
margin-top: 10px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
.profile-edit-side-link {
|
.profile-edit-side-link {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 10px 20px -16px 0;
|
margin: 0px 20px -18px 0;
|
||||||
}
|
}
|
||||||
.profile-listing {
|
.profile-listing {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in a new issue