mirror of
https://github.com/friendica/friendica
synced 2024-11-19 13:03:41 +00:00
fixed login-fields, fixed. notofication.png, changed locations
This commit is contained in:
parent
8fe4645a5d
commit
0f3255467e
9 changed files with 52 additions and 11 deletions
Binary file not shown.
Before Width: | Height: | Size: 795 B After Width: | Height: | Size: 727 B |
|
@ -652,6 +652,17 @@ nav .nav-menu-icon {
|
||||||
-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;
|
||||||
}
|
}
|
||||||
|
nav .nav-menu-icon:hover {
|
||||||
|
background-color: #308dbf;
|
||||||
|
position: relative;
|
||||||
|
height: 22px;
|
||||||
|
padding: 5px;
|
||||||
|
margin: 0px 7px;
|
||||||
|
-moz-border-radius: 5px 5px 0 0;
|
||||||
|
-webkit-border-radius: 5px 5px 0 0;
|
||||||
|
border-radius: 5px 5px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
nav .nav-menu-icon.selected {
|
nav .nav-menu-icon.selected {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
@ -1037,13 +1048,22 @@ section {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
padding: 0px 0px 0px 12px;
|
padding: 0px 0px 0px 12px;
|
||||||
}
|
}
|
||||||
|
#id_username {
|
||||||
|
width: 173px;
|
||||||
|
}
|
||||||
|
#id_password {
|
||||||
|
width: 173px;
|
||||||
|
}
|
||||||
|
#id_openid_url {
|
||||||
|
width: 173px;
|
||||||
|
}
|
||||||
#contact-edit-end {
|
#contact-edit-end {
|
||||||
margin-top: 140%;
|
|
||||||
}
|
}
|
||||||
.pager {
|
.pager {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
|
margin-top: 140%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs {
|
.tabs {
|
||||||
|
@ -1075,6 +1095,10 @@ section {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
width: 775px;
|
width: 775px;
|
||||||
}
|
}
|
||||||
|
.tread-wrapper a{
|
||||||
|
color: #1872A2;
|
||||||
|
}
|
||||||
|
|
||||||
.wall-item-decor {
|
.wall-item-decor {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 790px;
|
left: 790px;
|
||||||
|
@ -1118,6 +1142,7 @@ section {
|
||||||
}
|
}
|
||||||
.wall-item-container .wall-item-location {
|
.wall-item-container .wall-item-location {
|
||||||
padding-right: 40px;
|
padding-right: 40px;
|
||||||
|
display: table-cell;
|
||||||
}
|
}
|
||||||
.wall-item-container .wall-item-ago {
|
.wall-item-container .wall-item-ago {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
@ -1173,6 +1198,7 @@ section {
|
||||||
.wall-item-container .wall-item-actions-social {
|
.wall-item-container .wall-item-actions-social {
|
||||||
float: left;
|
float: left;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
|
display: table-cell;
|
||||||
}
|
}
|
||||||
.wall-item-container .wall-item-actions-social a {
|
.wall-item-container .wall-item-actions-social a {
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
|
@ -1183,6 +1209,7 @@ section {
|
||||||
.wall-item-container .wall-item-actions-tools {
|
.wall-item-container .wall-item-actions-tools {
|
||||||
float: right;
|
float: right;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
|
display: table-cell;done
|
||||||
}
|
}
|
||||||
.wall-item-container .wall-item-actions-tools a {
|
.wall-item-container .wall-item-actions-tools a {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="wall-item-actions">
|
<div class="wall-item-actions">
|
||||||
<div class="wall-item-location">$item.location </div>
|
|
||||||
<div class="wall-item-actions-social">
|
<div class="wall-item-actions-social">
|
||||||
|
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
<a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a>
|
<a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a>
|
||||||
{{ endif }}
|
{{ endif }}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="wall-item-location">$item.location </div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wall-item-bottom">
|
<div class="wall-item-bottom">
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="wall-item-actions">
|
<div class="wall-item-actions">
|
||||||
<div class="wall-item-location">$item.location </div>
|
|
||||||
<div class="wall-item-actions-social">
|
<div class="wall-item-actions-social">
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
<a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a>
|
<a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a>
|
||||||
{{ endif }}
|
{{ endif }}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="wall-item-location">$item.location </div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wall-item-bottom">
|
<div class="wall-item-bottom">
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 758 B After Width: | Height: | Size: 714 B |
|
@ -1036,13 +1036,23 @@ section {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
padding: 0px 0px 0px 12px;
|
padding: 0px 0px 0px 12px;
|
||||||
}
|
}
|
||||||
|
#id_username {
|
||||||
|
width: 173px;
|
||||||
|
}
|
||||||
|
#id_password {
|
||||||
|
width: 173px;
|
||||||
|
}
|
||||||
|
#id_openid_url {
|
||||||
|
width: 173px;
|
||||||
|
}
|
||||||
#contact-edit-end {
|
#contact-edit-end {
|
||||||
margin-top: 140%;
|
|
||||||
}
|
}
|
||||||
.pager {
|
.pager {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
|
margin-top: 140%;
|
||||||
}
|
}
|
||||||
.tabs {
|
.tabs {
|
||||||
|
|
||||||
|
@ -1116,6 +1126,7 @@ section {
|
||||||
}
|
}
|
||||||
.wall-item-container .wall-item-location {
|
.wall-item-container .wall-item-location {
|
||||||
padding-right: 40px;
|
padding-right: 40px;
|
||||||
|
display: table-cell;
|
||||||
}
|
}
|
||||||
.wall-item-container .wall-item-ago {
|
.wall-item-container .wall-item-ago {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
@ -1171,6 +1182,7 @@ section {
|
||||||
.wall-item-container .wall-item-actions-social {
|
.wall-item-container .wall-item-actions-social {
|
||||||
float: left;
|
float: left;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
|
display: table-cell;
|
||||||
}
|
}
|
||||||
.wall-item-container .wall-item-actions-social a {
|
.wall-item-container .wall-item-actions-social a {
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
|
@ -1181,6 +1193,7 @@ section {
|
||||||
.wall-item-container .wall-item-actions-tools {
|
.wall-item-container .wall-item-actions-tools {
|
||||||
float: right;
|
float: right;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
|
display: table-cell;
|
||||||
}
|
}
|
||||||
.wall-item-container .wall-item-actions-tools a {
|
.wall-item-container .wall-item-actions-tools a {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
|
@ -13,6 +13,7 @@ $a->theme_info = array(
|
||||||
|
|
||||||
$a->page['htmlhead'] .= <<< EOT
|
$a->page['htmlhead'] .= <<< EOT
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
//contacts
|
//contacts
|
||||||
$('html').click(function() {
|
$('html').click(function() {
|
||||||
$('#nav-contacts-linkmenu').removeClass('selected');
|
$('#nav-contacts-linkmenu').removeClass('selected');
|
||||||
|
@ -62,5 +63,5 @@ $('html').click(function() {
|
||||||
$('#nav-site-linkmenu').click(function(event){
|
$('#nav-site-linkmenu').click(function(event){
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
EOT;
|
EOT;
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="wall-item-actions">
|
<div class="wall-item-actions">
|
||||||
<div class="wall-item-location">$item.location </div>
|
|
||||||
<div class="wall-item-actions-social">
|
<div class="wall-item-actions-social">
|
||||||
|
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
<a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a>
|
<a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a>
|
||||||
{{ endif }}
|
{{ endif }}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="wall-item-location">$item.location </div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wall-item-bottom">
|
<div class="wall-item-bottom">
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="wall-item-actions">
|
<div class="wall-item-actions">
|
||||||
<div class="wall-item-location">$item.location </div>
|
|
||||||
<div class="wall-item-actions-social">
|
<div class="wall-item-actions-social">
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
<a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a>
|
<a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a>
|
||||||
{{ endif }}
|
{{ endif }}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="wall-item-location">$item.location </div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wall-item-bottom">
|
<div class="wall-item-bottom">
|
||||||
|
|
Loading…
Reference in a new issue