From 3957f13b544618f367c54cd73dbcb13a74288d4d Mon Sep 17 00:00:00 2001 From: Jeff Cross Date: Thu, 1 Dec 2011 20:50:39 -0700 Subject: [PATCH] Added routes to collection view template, stylized better. --- public/dashboard/css/app.css | 17 +++++++++++++++++ public/dashboard/index.html | 32 ++++++++++++++++++++++---------- 2 files changed, 39 insertions(+), 10 deletions(-) diff --git a/public/dashboard/css/app.css b/public/dashboard/css/app.css index a40cf34..fc061bc 100644 --- a/public/dashboard/css/app.css +++ b/public/dashboard/css/app.css @@ -35,3 +35,20 @@ dl.tabs dd a {color: #777; font-weight: bold; text-transform: capitalize;} .description div.custom.dropdown {top: -2px;} .roles input {width: 274px} .search {width: 99% !important} /* breaks on mobile */ + +/* collection */ +.collection-view {} +.collection-view ul { + margin-left: 0; +} +.collection-view ul li { + margin-bottom: 2px; +} +.collection-view ul li strong { + font-size: 1.1em; +} +.collection-view p.no-items { + font-size: 1.1em; + font-weight: bold; + margin: 30px 0; +} \ No newline at end of file diff --git a/public/dashboard/index.html b/public/dashboard/index.html index d428971..1972b30 100644 --- a/public/dashboard/index.html +++ b/public/dashboard/index.html @@ -100,15 +100,31 @@ Discard Changes