small tweaks to icon positions
This commit is contained in:
parent
53cd7a64b6
commit
bd728e773b
@ -4261,7 +4261,7 @@ function zot_feed($uid,$observer,$mindate) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FIXME
|
// FIXME
|
||||||
// $sql_extra = item_permissions_sql($r[0]['channel_id'],$remote_contact,$groups);
|
$sql_extra = item_permissions_sql($uid,$remote_contact,$groups);
|
||||||
|
|
||||||
if($mindate != '0000-00-00 00:00:00')
|
if($mindate != '0000-00-00 00:00:00')
|
||||||
$sql_extra .= " and created > '$mindate' ";
|
$sql_extra .= " and created > '$mindate' ";
|
||||||
|
@ -44,7 +44,7 @@ color: #d00;
|
|||||||
}
|
}
|
||||||
.icon.notify {
|
.icon.notify {
|
||||||
background-image: url("../img/notify_on.png");
|
background-image: url("../img/notify_on.png");
|
||||||
min-width: 22px;
|
min-width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
@ -52,40 +52,45 @@ color: #d00;
|
|||||||
}
|
}
|
||||||
.icon.gear {
|
.icon.gear {
|
||||||
background-image: url("../img/settings.png");
|
background-image: url("../img/settings.png");
|
||||||
min-width: 22px;
|
min-width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
|
margin-top: -2px;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.home {
|
.icon.home {
|
||||||
background-image: url("../img/home.png");
|
background-image: url("../img/home.png");
|
||||||
min-width: 22px;
|
min-width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
|
margin-top: -4px;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.network {
|
.icon.network {
|
||||||
background-image: url("../img/network.png");
|
background-image: url("../img/network.png");
|
||||||
min-width: 22px;
|
min-width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
|
margin-top: -4px;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.introductions {
|
.icon.introductions {
|
||||||
background-image: url("../img/introductions.png");
|
background-image: url("../img/introductions.png");
|
||||||
min-width: 22px;
|
min-width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
|
margin-top: -4px;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.mail {
|
.icon.mail {
|
||||||
background-image: url("../img/message.png");
|
background-image: url("../img/message.png");
|
||||||
min-width: 22px;
|
min-width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
|
margin-top: -2px;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
@ -94,6 +99,7 @@ color: #d00;
|
|||||||
background-image: url("../img/events.png");
|
background-image: url("../img/events.png");
|
||||||
min-width: 22px;
|
min-width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
|
margin-top: -4px;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
@ -3597,7 +3603,7 @@ nav .nav-menu-icon {
|
|||||||
position: relative;
|
position: relative;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 0px 10px;
|
margin: 3px 10px;
|
||||||
-moz-border-radius: 5px 5px 0 0;
|
-moz-border-radius: 5px 5px 0 0;
|
||||||
-webkit-border-radius: 5px 5px 0 0;
|
-webkit-border-radius: 5px 5px 0 0;
|
||||||
border-radius: 5px 5px 0 0;
|
border-radius: 5px 5px 0 0;
|
||||||
|
Reference in New Issue
Block a user