diff --git a/src/main/java/com/commafeed/frontend/pages/HomePage.html b/src/main/java/com/commafeed/frontend/pages/HomePage.html index 4fd8f5b7..86bc2733 100644 --- a/src/main/java/com/commafeed/frontend/pages/HomePage.html +++ b/src/main/java/com/commafeed/frontend/pages/HomePage.html @@ -1,6 +1,7 @@ + CommaFeed @@ -9,7 +10,7 @@ -
+
@@ -27,7 +28,7 @@
- +
diff --git a/src/main/webapp/css/app.css b/src/main/webapp/css/app.css index 602ff997..4fd20cbb 100644 --- a/src/main/webapp/css/app.css +++ b/src/main/webapp/css/app.css @@ -1,6 +1,10 @@ +.main { + margin-top: 10px; +} + /* tree*/ .sidebar-nav-fixed { - overflow: hidden; + overflow-x: hidden; } .css-treeview { @@ -9,6 +13,11 @@ white-space: nowrap; } +.css-treeview .error { + color: red; + font-style:italic; +} + .css-treeview label,.css-treeview a,.css-treeview label::before { font-family: inherit; font-size: 11px; @@ -26,7 +35,8 @@ .css-treeview a { cursor: pointer; color: black; - display: block; overflow-hidden; + display: block; + overflow: hidden; text-overflow: ellipsis; } @@ -36,6 +46,14 @@ } /* entry list*/ +.entrylist-header { + border-bottom: 1px solid #eee; +} + +.entrylist-header h3 { + margin: 0px 0px 5px 0px; +} + #feed-accordion .accordion-group { margin-bottom: 0px; border: none; diff --git a/src/main/webapp/directives/category.html b/src/main/webapp/directives/category.html index ccdffe1a..7a00373a 100644 --- a/src/main/webapp/directives/category.html +++ b/src/main/webapp/directives/category.html @@ -5,7 +5,7 @@