diabook-themes: css-fixes

This commit is contained in:
tommy tomson 2012-04-02 20:30:27 +02:00
parent 076b1b374b
commit 6dfd55668f
24 changed files with 125 additions and 20 deletions

View File

@ -2,7 +2,6 @@
<div id="profile-jot-wrapper" >
<div id="profile-jot-banner-wrapper">
<div id="profile-jot-desc" >&nbsp;</div>
<div id="character-counter" class="grey"></div>
</div>
<div id="profile-jot-banner-end"></div>
@ -15,6 +14,7 @@
<input type="hidden" name="post_id" value="$post_id" />
<input type="hidden" name="preview" id="jot-preview" value="0" />
<input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none">
<div id="character-counter" class="grey"></div>
<img id="profile-jot-text-loading" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{ if $content }}$content{{ else }}$share{{ endif }}</textarea>

View File

@ -1203,7 +1203,9 @@ body .pageheader{
margin-top: 0px;
max-width: 575px;
}
.qcomment{
max-width: 122px;
}
#id_username {
width: 173px;
}
@ -1615,6 +1617,11 @@ transition: all 0.2s ease-in-out;
padding: 0.3em;
margin-bottom: 10px;
}
.grey
{
display: inline;
float: right;
}
#jot #jot-tools {
margin: 0px;
padding: 0px;

View File

@ -1198,6 +1198,9 @@ body .pageheader{
margin-top: 0px;
max-width: 575px;
}
.qcomment{
max-width: 122px;
}
#id_username {
width: 173px;
}
@ -1604,6 +1607,11 @@ transition: all 0.2s ease-in-out;
padding: 0.3em;
margin-bottom: 10px;
}
.grey
{
display: inline;
float: right;
}
#jot #jot-tools {
margin: 0px;
padding: 0px;

View File

@ -1,4 +1,4 @@
/opt/lampp/htdocs/friendica/view/theme/diabook/search_item.tpl/**
/**
* Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
* Additional Changes: Michael Vogel <icarus@dabo.de>
**/
@ -1062,6 +1062,7 @@ aside {
float: left;
/* background: #F1F1F1; */
}
aside #page-sidebar{display: none;}
aside .vcard .fn {
font-size: 18px;
font-weight: bold;
@ -1259,7 +1260,9 @@ body .pageheader{
margin-top: 0px;
max-width: 575px;
}
.qcomment{
max-width: 122px;
}
#id_username {
width: 173px;
}
@ -1624,6 +1627,11 @@ body .pageheader{
padding: 0.3em;
margin-bottom: 10px;
}
.grey
{
display: inline;
float: right;
}
#jot #jot-tools {
margin: 0px;
padding: 0px;

View File

@ -3,7 +3,7 @@
/*
* Name: Diabook-aerith
* Description: Diabook-aerith : report bugs and request here: http://pad.toktan.org/p/diabook or contact me : thomas_bierey@friendica.eu
* Version: (Version: 0.010)
* Version: (Version: 1.011)
* Author:
*/

View File

@ -71,6 +71,10 @@
<a href="#" id="tagger-$item.id" onclick="itemTag($item.id); return false;" class="tag-item icon tagged" title="$item.star.tagger"></a>
{{ endif }}
{{ if $item.filer }}
<a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item icon file-as" title="$item.star.filer"></a>
{{ endif }}
{{ if $item.plink }}<a class="icon link" title="$item.plink.title" href="$item.plink.href">$item.plink.title</a>{{ endif }}

View File

@ -2,7 +2,6 @@
<div id="profile-jot-wrapper" >
<div id="profile-jot-banner-wrapper">
<div id="profile-jot-desc" >&nbsp;</div>
<div id="character-counter" class="grey"></div>
</div>
<div id="profile-jot-banner-end"></div>
@ -15,6 +14,7 @@
<input type="hidden" name="post_id" value="$post_id" />
<input type="hidden" name="preview" id="jot-preview" value="0" />
<input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none">
<div id="character-counter" class="grey"></div>
<img id="profile-jot-text-loading" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{ if $content }}$content{{ else }}$share{{ endif }}</textarea>

View File

