Vier: All optical glitches should be removed now.
This commit is contained in:
parent
293a794973
commit
d7073f7884
|
@ -24,14 +24,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin.linklist {
|
.admin.linklist {
|
||||||
border: 0px; padding: 0px;
|
border: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
list-style: none;
|
||||||
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin.link {
|
.admin.link {
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
padding: 5px;
|
padding-left: 5px;
|
||||||
width: 100px;
|
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -90,12 +92,10 @@
|
||||||
/*
|
/*
|
||||||
.article { background-position: -50px 0px;}
|
.article { background-position: -50px 0px;}
|
||||||
.block { background-position: -90px 0px;}
|
.block { background-position: -90px 0px;}
|
||||||
.drop { background-position: -110px 0px;}
|
|
||||||
.drophide { background-position: -130px 0px;}
|
.drophide { background-position: -130px 0px;}
|
||||||
|
|
||||||
.noglobe { background-position: -70px -20px;}
|
.noglobe { background-position: -70px -20px;}
|
||||||
.no { background-position: -90px -20px;}
|
.no { background-position: -90px -20px;}
|
||||||
.small-pencil { background-position: -170px -20px;}
|
|
||||||
.recycle { background-position: -190px -20px;}
|
.recycle { background-position: -190px -20px;}
|
||||||
.remote-link { background-position: -210px -20px;}
|
.remote-link { background-position: -210px -20px;}
|
||||||
.share { background-position: -230px -20px;}
|
.share { background-position: -230px -20px;}
|
||||||
|
@ -106,8 +106,6 @@
|
||||||
|
|
||||||
.language { background-position: -210px -40px;}
|
.language { background-position: -210px -40px;}
|
||||||
|
|
||||||
.on { background-position: -50px -60px;}
|
|
||||||
.off { background-position: -70px -60px;}
|
|
||||||
.prev { background-position: -90px -60px;}
|
.prev { background-position: -90px -60px;}
|
||||||
.next { background-position: -110px -60px;}
|
.next { background-position: -110px -60px;}
|
||||||
.tagged { background-position: -130px -60px;}
|
.tagged { background-position: -130px -60px;}
|
||||||
|
@ -156,6 +154,13 @@
|
||||||
padding: 4px 0px 0px 20px;
|
padding: 4px 0px 0px 20px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
.wall-item-decor .icon.s22.lock {
|
||||||
|
color: #888;
|
||||||
|
}
|
||||||
|
.wall-item-decor .icon.s22.lock:hover {
|
||||||
|
color: #000;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.icon.s22 {
|
.icon.s22 {
|
||||||
min-width: 22px;
|
min-width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
|
@ -347,7 +352,7 @@ code {
|
||||||
.tool {
|
.tool {
|
||||||
height: auto;
|
height: auto;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 3px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
#saved-search-ul .tool:hover,
|
#saved-search-ul .tool:hover,
|
||||||
#nets-sidebar .tool:hover,
|
#nets-sidebar .tool:hover,
|
||||||
|
@ -366,10 +371,32 @@ code {
|
||||||
.tool a:hover {
|
.tool a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
.groupsideedit, .savedsearchdrop {
|
||||||
|
float: right;
|
||||||
|
opacity: 0.3;
|
||||||
|
}
|
||||||
|
.groupsideedit:hover, .savedsearchdrop:hover {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar-group-element {
|
.sidebar-group-element {
|
||||||
/* color: #000; */
|
/* color: #000; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar-new-group, #posted-date-selector, #hide-forum-list, #forum-list, #sidebar-ungrouped,
|
||||||
|
.side-link, #peoplefind-desc, #connect-desc, #follow-sidebar form, #peoplefind-sidebar form,
|
||||||
|
#netsearch-box form {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebar-ungrouped, .side-link {
|
||||||
|
padding-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#forum-list {
|
||||||
|
margin-top: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
/* popup notifications */
|
/* popup notifications */
|
||||||
div.jGrowl div.notice {
|
div.jGrowl div.notice {
|
||||||
background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
|
background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
|
||||||
|
@ -717,17 +744,18 @@ ul.menu-popup .empty {
|
||||||
aside {
|
aside {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 195px;
|
width: 185px;
|
||||||
padding: 10px 10px 10px 10px;
|
padding: 10px 10px 10px 20px;
|
||||||
border-right: 1px solid #D2D2D2;
|
border-right: 1px solid #D2D2D2;
|
||||||
background-color: #ECECF2;
|
background-color: #ECECF2;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
/* background: #F1F1F1; */
|
/* background: #F1F1F1; */
|
||||||
}
|
}
|
||||||
aside .vcard .fn {
|
aside .vcard .fn {
|
||||||
font-size: 16px;
|
font-size: 18px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
aside .vcard .title {
|
aside .vcard .title {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
@ -739,14 +767,14 @@ aside .vcard dl {
|
||||||
aside .vcard dt {
|
aside .vcard dt {
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
width: 35%;
|
/* width: 35%; */
|
||||||
text-align: right;
|
text-align: right;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
aside .vcard dd {
|
aside .vcard dd {
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
width: 60%;
|
/* width: 60%; */
|
||||||
}
|
}
|
||||||
aside #profile-extra-links ul {
|
aside #profile-extra-links ul {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
@ -777,7 +805,7 @@ aside #profiles-menu {
|
||||||
width: 20em;
|
width: 20em;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside #search-text {
|
aside #search-text, aside #side-follow-url, aside #side-peoplefind-url {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 17px;
|
height: 17px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
@ -791,6 +819,12 @@ aside #search-text {
|
||||||
-moz-border-right-colors: #dbdbdb;
|
-moz-border-right-colors: #dbdbdb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
aside h4 {
|
||||||
|
margin-bottom: 0px;
|
||||||
|
margin-top: 0px;
|
||||||
|
font-size: 1.17em;
|
||||||
|
}
|
||||||
|
|
||||||
.nets-ul {
|
.nets-ul {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
@ -837,7 +871,7 @@ aside #search-text {
|
||||||
}
|
}
|
||||||
/* widget */
|
/* widget */
|
||||||
.widget {
|
.widget {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 1em;
|
||||||
/*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
|
/*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
|
||||||
.action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
|
.action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
|
||||||
/* font-size: 12px; */
|
/* font-size: 12px; */
|
||||||
|
@ -888,15 +922,16 @@ aside #search-text {
|
||||||
}
|
}
|
||||||
.widget ul {
|
.widget ul {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
-webkit-margin-before: 0em;
|
margin-top: 0px;
|
||||||
-webkit-margin-after: 0em;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
.widget ul li {
|
.widget ul li {
|
||||||
padding-left: 10px;
|
padding-left: 5px;
|
||||||
/* min-height: 20px; */
|
/* min-height: 20px; */
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-top: 1px;
|
padding-top: 0px;
|
||||||
padding-bottom: 1px;
|
padding-bottom: 0px;
|
||||||
|
margin: 5px;
|
||||||
}
|
}
|
||||||
.widget .tool.selected {
|
.widget .tool.selected {
|
||||||
background: url('../../../images/selected.png') no-repeat left center;
|
background: url('../../../images/selected.png') no-repeat left center;
|
||||||
|
@ -1703,6 +1738,7 @@ ul.tabs li .active, ul.tabs a:hover, #jot-preview-link:hover, .comment-edit-subm
|
||||||
|
|
||||||
.profile-edit-side-div {
|
.profile-edit-side-div {
|
||||||
display: none;
|
display: none;
|
||||||
|
/* float: right; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#register-form label,
|
#register-form label,
|
||||||
|
|
Loading…
Reference in a new issue