more theme cleanup
This commit is contained in:
parent
10a057b979
commit
2dc7e53435
|
@ -87,6 +87,7 @@ EOT;
|
||||||
$tabtpl = get_markup_template("generic_links_widget.tpl");
|
$tabtpl = get_markup_template("generic_links_widget.tpl");
|
||||||
$a->page['aside'] = replace_macros($tabtpl, array(
|
$a->page['aside'] = replace_macros($tabtpl, array(
|
||||||
'$title' => t('Settings'),
|
'$title' => t('Settings'),
|
||||||
|
'$class' => 'settings-widget',
|
||||||
'$items' => $tabs,
|
'$items' => $tabs,
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="widget">
|
<div class="widget{{ if $class }} $class{{ endif }}">
|
||||||
{{if $title}}<h3>$title</h3>{{endif}}
|
{{if $title}}<h3>$title</h3>{{endif}}
|
||||||
{{if $desc}}<div class="desc">$desc</div>{{endif}}
|
{{if $desc}}<div class="desc">$desc</div>{{endif}}
|
||||||
|
|
||||||
|
|
|
@ -338,6 +338,15 @@ div.wall-item-content-wrapper.shiny {
|
||||||
font-weight: bold;
|
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 {
|
.fakelink:hover {
|
||||||
color: #3465a4;
|
color: #3465a4;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
@ -809,8 +818,15 @@ input#dfrn-url {
|
||||||
clear: both;
|
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 {
|
#gender-select, #marital-select, #sexual-select {
|
||||||
|
|
|
@ -80,6 +80,11 @@ nav #site-location {
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
box-shadow: 4px 4px 3px 0 #444444;
|
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 {
|
.photo {
|
||||||
border: 1px solid #AAAAAA;
|
border: 1px solid #AAAAAA;
|
||||||
|
|
Loading…
Reference in a new issue