modified: view/theme/smoothly/comment_item.tpl
modified: view/theme/smoothly/contact_template.tpl modified: view/theme/smoothly/jot-header.tpl modified: view/theme/smoothly/jot.tpl modified: view/theme/smoothly/login.tpl modified: view/theme/smoothly/photo_top.tpl modified: view/theme/smoothly/profile_entry.tpl modified: view/theme/smoothly/profile_vcard.tpl modified: view/theme/smoothly/style.css modified: view/theme/smoothly/theme.php view/theme/smoothly/icons/ view/theme/smoothly/lang_selector.tpl view/theme/smoothly/wall_thread.tpl view/theme/smoothly/wallwall_thread.tpl
This commit is contained in:
parent
5e3076b5d2
commit
0d9f6c89cc
|
@ -27,6 +27,5 @@
|
|||
|
||||
<div class="comment-edit-end"></div>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
<div id="comment-edit-preview-$id" class="comment-edit-preview" style="display:none;"></div>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
<div class="contact-entry-wrapper" id="contact-entry-wrapper-$contact.id" >
|
||||
<div class="contact-entry-photo-wrapper" >
|
||||
<div class="contact-entry-photo mframe" id="contact-entry-photo-$contact.id"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
<script language="javascript" type="text/javascript" src="$baseurl/library/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script>
|
||||
<script language="javascript" type="text/javascript">
|
||||
|
||||
|
@ -358,4 +357,3 @@ function initEditor(cb) {
|
|||
$geotag
|
||||
|
||||
</script>
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
<div id="profile-jot-wrapper" >
|
||||
<div id="profile-jot-banner-wrapper">
|
||||
<div id="profile-jot-desc" > </div>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
<div class="login-form">
|
||||
<form action="$dest_url" method="post" >
|
||||
<input type="hidden" name="auth-params" value="login" />
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
<div class="photo-top-image-wrapper lframe" id="photo-top-image-wrapper-$id">
|
||||
<div id="photo-album-wrapper-inner">
|
||||
<a href="$photo.link" class="photo-top-photo-link" id="photo-top-photo-link-$id" title="$photo.title"><img src="$photo.src" alt="$phoyo.alt" title="$photo.title" class="photo-top-photo" id="photo-top-photo-$id" /></a>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
<div class="profile-listing" >
|
||||
<div class="profile-listing-photo-wrapper" >
|
||||
<a href="profiles/$id" class="profile-listing-edit-link"><img class="profile-listing-photo mframe" id="profile-listing-photo-$id" src="$photo" alt="$alt" /></a>
|
||||
|
|
|
@ -41,5 +41,3 @@
|
|||
</div>
|
||||
|
||||
$contact_block
|
||||
|
||||
|
||||
|
|
|
@ -491,7 +491,7 @@ aside a{
|
|||
font-size: 1.4em;
|
||||
font-weight: bold;
|
||||
border-bottom: none;
|
||||
padding-top: 0px; /*10*/
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.vcard #profile-photo-wrapper {
|
||||
|
@ -615,8 +615,7 @@ h3#search:before {
|
|||
-moz-border-radius:5px;
|
||||
-webkit-border-radius:5px;
|
||||
border-radius:5px;
|
||||
border:1px solid #eee;
|
||||
color:#e6e6e6;
|
||||
color:#7c7d7b;
|
||||
/*text-shadow:-1px 0px 0px #bdbdbd;*/
|
||||
border: 1px solid #cdcdcd;
|
||||
}
|
||||
|
@ -1364,9 +1363,11 @@ div[id$="wrapper"] br { clear: left; }
|
|||
}
|
||||
|
||||
.profile-edit-side-div {
|
||||
margin-top: 20px; /*5*/
|
||||
margin-right: 0px; /*30*/
|
||||
float: right;
|
||||
margin-top: 10px;
|
||||
margin-right: 0px;
|
||||
margin-left: 180px;
|
||||
float: left;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#cropimage-wrapper { float:left; }
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
/*
|
||||
* Name: Smoothly
|
||||
* Version: Version 0.2
|
||||
* Version: Version 0.3
|
||||
* Author: Alex <alex@friendica.pixelbits.de>
|
||||
* Maintainer: Alex alex@friendica.pixelbits.de>
|
||||
* Description: Based on "Test Bubble", optimized for iPad.
|
||||
* Description: Theme optimized for Tablets (iPad etc.)
|
||||
* Screenshot: <a href="screenshot.png">Screenshot</a>
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue