1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 12:41:29 +00:00

cleanup sharepopup dialog

This commit is contained in:
Andrew Dolgov
2019-02-20 13:05:12 +03:00
parent d9e20f8b16
commit be322d6fc8
9 changed files with 260 additions and 249 deletions

View File

@@ -131,23 +131,14 @@ body.ttrss_utility.ttrss_zoom {
margin : 2em;
}
body#sharepopup {
color : @default-fg;
background: @default-bg;
margin : 10px;
body.ttrss_utility.share_popup {
margin : 0;
padding : 0;
background : white;
h1 {
font-size : 14px;
margin : 0px;
color : @color-accent;
.content {
padding : 15px;
border-width : 0;
box-shadow : none;
}
form {
height : 100%;
}
input {
width : 100%;
}
}