]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/green/style.css
Merge pull request #259 from beardy-unixer/master
[friendica.git] / view / theme / quattro / green / style.css
index b4bfe05a992a990ef2d91bfcc725902798c109a2..317112f6f88c6d4209702146f50e925c041ba3b3 100644 (file)
@@ -66,6 +66,9 @@
 .icon.s10.type-text {
   background-image: url("../../../images/icons/10/text.png");
 }
+.icon.s10.language {
+  background-image: url("icons/language.png");
+}
 .icon.s10.text {
   padding: 2px 0px 0px 15px;
 }
 .icon.s16.type-text {
   background-image: url("../../../images/icons/16/text.png");
 }
+.icon.s16.language {
+  background-image: url("icons/language.png");
+}
 .icon.s16.text {
   padding: 4px 0px 0px 20px;
 }
 .icon.s22.type-text {
   background-image: url("../../../images/icons/22/text.png");
 }
+.icon.s22.language {
+  background-image: url("icons/language.png");
+}
 .icon.s22.text {
   padding: 10px 0px 0px 25px;
 }
 .icon.s48.type-text {
   background-image: url("../../../images/icons/48/text.png");
 }
+.icon.s48.language {
+  background-image: url("icons/language.png");
+}
 /* global */
 body {
   font-family: Liberation Sans, helvetica, arial, clean, sans-serif;
@@ -1630,13 +1642,17 @@ ul.tabs li .active {
   transition: all 0.2s ease-in-out;
 }
 /* theme screenshot */
-.screenshot {
+.screenshot,
+#theme-preview {
   position: absolute;
+  width: 202px;
   left: 70%;
   top: 50px;
 }
-.screenshot img {
+.screenshot img,
+#theme-preview img {
   width: 200px;
+  height: 150px;
 }
 /* page footer */
 footer {