1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

edit tags: use client dialog

This commit is contained in:
Andrew Dolgov
2021-02-15 14:50:40 +03:00
parent 82adb01307
commit ecb36b6354
8 changed files with 65 additions and 57 deletions
+6 -9
View File
@@ -516,7 +516,6 @@ body.ttrss_main {
}
.dijitDialog {
header,
.dlgSec, .dlgSecHoriz {
font-size : 16px;
@@ -584,6 +583,12 @@ body.ttrss_main {
footer.text-center {
text-align: center;
}
textarea#tags_str {
height : 100px;
font-size : 12px;
width : 98%;
}
}
i.icon-label {
@@ -992,18 +997,10 @@ body.ttrss_main {
color : #cc90cc;
}
div.enclosure_title {
}
#headlines-frame .dijitCheckBox {
margin-right : 4px;
}
#editTagsDlg{
overflow: visible;
}
#feedEditDlg img.feedIcon {
border : 1px solid #ccc;
padding : 5px;