]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Merge remote branch 'upstream/master'
[friendica.git] / view / theme / duepuntozero / style.css
index b79b00ef418f6ad62702a5da2538fe55892a1b6b..33be8b3590026d431736ec928ecb9ffa10e32b6b 100755 (executable)
@@ -249,6 +249,10 @@ div.wall-item-content-wrapper.shiny {
        background: #FFFFC8;
 }
 
+#theme-preview {
+       margin: 15px 0 15px 150px;
+}
+
 /* from default */
 #jot-perms-icon, 
 #profile-location,
@@ -2974,11 +2978,13 @@ div.jGrowl div.info {
 .qcomment {
        border: 1px solid #EEE;
        padding: 3px;
+       margin-top: 15px;
+       margin-left: 25px;
 }
 
 .qcomment {
-       opacity: 0;
-       filter:alpha(opacity=0);
+       opacity: 0.3;
+       filter:alpha(opacity=30);
 }
 .qcomment:hover {
        opacity: 1.0;