]> git.wh0rd.org - tt-rss.git/commitdiff
minor css tweaks
authorAndrew Dolgov <noreply@fakecake.org>
Mon, 27 Jan 2014 15:48:16 +0000 (19:48 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Mon, 27 Jan 2014 15:48:16 +0000 (19:48 +0400)
css/tt-rss.css
js/tt-rss.js

index c7592e54c1d79f7b9e393946cfb8e1e42182f3b4..722ad44e2ef7fef4371d930210d578eafc1464c1 100644 (file)
@@ -334,7 +334,7 @@ div#headlines-toolbar {
        height : 25px;
        line-height : 25px;
        padding-left : 4px;
-       background : #fafafa;
+       background : white;
 }
 
 div#headlines-toolbar .dijitSelect {
@@ -792,7 +792,7 @@ div.fatalError textarea {
 
 #headlines-frame {
        padding : 0px;
-       border-color : #c0c0c0;
+       border-color : #eee;
        border-style : solid;
        border-width : 0px;
        margin-top : 0px;
@@ -840,9 +840,7 @@ div.fatalError textarea {
 #content-insert {
        padding : 0px;
        border-color : #eee;
-       border-bottom-width : 0px;
-       border-right-width : 0px;
-       border-left-width : 0px;
+       border-width : 0px;
        line-height: 20px;
        overflow : auto;
 }
@@ -1178,12 +1176,12 @@ body#ttrssPrefs hr {
 }
 
 body#ttrssMain #feedTree .dijitTreeRowSelected {
-       background : #ecf4ff;
+       background : white;
        /* box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1); */
 }
 
 body#ttrssMain #feedTree .dijitTreeRowHover {
-       background : white;
+       background : #ecf4ff;
 }
 
 body#ttrssMain #feedTree .dijitTreeRowActive {
index 97a70b434eb0ac26b9fce8d1cffc283968e8e2bb..bb23169ec16ce91866cb7d9876c023bca01c4fe1 100644 (file)
@@ -1075,7 +1075,7 @@ function switchPanelMode(wide) {
 
                        dijit.byId("content-insert").domNode.setStyle({width: 'auto',
                                height: '50%',
-                               borderTopWidth: '1px'});
+                               borderTopWidth: '0px'});
 
                        $("headlines-frame").setStyle({ borderBottomWidth: '1px' });
                        $("headlines-frame").removeClassName("wide");