]> git.mxchange.org Git - friendica.git/commitdiff
modified: view/theme/smoothly/style.css
authorpixelroot <info@pixelbits.de>
Tue, 26 Mar 2013 14:47:17 +0000 (15:47 +0100)
committerpixelroot <info@pixelbits.de>
Tue, 26 Mar 2013 14:47:17 +0000 (15:47 +0100)
modified:   view/theme/smoothly/theme.php

view/theme/smoothly/style.css
view/theme/smoothly/theme.php

index e6c8ef968ad2fc8817f75fb640d417679bb9eb0b..6860d99f56bb61e96f0f145ffd4fa564b078c950 100644 (file)
@@ -128,7 +128,7 @@ section {
 }
 
 .mframe {
-       padding: 3px;
+       padding: 0;
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #7C7D7B;
        border-radius: 3px;
@@ -2341,6 +2341,10 @@ input #photo_edit_form {
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+       border: 1px solid #7C7D7B;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #prvmail-wrapper:before, 
@@ -2365,6 +2369,10 @@ input #photo_edit_form {
                -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
                -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        z-index: -1;
+       border: 1px solid #7C7D7B;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #prvmail-wrapper:after, 
@@ -2377,6 +2385,10 @@ input #photo_edit_form {
                -moz-transform: skew(5deg) rotate(5deg);
                -ms-transform: skew(5deg) rotate(5deg);
                -o-transform: skew(5deg) rotate(5deg);
+       border: 1px solid #7C7D7B;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 .prvmail-text {
@@ -2499,6 +2511,7 @@ margin-left: 0px;
 .mail-conv-sender-photo {
        width: 64px;
        height: 64px;
+       border-radius: 3px 3px 3px 3px;
 }
 
 .mail-conv-sender-name { 
index 0600c1b4c95696c38193673f1f2b1fb9a9cacac3..e63a81dcf0ee42a100f9e27d89321cf6c36242ed 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * Name: Smoothly
  * Description: Like coffee with milk. Theme optimized for iPad[2].
- * Version: Version 2013-03-26.1
+ * Version: Version 2013-03-26.2
  * Author: Alex <https://friendica.pixelbits.de/profile/alex>
  * Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
  * Screenshot: <a href="screenshot.png">Screenshot</a>