modified: view/theme/smoothly/style.css
modified: view/theme/smoothly/theme.php view/theme/smoothly/mobile
This commit is contained in:
parent
6a46717e1a
commit
1157b627af
|
@ -1047,13 +1047,17 @@ profile-jot-banner-wrapper {
|
|||
}
|
||||
.wall-item-lock-wrapper { float: right; }
|
||||
.wall-item-dislike,
|
||||
.wall-item-like,
|
||||
.wall-item-author {
|
||||
/*clear: left;*/
|
||||
.wall-item-like {
|
||||
clear: left;
|
||||
font-size: 0.9em;
|
||||
margin: 0px 0px 10px 450px; /*140*/
|
||||
padding-left: 0px; /*10*/
|
||||
/* font-variant:small-caps; */
|
||||
margin: 0px 0px 10px 450px;
|
||||
padding-left: 0px;
|
||||
|
||||
}
|
||||
.wall-item-author {
|
||||
font-size: 0.9em;
|
||||
margin: 0px 0px 0px 100px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.wall-item-author a {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*
|
||||
* Name: Smoothly
|
||||
* Version: Version 0.3
|
||||
* Author: Alex <alex@friendica.pixelbits.de>
|
||||
* Author: Alex <info@pixelbits.de>
|
||||
* Maintainer: Alex alex@friendica.pixelbits.de>
|
||||
* Description: Theme optimized for Tablets (iPad etc.)
|
||||
* Screenshot: <a href="screenshot.png">Screenshot</a>
|
||||
|
|
Loading…
Reference in a new issue