1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-04 11:17:12 +00:00

increase border contrast a bit

This commit is contained in:
Andrew Dolgov
2014-01-28 15:40:33 +04:00
parent 5a801bd6f0
commit 03700cb639
5 changed files with 24 additions and 24 deletions

View File

@@ -68,6 +68,10 @@ div.cdmFooter {
clear : both;
}
div.cdm {
margin-right : 4px;
}
div.cdm.expanded {
margin-top : 4px;
margin-bottom : 4px;
@@ -76,7 +80,7 @@ div.cdm.expanded {
div.cdm.expanded div.cdmFooter {
border-style : solid;
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;
border-color : #ddd;
}
div.cdm.expandable {
@@ -250,7 +254,7 @@ div#floatingTitle {
top : 0px;
right : 0px;
left : 0px;
border-color : #eee;
border-color : #ddd;
border-width : 0px 0px 1px 0px;
border-style : solid;
background : white;