summaryrefslogtreecommitdiffstats
path: root/css/firstrun.css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-01-27 04:15:53 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-01-27 04:15:53 +0100
commitae7393db3d99a7ac223ae917129cccd9f49888e3 (patch)
tree7f54b72b0d01c38afd1378365a67e4f192922423 /css/firstrun.css
parent483784caa38bd6131405ac474347a215584e30a5 (diff)
merged the angularjs branch
Diffstat (limited to 'css/firstrun.css')
-rw-r--r--css/firstrun.css52
1 files changed, 0 insertions, 52 deletions
diff --git a/css/firstrun.css b/css/firstrun.css
deleted file mode 100644
index 1e2feabb2..000000000
--- a/css/firstrun.css
+++ /dev/null
@@ -1,52 +0,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;
- }
-
-#file_upload_start {
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- filter:alpha(opacity=0);
- opacity:0;
- z-index:1001;
- width:0;
- height:0;
-}