This commit is contained in:
friendica 2013-09-26 19:35:09 -07:00
commit 6dc4d963fa
3 changed files with 31 additions and 2 deletions

View File

@ -1228,6 +1228,9 @@ footer {
border: none; border: none;
} }
div.dirtagblock.widget {
overflow: hidden;
}
.pager { .pager {
padding: 10px; padding: 10px;
@ -2496,7 +2499,7 @@ brain is weird like that */
} }
.field_abook_help { .field_abook_help {
color: #888; color: #000;
} }
.abook-them { .abook-them {
margin-left: 225px; margin-left: 225px;
@ -2510,6 +2513,13 @@ brain is weird like that */
margin-bottom: 5px !important; margin-bottom: 5px !important;
} }
.abook-pending-contact {
background: orange;
font-weight: bold;
margin: 10px;
padding: 20px 5px 10px;
}
#contact-slider { #contact-slider {
width: 600px !important; width: 600px !important;
} }
@ -3350,6 +3360,21 @@ div.page-list-item {
margin: 20px; margin: 20px;
} }
div#write-pages {
display: block;
position: fixed;
top: 24px;
z-index: 99;
background: silver;
width: 100%;
left: 0;
}
div#write-pages a {
color: #000;
margin-right: 50px;
}
.pmenu ul { .pmenu ul {
list-style-type: none; list-style-type: none;
} }

View File

@ -1,3 +1,4 @@
<div class="generic-content-wrapper">
<h2>{{$header}}</h2> <h2>{{$header}}</h2>
<h3>{{$addr}}</h3> <h3>{{$addr}}</h3>
@ -40,7 +41,9 @@
{{if $is_pending}} {{if $is_pending}}
<div class="abook-pending-contact">
{{include file="field_checkbox.tpl" field=$unapproved}} {{include file="field_checkbox.tpl" field=$unapproved}}
</div>
{{/if}} {{/if}}
<br /> <br />
@ -82,3 +85,4 @@
</form> </form>
</div> </div>
</div>

View File

@ -1,3 +1,3 @@
<div id="write-pages" class="bigwidget"> <div id="write-pages" class="bigwidget">
<center><span id="wp-new"><a href="{{$newurl}}">{{$new}}</a></span> <span id="wp-edit"><a href="{{$editurl}}">{{$edit}}</a></span></center> <span id="wp-new"><a href="{{$newurl}}">{{$new}}</a></span> <span id="wp-edit"><a href="{{$editurl}}">{{$edit}}</a></span>
</div> </div>