From 3b852d77436167576d6f1ad0d700421be2171517 Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 25 Mar 2013 18:04:21 +0100 Subject: [PATCH] styling --- src/main/webapp/css/app.css | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/src/main/webapp/css/app.css b/src/main/webapp/css/app.css index ae4a8b23..25763966 100644 --- a/src/main/webapp/css/app.css +++ b/src/main/webapp/css/app.css @@ -1,13 +1,6 @@ +/* tree*/ .sidebar-nav-fixed { - padding: 9px 0; - position:fixed; - left:20px; - top:60px; - width:250px; -} - -.row-fluid > .span-fixed-sidebar { - margin-left: 290px; + overflow: hidden; } .css-treeview { @@ -33,6 +26,24 @@ color: black; } +/* entry list*/ +.entry { + border-bottom: 1px solid #CCCCCC; +} + +.entry:hover { + background-color: #EBEBEB; +} + +.entry a { + color: black; + display: block; +} + +.entry a:hover { + text-decoration: none; +} + .entry-heading .unread { font-weight: bold; } \ No newline at end of file