правки стиля
This commit is contained in:
parent
a71e31c189
commit
bde8c97790
@ -50,8 +50,8 @@ $contacts_list = db::c()->query('SELECT `friend`,`comment` FROM `friends` WHERE
|
||||
</HEAD>
|
||||
<body>
|
||||
<div style="text-align: right">
|
||||
<input type='button' style='width: 100px' value='Добавить контакт' onclick='addcontact()'>
|
||||
<input type='button' style='width: 100px' value='Удалить контакт' onclick='removecontact()'>
|
||||
<input type='button' value='Добавить контакт' onclick='addcontact()'>
|
||||
<input type='button' value='Удалить контакт' onclick='removecontact()'>
|
||||
<input type='button' value='Обновить' style='width: 75px'
|
||||
onclick='location="/contacts.php?friends=<?= mt_rand() ?>"'>
|
||||
<input TYPE='button' value='Вернуться' style='width: 75px' onclick='location="main.php"'>
|
||||
@ -64,7 +64,7 @@ $contacts_list = db::c()->query('SELECT `friend`,`comment` FROM `friends` WHERE
|
||||
<TABLE width="100%">
|
||||
<TR>
|
||||
<TD style="vertical-align: top; background: silver;">
|
||||
<TABLE cellspacing=0 cellpadding=2 width="100%">
|
||||
<TABLE cellspacing=1 width="100%">
|
||||
<tr>
|
||||
<td colspan="3"><h3>Контакты</h3></td>
|
||||
</tr>
|
||||
@ -79,7 +79,7 @@ $contacts_list = db::c()->query('SELECT `friend`,`comment` FROM `friends` WHERE
|
||||
else echo "<span style='color: grey'>" . nick::id($us['id'])->full() . "</span><br>";
|
||||
?>
|
||||
</TD>
|
||||
<TD style="background: #efeded; width: 60%; font-style: italic;">
|
||||
<TD style="background: darkgrey; width: 65%; padding: 0.2em 1em; border-radius: 2px;">
|
||||
<small><?= $row['comment'] ?></small>
|
||||
</TD>
|
||||
<TD width="1%">
|
||||
|
Loading…
Reference in New Issue
Block a user