]> git.mxchange.org Git - friendica.git/commitdiff
more theme cleanup
authorfriendica <info@friendica.com>
Tue, 29 May 2012 02:17:06 +0000 (19:17 -0700)
committerfriendica <info@friendica.com>
Tue, 29 May 2012 02:17:06 +0000 (19:17 -0700)
mod/settings.php
view/generic_links_widget.tpl
view/theme/duepuntozero/style.css
view/theme/slackr/style.css

index e6eb4011fa40d2dfb6563cb26085927c4a4f7885..5d85b0c2c6c2078c11947da2956cb0467f63877a 100644 (file)
@@ -87,6 +87,7 @@ EOT;
        $tabtpl = get_markup_template("generic_links_widget.tpl");
        $a->page['aside'] = replace_macros($tabtpl, array(
                '$title' => t('Settings'),
+               '$class' => 'settings-widget',
                '$items' => $tabs,
        ));
 
index 45813b876ada31178f86857eb886ef7407501c31..f3404f783fd0a831c0a79d61400a41eda473c3a2 100644 (file)
@@ -1,4 +1,4 @@
-<div class="widget">
+<div class="widget{{ if $class }} $class{{ endif }}">
        {{if $title}}<h3>$title</h3>{{endif}}
        {{if $desc}}<div class="desc">$desc</div>{{endif}}
        
index 0abf128a3f6acbd87d58b67e3df7c028be13cd1c..07eba1edb042242fb0d85b8218130eb80659bda3 100644 (file)
@@ -338,6 +338,15 @@ div.wall-item-content-wrapper.shiny {
        font-weight: bold;
 }
 
+.settings-widget .selected {
+       padding: 3px;
+       -moz-border-radius: 3px;
+       border-radius: 3px;     
+       border: 1px solid #CCCCCC;
+       background: #F8F8F8;
+       font-weight: bold;
+}
+
 .fakelink:hover {
        color: #3465a4;
        text-decoration: underline;
@@ -809,8 +818,15 @@ input#dfrn-url {
        clear: both;
 }
 
+.settings-widget ul {
+       list-style-type: none;
+       padding: 0px;
+}
 
-
+.settings-widget li {
+       margin-left: 24px;
+       margin-bottom: 8px;
+}
 
 
 #gender-select, #marital-select, #sexual-select {
index 40391e17c57fd2aa695ace225bc18cc5d58b8b69..39da7bb6c3c3348f5ae78d1659c5f1f749ab4332 100644 (file)
@@ -80,6 +80,11 @@ nav #site-location {
        -moz-border-radius: 3px;
        box-shadow: 4px 4px 3px 0 #444444;
 }
+.settings-widget .selected {
+       border-radius: 3px;
+       -moz-border-radius: 3px;
+       box-shadow: 4px 4px 3px 0 #444444;
+}
 
 .photo {
        border: 1px solid #AAAAAA;