take away some boldness, some css fixes and some photo work
This commit is contained in:
parent
9df4ceb746
commit
d1dea61b79
@ -93,6 +93,10 @@
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.wall-item-name-link {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.wall-item-author {
|
.wall-item-author {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -135,7 +135,7 @@
|
|||||||
margin-left: 200px;
|
margin-left: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div[id^='photo-album-contents-'] {
|
#photos-usage-message {
|
||||||
margin-bottom: 3px;
|
line-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
/* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */
|
/* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */
|
||||||
|
|
||||||
.widget {
|
.widget {
|
||||||
word-wrap: break-word;
|
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
padding: 10px 10px 10px 20px;
|
padding: 10px 10px 10px 20px;
|
||||||
}
|
}
|
||||||
@ -125,6 +124,7 @@
|
|||||||
|
|
||||||
.group-edit-icon {
|
.group-edit-icon {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
li:hover .group-edit-icon {
|
li:hover .group-edit-icon {
|
||||||
|
@ -62,7 +62,6 @@ abbr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
|
a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
|
||||||
font-weight: bold;
|
|
||||||
color: $link_colour;
|
color: $link_colour;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@ -75,12 +74,10 @@ a:hover, .fakelink:hover { color: $link_colour; text-decoration: underline; }
|
|||||||
|
|
||||||
a.btn-default {
|
a.btn-default {
|
||||||
color: #333;
|
color: #333;
|
||||||
font-weight: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a.btn-success {
|
a.btn-success {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
@ -444,7 +441,6 @@ aside li {
|
|||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.fn {
|
.fn {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@ -461,11 +457,6 @@ aside li {
|
|||||||
border-radius: $radiuspx;
|
border-radius: $radiuspx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vcard .title {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.vcard dl {
|
.vcard dl {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
@ -530,6 +521,11 @@ aside li {
|
|||||||
height: 197px;
|
height: 197px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#profile-photo-wrapper {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#profile-in-dir-yes-label,
|
#profile-in-dir-yes-label,
|
||||||
#profile-in-dir-no-label,
|
#profile-in-dir-no-label,
|
||||||
#profile-in-netdir-yes-label,
|
#profile-in-netdir-yes-label,
|
||||||
@ -2142,7 +2138,7 @@ img.mail-list-sender-photo {
|
|||||||
border-bottom-right-radius: $radiuspx;
|
border-bottom-right-radius: $radiuspx;
|
||||||
border-bottom-left-radius: $radiuspx;
|
border-bottom-left-radius: $radiuspx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
font-size: $body_font_size;
|
||||||
color: $link_colour;
|
color: $link_colour;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
<div class="widget" id="group-sidebar">
|
<div class="widget" id="group-sidebar">
|
||||||
<h3>{{$title}}</h3>
|
<h3>{{$title}}</h3>
|
||||||
|
<div>
|
||||||
|
<ul class="nav nav-pills nav-stacked">
|
||||||
<div id="sidebar-group-list">
|
|
||||||
<ul id="sidebar-group-ul">
|
|
||||||
{{foreach $groups as $group}}
|
{{foreach $groups as $group}}
|
||||||
<li class="sidebar-group-li">
|
<li>
|
||||||
{{if $group.cid}}
|
{{if $group.cid}}
|
||||||
<input type="checkbox"
|
<input type="checkbox"
|
||||||
class="{{if $group.selected}}ticked{{else}}unticked {{/if}} action"
|
class="{{if $group.selected}}ticked{{else}}unticked {{/if}} action"
|
||||||
@ -14,18 +12,16 @@
|
|||||||
/>
|
/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{if $group.edit}}
|
{{if $group.edit}}
|
||||||
<a class="groupsideedit" href="{{$group.edit.href}}" title="{{$edittext}}"><i id="edit-sidebar-group-element-{{$group.id}}" class="group-edit-icon iconspacer icon-pencil"></i></a>
|
<a class="pull-right group-edit-icon" href="{{$group.edit.href}}" title="{{$edittext}}"><i class="icon-pencil"></i></a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<span class="sidebar-group-name"><a id="sidebar-group-element-{{$group.id}}" class="sidebar-group-element {{if $group.selected}}group-selected{{/if}}" href="{{$group.href}}">{{$group.text}}</a></span>
|
<a class="{{if $group.selected}}group-selected{{/if}}" href="{{$group.href}}">{{$group.text}}</a>
|
||||||
</li>
|
</li>
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
</ul>
|
<li>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="sidebar-new-group">
|
|
||||||
<a href="group/new">{{$createtext}}</a>
|
<a href="group/new">{{$createtext}}</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
<h3>{{$pagename}}</h3>
|
<div class="section-title-wrapper">
|
||||||
|
<div id="photos-usage-message" class="pull-right">{{$usage}}</div>
|
||||||
<div id="photos-usage-message" class="usage-message">{{$usage}}</div>
|
<h2>{{$pagename}}</h2>
|
||||||
|
<div class="clear"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<form action="photos/{{$nickname}}" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form" >
|
<form action="photos/{{$nickname}}" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form" >
|
||||||
<input type="hidden" id="photos-upload-source" name="source" value="photos" />
|
<input type="hidden" id="photos-upload-source" name="source" value="photos" />
|
||||||
|
Reference in New Issue
Block a user