use all available space for attributes; slimmer buttons
This commit is contained in:
parent
56875cbc8c
commit
e1a66e8e96
@ -532,7 +532,7 @@
|
||||
mysql_free_result($rsLogs);
|
||||
}
|
||||
|
||||
// first 20 logs (except current users)
|
||||
// newest 20 logs (except current users)
|
||||
$rsLogs = sql_slave("SELECT `cache_logs`.`id`, `cache_logs`.`type`, `cache_logs`.`date`, `cache_logs`.`text`, `user`.`username`, `user`.`user_id` FROM `cache_logs`, `user` WHERE `cache_logs`.`user_id`=`user`.`user_id` AND `cache_logs`.`cache_id`=&1 AND `user`.`user_id`!=&2 ORDER BY `cache_logs`.`date` DESC LIMIT 20", $r['cacheid'], $user_id);
|
||||
while ($rLog = sql_fetch_array($rsLogs))
|
||||
{
|
||||
|
@ -601,7 +601,7 @@ input.formbutton_header {
|
||||
input.formbutton {
|
||||
width:120px;
|
||||
border:1px solid #5f90bb;
|
||||
padding:2px 0px 2px 0;
|
||||
padding:1px 0px 1px 0;
|
||||
background-color:#dbe6f1;
|
||||
color: #000000;
|
||||
border-radius: 3px;
|
||||
@ -956,13 +956,11 @@ ul.nodot li {
|
||||
/* Attribute auf der Suchseite */
|
||||
|
||||
div#attribs1 {
|
||||
width: 620px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
div#attribs2 {
|
||||
width: 620px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user