From 5f77f1ab97f5f6955334a76815a7d582904d4888 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 15 Oct 2013 12:58:50 -0400 Subject: [PATCH] Simplify CSS --- css/app.css | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/css/app.css b/css/app.css index eaa56a65d..c0600f15e 100644 --- a/css/app.css +++ b/css/app.css @@ -236,17 +236,11 @@ table.tags, table.tags td, table.tags th { ul li { list-style: none;} -.toggle-list { - border-radius: 4px; - border: 1px solid #CCC; -} - .toggle-list > label { position: relative; padding: 5px 10px; - display:block; + display: block; height: 30px; - border-bottom: 1px solid #ccc; background-color: white; color: #7092FF; cursor: pointer; @@ -259,17 +253,12 @@ ul li { list-style: none;} background-color: #ececec; } -.toggle-list > label:first-child { - border-radius: 3px 3px 0 0; +.toggle-list > label:not(:last-child) { + border-bottom: 1px solid #ccc; } .toggle-list > label:last-child { border-radius: 0 0 3px 3px; - border-bottom-width: 0; -} - -.toggle-list > label:only-child { - border-radius: 3px; } .toggle-list label > span { @@ -279,14 +268,6 @@ ul li { list-style: none;} text-overflow: ellipsis; } -.toggle-list > label.remove span.icon { - display: block; - width: 14px; - float: left; - margin-right: 5px; - background-position: -204px 0; -} - .toggle-list > label.active { background: #E8EBFF; }