From 6759dde1dd3277ac4c962b368beb51cabdefa4ae Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 12 Aug 2015 11:45:06 +0300 Subject: [PATCH] minor css updates --- css/utility.css | 3 +++ css/zoom.css | 1 + install/index.php | 6 ++---- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/css/utility.css b/css/utility.css index fc1d6bc1..4358b3d7 100644 --- a/css/utility.css +++ b/css/utility.css @@ -1,3 +1,5 @@ +@import "dijit.css"; + body { background : #f5f5f5; color : black; @@ -24,6 +26,7 @@ div.content { background : white; border : 1px solid #ddd; padding : 10px; + border-radius : 6px; box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1); } diff --git a/css/zoom.css b/css/zoom.css index f2230d7c..7cc15b64 100644 --- a/css/zoom.css +++ b/css/zoom.css @@ -61,6 +61,7 @@ body#ttrssZoom div.postReply { border : 1px solid #ddd; background : white; box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1); + border-radius : 6px; } body#ttrssZoom div.footer { diff --git a/install/index.php b/install/index.php index a3f21cbb..34676557 100644 --- a/install/index.php +++ b/install/index.php @@ -87,13 +87,11 @@ } function print_error($msg) { - print "
- $msg
"; + print "
$msg
"; } function print_notice($msg) { - print "
- $msg
"; + print "
$msg
"; } function db_connect($host, $user, $pass, $db, $type, $port = false) { -- 2.39.2