From 22555b9cb2c584cb85aa1d7ad4184d7976e3f1d6 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 5 Aug 2013 02:03:27 +0200 Subject: [PATCH] Improved getting started screen. --- app/assets/stylesheets/zzz.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/zzz.css b/app/assets/stylesheets/zzz.css index c71a9f37a..ab0d86e4c 100644 --- a/app/assets/stylesheets/zzz.css +++ b/app/assets/stylesheets/zzz.css @@ -74,6 +74,18 @@ table th, table td { border-bottom: 1px solid #eeeeee; } +.hero-two { + width: 100%; +} +.hero-two .hero-left { + width: 50%; + float: left; +} +.hero-two .hero-right { + width: 50%; + float: right; +} + .content-two { top: 80px; bottom: 0px; @@ -270,7 +282,6 @@ table th, table td { } #task .task { - display: inline-block; max-width: 120px; overflow: hidden; text-overflow: ellipsis; @@ -303,6 +314,7 @@ table th, table td { #task [data-type="close"] { margin-left: 5px; font-size: 10px; + vertical-align: middle; } #task .taskbar-items { @@ -779,7 +791,7 @@ footer { * noty changes */ .noty_bar.noty_layout_top { - top: 48px; + top: 56px; position: fixed; left: 50%; margin-left: -300px;