@ -1165,7 +1165,9 @@ body .pageheader{
margin-top: 0px;
max-width: 575px;
}
.qcomment{
max-width: 122px;
}
#id_username {
width: 173px;
}
@ -1573,6 +1575,11 @@ transition: all 0.2s ease-in-out;
padding: 0.3em;
margin-bottom: 10px;
}
.grey
{
display: inline;
float: right;
}
#jot #jot-tools {
margin: 0px;
padding: 0px;

View File

@ -1164,7 +1164,9 @@ body .pageheader{
margin-top: 0px;
max-width: 575px;
}
.qcomment{
max-width: 122px;
}
#id_username {
width: 173px;
}
@ -1568,6 +1570,11 @@ transition: all 0.2s ease-in-out;
padding: 0.3em;
margin-bottom: 10px;
}
.grey
{
display: inline;
float: right;
}
#jot #jot-tools {
margin: 0px;
padding: 0px;

View File

@ -1030,6 +1030,7 @@ aside {
float: left;
/* background: #F1F1F1; */
}
aside #page-sidebar{display: none;}
aside .vcard .fn {
font-size: 18px;
font-weight: bold;
@ -1215,7 +1216,9 @@ body .pageheader{
margin-top: 0px;
max-width: 575px;
}
.qcomment{
max-width: 122px;
}
#id_username {
width: 173px;
}
@ -1577,6 +1580,11 @@ body .pageheader{
padding: 0.3em;
margin-bottom: 10px;
}
.grey
{
display: inline;
float: right;
}
#jot #jot-tools {
margin: 0px;
padding: 0px;

View File

@ -3,7 +3,7 @@
/*
* Name: Diabook-blue
* Description: Diabook-blue: report bugs and request here: http://pad.toktan.org/p/diabook or contact me : thomas_bierey@friendica.eu
* Version: (Version: 0.010)
* Version: (Version: 1.011)
* Author:
*/

View File

@ -71,6 +71,10 @@
<a href="#" id="tagger-$item.id" onclick="itemTag($item.id); return false;" class="tag-item icon tagged" title="$item.star.tagger"></a>
{{ endif }}
{{ if $item.filer }}
<a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item icon file-as" title="$item.star.filer"></a>
{{ endif }}
{{ if $item.plink }}<a class="icon link" title="$item.plink.title" href="$item.plink.href">$item.plink.title</a>{{ endif }}

View File

@ -2,7 +2,6 @@
<div id="profile-jot-wrapper" >
<div id="profile-jot-banner-wrapper">
<div id="profile-jot-desc" >&nbsp;</div>
<div id="character-counter" class="grey"></div>
</div>
<div id="profile-jot-banner-end"></div>
@ -15,6 +14,7 @@
<input type="hidden" name="post_id" value="$post_id" />
<input type="hidden" name="preview" id="jot-preview" value="0" />
<input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none">
<div id="character-counter" class="grey"></div>
<img id="profile-jot-text-loading" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{ if $content }}$content{{ else }}$share{{ endif }}</textarea>

View File

@ -1203,7 +1203,9 @@ body .pageheader{
margin-top: 0px;
max-width: 575px;
}
.qcomment{
max-width: 122px;
}
#id_username {
width: 173px;
}
@ -1611,6 +1613,11 @@ transition: all 0.2s ease-in-out;
padding: 0.3em;
margin-bottom: 10px;
}
.grey
{
display: inline;
float: right;
}
#jot #jot-tools {
margin: 0px;
padding: 0px;

View File

@ -1181,7 +1181,9 @@ body .pageheader{
margin-top: 0px;
max-width: 575px;
}
.qcomment{
max-width: 122px;
}
#id_username {
width: 173px;
}
@ -1585,6 +1587,11 @@ transition: all 0.2s ease-in-out;
padding: 0.3em;
margin-bottom: 10px;
}
.grey
{
display: inline;
float: right;
}
#jot #jot-tools {
margin: 0px;
padding: 0px;

View File

