minor css cleanup
This commit is contained in:
parent
fb54e3b188
commit
a7edcc5585
|
@ -67,7 +67,7 @@ class Dlg extends Handler_Protected {
|
||||||
$result = db_query($this->link, "SELECT title,id FROM ttrss_settings_profiles
|
$result = db_query($this->link, "SELECT title,id FROM ttrss_settings_profiles
|
||||||
WHERE owner_uid = ".$_SESSION["uid"]." ORDER BY title");
|
WHERE owner_uid = ".$_SESSION["uid"]." ORDER BY title");
|
||||||
|
|
||||||
print "<div class=\"prefFeedCatHolder\">";
|
print "<div class=\"prefProfileHolder\">";
|
||||||
|
|
||||||
print "<form id=\"profile_edit_form\" onsubmit=\"return false\">";
|
print "<form id=\"profile_edit_form\" onsubmit=\"return false\">";
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@ tr.title td a:hover {
|
||||||
color : black;
|
color : black;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.prefFeedCatHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
|
div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
|
||||||
height : 300px;
|
height : 300px;
|
||||||
overflow : auto;
|
overflow : auto;
|
||||||
border-width : 0px 1px 1px 1px;
|
border-width : 0px 1px 1px 1px;
|
||||||
|
@ -77,9 +77,8 @@ div.prefFeedCatHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
|
||||||
margin : 0px 0px 5px 0px;
|
margin : 0px 0px 5px 0px;
|
||||||
background-color : #ecf4ff;
|
background-color : #ecf4ff;
|
||||||
}
|
}
|
||||||
|
div.filterTestHolder, div.prefFeedOPMLHolder {
|
||||||
div.filterTestHolder {
|
border-width : 1px;
|
||||||
border-width : 1px 1px 1px 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.selfUpdateList {
|
ul.selfUpdateList {
|
||||||
|
|
Loading…
Reference in New Issue