From 16564c20d5e781f88764333b1832dcdb846cebc2 Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Tue, 9 Oct 2012 10:48:57 -0400 Subject: still refactoring to make the firstrun page independent --- css/news.css | 44 -------------------------------------------- 1 file changed, 44 deletions(-) (limited to 'css/news.css') diff --git a/css/news.css b/css/news.css index 315c1a3a8..8212616ea 100644 --- a/css/news.css +++ b/css/news.css @@ -23,50 +23,6 @@ div.add_parentfolder { width:0; height:0; } - -/** - * when there are no feeds in the db - */ -#firstrun { - position: relative; - top: 50%; - left: 50%; - margin-left: -25em; - margin-top: -10em; - width: 50em; - height: 20em; - text-align: center; - font-weight:bold; - font-size:1.5em; - color:#777; -} - - #firstrun small { display: block; font-weight: normal; font-size: 0.8em; margin: .5em 0 1em 0; } - #firstrun .button { font-size: 0.7em; } - - #firstrun #selections { - font-size:0.8em; - margin: 2em auto 2em 10em; - clear: both; - } - - #firstrun #feed_add_url { width:20em; } - - #firstrun #selections #addfeed_dialog_firstrun, #firstrun #selections #importopml_dialog_firstrun { - width:40em; - border:1px solid; - border-color: gray; - border-radius:10px; - -moz-border-radius:10px; /* Firefox 3.6 and earlier */ - } - - #firstrun #selections #addfeed_dialog_firstrun { - height:5em; - } - - #firstrun #selections #importopml_dialog_firstrun { - height:4em; - } /* feed/folder list */ #leftcontent_news { -- cgit v1.2.3