1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:35:55 +00:00

further stylesheet simplification related fixes

This commit is contained in:
Andrew Dolgov
2017-12-03 13:25:34 +03:00
parent 3f2a871421
commit 09bc54c690
11 changed files with 56 additions and 75 deletions

View File

@@ -177,35 +177,6 @@ body.ttrss_utility {
border-color : #e0e0e0;
}
body#sharepopup {
background-color : white;
background-image : url("../images/toolbar.png");
background-repeat : repeat-x;
background-position : bottom;
margin : 10px;
padding : 0px;
}
body#sharepopup h1 {
font-size : 14px;
margin : 0px;
color : rgb(82, 168, 236);
}
body#sharepopup table {
background : white;
border : 1px solid rgb(82, 168, 236);
padding : 5px;
}
body#sharepopup form {
height : 100%;
}
body#sharepopup input {
width : 100%;
}
div.autocomplete {
position : absolute;
width : 250px;
@@ -288,3 +259,30 @@ body.small_margins {
margin : 1em;
max-width : none;
}
body#sharepopup {
background: white url("../images/toolbar.png") repeat-x bottom;
margin : 10px;
padding : 0px;
h1 {
font-size : 14px;
margin : 0px;
color : rgb(82, 168, 236);
}
table {
background : white;
border : 1px solid rgb(82, 168, 236);
padding : 5px;
}
form {
height : 100%;
}
input {
width : 100%;
}
}