]> git.mxchange.org Git - friendica.git/commitdiff
new file: view/theme/smoothly/generic_links_widget.tpl
authorpixelroot <info@pixelbits.de>
Tue, 11 Sep 2012 13:23:49 +0000 (15:23 +0200)
committerpixelroot <info@pixelbits.de>
Tue, 11 Sep 2012 13:23:49 +0000 (15:23 +0200)
modified:   view/theme/smoothly/style.css

view/theme/smoothly/generic_links_widget.tpl [new file with mode: 0644]
view/theme/smoothly/style.css

diff --git a/view/theme/smoothly/generic_links_widget.tpl b/view/theme/smoothly/generic_links_widget.tpl
new file mode 100644 (file)
index 0000000..a1159f5
--- /dev/null
@@ -0,0 +1,11 @@
+<div class="widget{{ if $class }} $class{{ endif }}">
+       {{if $title}}<h3>$title</h3>{{endif}}
+       {{if $desc}}<div class="desc">$desc</div>{{endif}}
+       
+       <ul>
+               {{ for $items as $item }}
+                       <li class="widget-list"><a href="$item.url" class="{{ if $item.selected }}selected{{ endif }}">$item.label</a></li>
+               {{ endfor }}
+       </ul>
+       
+</div>
index 2e02d92991ad349eedb0340f51a60fe87f63fc9c..f856f66bb325bb1151522ada80499e569706f473 100644 (file)
@@ -507,7 +507,7 @@ aside a{
        -moz-box-shadow: 3px 3px 4px #959494;
        -webkit-box-shadow: 3px 3px 4px #959494;
        box-shadow: 0 0 8px #BDBDBD; /*3px 3px 4px #959494;*/   
-       border-radius: 6px 6px 6px 6px;
+       border-radius: 5px 5px 5px 5px;
 }
 
 aside h4 { font-size: 1.3em; }
@@ -959,7 +959,7 @@ profile-jot-banner-wrapper {
        background: none repeat scroll 0 0 #FFFFFF;
        /*background: -moz-linear-gradient(center top , #F8F8F8 5%, #F6F6F6 100%) repeat scroll 0 0 #F8F8F8;*/
        border: 1px solid #CDCDCD;
-       border-radius: 6px 6px 6px 6px;
+       border-radius: 5px 5px 5px 5px;
        box-shadow: 0 0 8px #BDBDBD; /*3px 3px 4px 0 #959494;*/
        margin-top: 20px;
 }
@@ -2842,7 +2842,7 @@ tr {
 
 .field label {
        float: left;
-       width: 400px; /*550*/
+       width: 480px; /*550*/
 }
 
 .field input,