@ -1061,6 +1061,7 @@ aside {
float: left;
/* background: #F1F1F1; */
}
aside #page-sidebar{display: none;}
aside .vcard .fn {
font-size: 18px;
font-weight: bold;
@ -1248,7 +1249,9 @@ body .pageheader{
margin-top: 0px;
max-width: 575px;
}
.qcomment{
max-width: 122px;
}
#id_username {
width: 173px;
}
@ -1610,6 +1613,11 @@ body .pageheader{
padding: 0.3em;
margin-bottom: 10px;
}
.grey
{
display: inline;
float: right;
}
#jot #jot-tools {
margin: 0px;
padding: 0px;

View File

@ -3,7 +3,7 @@
/*
* Name: Diabook-red
* Description: Diabook-red: report bugs and request here: http://pad.toktan.org/p/diabook or contact me : thomas_bierey@friendica.eu
* Version: (Version: 0.010)
* Version: (Version: 1.011)
* Author:
*/

View File

@ -71,6 +71,10 @@
<a href="#" id="tagger-$item.id" onclick="itemTag($item.id); return false;" class="tag-item icon tagged" title="$item.star.tagger"></a>
{{ endif }}
{{ if $item.filer }}
<a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item icon file-as" title="$item.star.filer"></a>
{{ endif }}
{{ if $item.plink }}<a class="icon link" title="$item.plink.title" href="$item.plink.href">$item.plink.title</a>{{ endif }}

View File

@ -2,7 +2,6 @@
<div id="profile-jot-wrapper" >
<div id="profile-jot-banner-wrapper">
<div id="profile-jot-desc" >&nbsp;</div>
<div id="character-counter" class="grey"></div>
</div>
<div id="profile-jot-banner-end"></div>
@ -15,6 +14,7 @@
<input type="hidden" name="post_id" value="$post_id" />
<input type="hidden" name="preview" id="jot-preview" value="0" />
<input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none">
<div id="character-counter" class="grey"></div>
<img id="profile-jot-text-loading" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{ if $content }}$content{{ else }}$share{{ endif }}</textarea>

View File

@ -1149,6 +1149,9 @@ body .pageheader{
margin-top: 0px;
max-width: 575px;
}
.qcomment{
max-width: 122px;
}
#id_username {
width: 173px;
@ -1546,6 +1549,11 @@ transition: all 0.2s ease-in-out;
padding: 0.3em;
margin-bottom: 10px;
}
.grey
{
display: inline;
float: right;
}
#jot #jot-tools {
margin: 0px;
padding: 0px;

View File

@ -1143,7 +1143,9 @@ body .pageheader{
margin-top: 0px;
max-width: 575px;
}
.qcomment{
max-width: 122px;
}
#id_username {
width: 173px;
}
@ -1541,6 +1543,11 @@ transition: all 0.2s ease-in-out;
padding: 0.3em;
margin-bottom: 10px;
}
.grey
{
display: inline;
float: right;
}
#jot #jot-tools {
margin: 0px;
padding: 0px;

View File

@ -1022,7 +1022,7 @@ aside {
float: left;
/* background: #F1F1F1; */
}
aside #page-sidebar{display: none;}
aside .vcard .fn {
font-size: 18px;
font-weight: bold;
@ -1195,7 +1195,9 @@ body .pageheader{
margin-top: 0px;
max-width: 575px;
}
.qcomment{
max-width: 122px;
}
#id_username {
width: 173px;
}
@ -1552,6 +1554,11 @@ body .pageheader{
padding: 0.3em;
margin-bottom: 10px;
}
.grey
{
display: inline;
float: right;
}
#jot #jot-tools {
margin: 0px;
padding: 0px;

View File

@ -3,7 +3,7 @@
/*
* Name: Diabook
* Description: Diabook: report bugs and request here: http://pad.toktan.org/p/diabook or contact me : thomas_bierey@friendica.eu
* Version: (Version: 0.010)
* Version: (Version: 1.011)
* Author:
*/

View File

@ -71,6 +71,10 @@
<a href="#" id="tagger-$item.id" onclick="itemTag($item.id); return false;" class="tag-item icon tagged" title="$item.star.tagger"></a>
{{ endif }}
{{ if $item.filer }}
<a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item icon file-as" title="$item.star.filer"></a>
{{ endif }}
{{ if $item.plink }}<a class="icon link" title="$item.plink.title" href="$item.plink.href">$item.plink.title</a>{{ endif }}