direcotry cleanups
This commit is contained in:
@@ -4,13 +4,13 @@ Publish this profile in site directory?
|
||||
|
||||
<div id="profile-in-dir-yes-wrapper">
|
||||
<label id="profile-in-dir-yes-label" for="profile-in-dir-yes">Yes</label>
|
||||
<input type="radio" name="profile_in_directory" id="profile-in-dir-yes" checked="checked" value="1" />
|
||||
<input type="radio" name="profile_in_directory" id="profile-in-dir-yes" $yes_selected value="1" />
|
||||
|
||||
<div id="profile-in-dir-break" ></div>
|
||||
</div>
|
||||
<div id="profile-in-dir-no-wrapper">
|
||||
<label id="profile-in-dir-no-label" for="profile-in-dir-no">No</label>
|
||||
<input type="radio" name="profile_in_directory" id="profile-in-dir-no" value="0" />
|
||||
<input type="radio" name="profile_in_directory" id="profile-in-dir-no" $no_selected value="0" />
|
||||
|
||||
<div id="profile-in-dir-end"></div>
|
||||
</div>
|
||||
|
@@ -463,4 +463,15 @@ input#dfrn-url {
|
||||
color: #3172BD;
|
||||
font-weight: bold;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.directory-end {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.directory-item {
|
||||
float: left;
|
||||
width: 225px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user