closing tag

This commit is contained in:
friendica 2014-09-19 16:50:43 -07:00
parent 87a6f25769
commit cb434818f8
3 changed files with 20 additions and 20 deletions

View File

@ -747,7 +747,7 @@ function role_selector($current) {
$selected = (($kk === $current) ? ' selected="selected" ' : ''); $selected = (($kk === $current) ? ' selected="selected" ' : '');
$o .= '<option value="' . $kk . '" ' . $selected . '>' . htmlspecialchars($vv) . '</option>'; $o .= '<option value="' . $kk . '" ' . $selected . '>' . htmlspecialchars($vv) . '</option>';
} }
$o .= '<optgroup>'; $o .= '</optgroup>';
} }
$o .= '</select>'; $o .= '</select>';
return $o; return $o;

View File

@ -53,14 +53,14 @@ h2 {
* Hide lists on page load * Hide lists on page load
---------------------------------------------------------*/ ---------------------------------------------------------*/
#privacy-role-select .SSContainerDivWrapper { .stylish-select .SSContainerDivWrapper {
left:-9999px; left:-9999px;
} }
/* /*
* Red example * Red example
---------------------------------------------------------*/ ---------------------------------------------------------*/
#privacy-role-select .SSContainerDivWrapper { .stylish-select .SSContainerDivWrapper {
margin:0; margin:0;
padding:0; padding:0;
width:290px; width:290px;
@ -70,7 +70,7 @@ h2 {
z-index:2; z-index:2;
} }
#privacy-role-select ul.newList { .stylish-select ul.newList {
margin:0; margin:0;
padding:0; padding:0;
list-style:none; list-style:none;
@ -80,20 +80,20 @@ h2 {
overflow:auto; overflow:auto;
} }
#privacy-role-select ul.newList * { .stylish-select ul.newList * {
margin:0; margin:0;
padding:0; padding:0;
} }
#privacy-role-select ul.newList a { .stylish-select ul.newList a {
color: #000; color: #000;
text-decoration:none; text-decoration:none;
display:block; display:block;
padding:3px 8px; padding:3px 8px;
} }
#privacy-role-select .newListSelected { .stylish-select .newListSelected {
width:285px; width:285px;
color:#000; color:#000;
height:19px; height:19px;
@ -102,60 +102,60 @@ h2 {
background:url(select-bg.png) no-repeat; background:url(select-bg.png) no-repeat;
} }
#privacy-role-select ul.newList li a:focus { .stylish-select ul.newList li a:focus {
-moz-outline-style: none; -moz-outline-style: none;
} }
#privacy-role-select .selectedTxt { .stylish-select .selectedTxt {
width:258px; width:258px;
overflow:hidden; overflow:hidden;
height:16px; height:16px;
padding:0 23px 0 0; padding:0 23px 0 0;
} }
#privacy-role-select .hiLite { .stylish-select .hiLite {
background:#650101!important; background:#650101!important;
color:#fff!important; color:#fff!important;
} }
#privacy-role-select .newListHover { .stylish-select .newListHover {
background:#ccc!important; background:#ccc!important;
color:#000!important; color:#000!important;
cursor:default; cursor:default;
} }
#privacy-role-select .newListDisabled { .stylish-select .newListDisabled {
opacity: 0.6; opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60); filter: alpha(opacity=60);
} }
#privacy-role-select .newListItemDisabled { .stylish-select .newListItemDisabled {
opacity: 0.6; opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60); filter: alpha(opacity=60);
} }
#privacy-role-select .newListOptionDisabled { .stylish-select .newListOptionDisabled {
opacity: 0.6; opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60); filter: alpha(opacity=60);
} }
#privacy-role-select .newListSelHover, .stylish-select .newListSelHover,
#privacy-role-select .newListSelFocus { .stylish-select .newListSelFocus {
background-position:0 -22px; background-position:0 -22px;
cursor:default; cursor:default;
} }
#privacy-role-select .newListOptionTitle { .stylish-select .newListOptionTitle {
font-weight:bold; font-weight:bold;
} }
#privacy-role-select .newListOptionTitle ul { .stylish-select .newListOptionTitle ul {
margin:3px 0 0; margin:3px 0 0;
} }
#privacy-role-select .newListOptionTitle li { .stylish-select .newListOptionTitle li {
font-weight:normal; font-weight:normal;
} }

View File

@ -1,6 +1,6 @@
<h2>{{$title}}</h2> <h2>{{$title}}</h2>
<form action="new_channel" method="post" id="newchannel-form"> <form action="new_channel" method="post" id="newchannel-form" class="stylish-select">
<div id="newchannel-desc" class="descriptive-paragraph">{{$desc}}</div> <div id="newchannel-desc" class="descriptive-paragraph">{{$desc}}</div>