pref-users: css fixes

master
Andrew Dolgov 4 years ago
parent d8de10d78a
commit ce2335deaf

@ -339,9 +339,9 @@ class Pref_Users extends Handler_Protected {
print "<div dojoType='fox.form.DropDownButton'>". print "<div dojoType='fox.form.DropDownButton'>".
"<span>" . __('Select')."</span>"; "<span>" . __('Select')."</span>";
print "<div dojoType='dijit.Menu' style='display: none'>"; print "<div dojoType='dijit.Menu' style='display: none'>";
print "<div onclick=\"Tables.select('prefUserList', true)\" print "<div onclick=\"Tables.select('users-list', true)\"
dojoType='dijit.MenuItem'>".__('All')."</div>"; dojoType='dijit.MenuItem'>".__('All')."</div>";
print "<div onclick=\"Tables.select('prefUserList', false)\" print "<div onclick=\"Tables.select('users-list', false)\"
dojoType='dijit.MenuItem'>".__('None')."</div>"; dojoType='dijit.MenuItem'>".__('None')."</div>";
print "</div></div>"; print "</div></div>";
@ -380,7 +380,7 @@ class Pref_Users extends Handler_Protected {
ORDER BY $sort"); ORDER BY $sort");
$sth->execute([":search" => $user_search ? "%$user_search%" : ""]); $sth->execute([":search" => $user_search ? "%$user_search%" : ""]);
print "<p><table width='100%' cellspacing='0' class='prefUserList' id='prefUserList'>"; print "<table width='100%' class='users-list' id='users-list'>";
print "<tr class='title'> print "<tr class='title'>
<td align='center' width='5%'>&nbsp;</td> <td align='center' width='5%'>&nbsp;</td>

@ -114,7 +114,7 @@ const Users = {
this.edit(rows[0]); this.edit(rows[0]);
}, },
getSelection :function() { getSelection :function() {
return Tables.getSelected("prefUserList"); return Tables.getSelected("users-list");
} }
} }

@ -1495,6 +1495,9 @@ body.ttrss_prefs fieldset.plugin label.description {
body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox { body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox {
margin-right: 10px; margin-right: 10px;
} }
body.ttrss_prefs .users-list td {
cursor: pointer;
}
body.ttrss_prefs .event-log tr td { body.ttrss_prefs .event-log tr td {
font-size: 10px; font-size: 10px;
padding: 8px; padding: 8px;

@ -1495,6 +1495,9 @@ body.ttrss_prefs fieldset.plugin label.description {
body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox { body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox {
margin-right: 10px; margin-right: 10px;
} }
body.ttrss_prefs .users-list td {
cursor: pointer;
}
body.ttrss_prefs .event-log tr td { body.ttrss_prefs .event-log tr td {
font-size: 10px; font-size: 10px;
padding: 8px; padding: 8px;

@ -1495,6 +1495,9 @@ body.ttrss_prefs fieldset.plugin label.description {
body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox { body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox {
margin-right: 10px; margin-right: 10px;
} }
body.ttrss_prefs .users-list td {
cursor: pointer;
}
body.ttrss_prefs .event-log tr td { body.ttrss_prefs .event-log tr td {
font-size: 10px; font-size: 10px;
padding: 8px; padding: 8px;

@ -112,6 +112,12 @@ body.ttrss_prefs {
} }
} }
.users-list {
td {
cursor : pointer;
}
}
.event-log { .event-log {
tr { tr {
td { td {

@ -1496,6 +1496,9 @@ body.ttrss_prefs fieldset.plugin label.description {
body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox { body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox {
margin-right: 10px; margin-right: 10px;
} }
body.ttrss_prefs .users-list td {
cursor: pointer;
}
body.ttrss_prefs .event-log tr td { body.ttrss_prefs .event-log tr td {
font-size: 10px; font-size: 10px;
padding: 8px; padding: 8px;

@ -1496,6 +1496,9 @@ body.ttrss_prefs fieldset.plugin label.description {
body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox { body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox {
margin-right: 10px; margin-right: 10px;
} }
body.ttrss_prefs .users-list td {
cursor: pointer;
}
body.ttrss_prefs .event-log tr td { body.ttrss_prefs .event-log tr td {
font-size: 10px; font-size: 10px;
padding: 8px; padding: 8px;

Loading…
Cancel
Save