From 9820b8e1342017edfe4f6ced9cc3a7d811449c7b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 9 Aug 2014 10:29:51 -0700 Subject: Finish new hooks list page --- public/ng/less/ui/form.less | 5 +++++ public/ng/less/ui/reset.less | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'public/ng/less/ui') diff --git a/public/ng/less/ui/form.less b/public/ng/less/ui/form.less index 01743293..268baea8 100644 --- a/public/ng/less/ui/form.less +++ b/public/ng/less/ui/form.less @@ -75,6 +75,11 @@ .btn-active { box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset, 0 0 4px rgba(0, 0, 0, .15) inset } +.btn-header { + margin-top: -1px; + color: white; + padding: 0 10px; +} .btn-radius { border-radius: .25em; diff --git a/public/ng/less/ui/reset.less b/public/ng/less/ui/reset.less index 04d11989..af497ca1 100644 --- a/public/ng/less/ui/reset.less +++ b/public/ng/less/ui/reset.less @@ -360,11 +360,11 @@ p { // truncate element .text-truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - display: inline-block; - vertical-align: top; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: inline-block; + vertical-align: top; } // code elements -- cgit v1.2.3