1
0
Fork 0

frost style improvements; various tweaks

This commit is contained in:
Zach Prezkuta 2012-10-09 09:44:56 -06:00
commit 0d56f82efa
6 changed files with 90 additions and 51 deletions

View file

@ -1140,8 +1140,11 @@ input#dfrn-url {
margin-top: 10px;
}
.toplevel_item {
margin-bottom: 60px;
}
.wall-item-content-wrapper {
margin-top: 60px;
padding-top: 30px;
border-top: 2px solid #AAAAAA;
position: relative;
@ -1238,9 +1241,6 @@ input#dfrn-url {
top: 80px;
/* z-index: 100;*/
}
.wall-item-wrapper {
margin-left:10px;
}
.wall-item-lock {
margin-top: 30px;
left: 105px;
@ -1395,6 +1395,7 @@ input#dfrn-url {
.wall-item-body {
text-align: justify;
float: left;
clear: left;
/* width: 300px;*/
overflow: hidden;
margin-top: 10px;
@ -3289,6 +3290,11 @@ aside input[type='text'] {
margin-top: 10px;
}
.filesavetags, .categorytags {
display: block;
clear: left;
}
.body-tag, .filesavetags, .categorytags {
opacity: 0.5;
filter:alpha(opacity=50);

View file

@ -4,7 +4,7 @@
* Name: Frost--mobile version
* Description: Like frosted glass
* Credits: Navigation icons taken from http://iconza.com. Other icons taken from http://thenounproject.com, including: Like, Dislike, Black Lock, Unlock, Pencil, Tag, Camera, Paperclip (Marie Coons), Folder (Sergio Calcara), Chain-link (Andrew Fortnum), Speaker (Harold Kim), Quotes (Henry Ryder), Video Camera (Anas Ramadan), and Left Arrow, Right Arrow, and Delete X (all three P.J. Onori). All under Attribution (CC BY 3.0). Others from The Noun Project are public domain or No Rights Reserved (CC0).
* Version: Version 0.2.14
* Version: Version 0.2.15
* Author: Zach P <techcity@f.shmuz.in>
* Maintainer: Zach P <techcity@f.shmuz.in>
*/