tweak utility/zoom main content css

This commit is contained in:
Andrew Dolgov 2014-01-29 09:48:19 +04:00
parent f80c5326f0
commit 17fdd4e1f8
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ div.content {
background : white;
border : 1px solid #ddd;
padding : 10px;
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
}
p.warning {

View File

@ -55,6 +55,7 @@ body#ttrssZoom div.postHeader {
body#ttrssZoom div.postReply {
border : 1px solid #ddd;
background : white;
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
}
body#ttrssZoom div.footer {