From c17befa8e384ed92e80650d73e2d1ea9e8796fde Mon Sep 17 00:00:00 2001 From: zhegal Date: Thu, 11 Jan 2018 13:07:09 +0200 Subject: [PATCH] - top line --- frontend/web/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 63c9850..3a301e5 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2,6 +2,12 @@ .modal-backdrop{z-index:10400;} .modal-open .modal{padding:0!important;} .panel-title{padding-right:15px;} +#top { + background: #555555; + color: #eeeeee; + padding: 4px 0; + line-height: 22px; +} .box-simple h3{letter-spacing: 0.02em;} .navbar ul.nav > li > a {letter-spacing: 0.01em;} -- libgit2 0.21.4