minor css tweaks

This commit is contained in:
Andrew Dolgov 2014-01-27 19:48:16 +04:00
parent e48c486d24
commit d728015d48
2 changed files with 6 additions and 8 deletions

View File

@ -334,7 +334,7 @@ div#headlines-toolbar {
height : 25px; height : 25px;
line-height : 25px; line-height : 25px;
padding-left : 4px; padding-left : 4px;
background : #fafafa; background : white;
} }
div#headlines-toolbar .dijitSelect { div#headlines-toolbar .dijitSelect {
@ -792,7 +792,7 @@ div.fatalError textarea {
#headlines-frame { #headlines-frame {
padding : 0px; padding : 0px;
border-color : #c0c0c0; border-color : #eee;
border-style : solid; border-style : solid;
border-width : 0px; border-width : 0px;
margin-top : 0px; margin-top : 0px;
@ -840,9 +840,7 @@ div.fatalError textarea {
#content-insert { #content-insert {
padding : 0px; padding : 0px;
border-color : #eee; border-color : #eee;
border-bottom-width : 0px; border-width : 0px;
border-right-width : 0px;
border-left-width : 0px;
line-height: 20px; line-height: 20px;
overflow : auto; overflow : auto;
} }
@ -1178,12 +1176,12 @@ body#ttrssPrefs hr {
} }
body#ttrssMain #feedTree .dijitTreeRowSelected { body#ttrssMain #feedTree .dijitTreeRowSelected {
background : #ecf4ff; background : white;
/* box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1); */ /* box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1); */
} }
body#ttrssMain #feedTree .dijitTreeRowHover { body#ttrssMain #feedTree .dijitTreeRowHover {
background : white; background : #ecf4ff;
} }
body#ttrssMain #feedTree .dijitTreeRowActive { body#ttrssMain #feedTree .dijitTreeRowActive {

View File

@ -1075,7 +1075,7 @@ function switchPanelMode(wide) {
dijit.byId("content-insert").domNode.setStyle({width: 'auto', dijit.byId("content-insert").domNode.setStyle({width: 'auto',
height: '50%', height: '50%',
borderTopWidth: '1px'}); borderTopWidth: '0px'});
$("headlines-frame").setStyle({ borderBottomWidth: '1px' }); $("headlines-frame").setStyle({ borderBottomWidth: '1px' });
$("headlines-frame").removeClassName("wide"); $("headlines-frame").removeClassName("wide");