Fixes and Clouds animations
[astakos] / snf-astakos-app / astakos / im / static / im / css / modules.css
index 0702285..127dba8 100644 (file)
@@ -1,3 +1,4 @@
+body                                                                                   { min-width:32px; overflow-y: scroll;}\r
 .wrapper                                        { margin:0 auto; position:relative; width:820px; padding:36px 70px; }\r
 .container .wrapper,\r
 .footer .wrapper                                { border: 1px solid #808080; border-top:0 none;}\r
@@ -30,7 +31,6 @@ img.right                                                             { margin:0 0 1em 1em; float:right;}
 .top-msg .close:hover                           { color:#000;}\r
 \r
 /* container */\r
-.container                                                                             { border-top:35px solid #000; }\r
 .container .wrapper                             { padding-bottom:100px;}\r
 .mainlogo h1                                                                   { line-height:100%; font-size:1em; }\r
 .container .navigation                          { margin:20px 0 0; font-size:1.154em; height:95px;}\r
@@ -54,13 +54,13 @@ img.right                                                           { margin:0 0 1em 1em; float:right;}
 .container ul.options li h3                                            { font-size:1em; margin-bottom:0; }\r
 .container ul.options li a                                     { border:0 none;}\r
 .container ul.options li a:hover                               { text-decoration:underline;}\r
-.container .extra ul.options                                   { font-size:1em; margin:30px 0 0 ; padding:0 15px; }\r
+.container .extra ul.options                                   { font-size:1em; margin:0 ; padding:15px; }\r
 .landing h2, .landing a:hover                   { color:#01A1AE;}\r
 .faq h2, .faq a:hover, .faq .current a          { color:#EF4F54; border:0 none;}\r
 .content .question h2                                                  { color:#4085A6 }\r
 .content .backlink                                                             { margin:1em 0; }\r
 .content .question .backlink a                                 { border:0 none; color:#F89A1C }\r
-.content .question .backlink a:hover                   { text-decoration:underline; }\r
+.content .question .backlink a:hover                   { border-bottom:1px solid #F89A1C }\r
 .faq h3                                                                                        { color:#4085a6; margin:0;}\r
 .faq ul                                         { padding:0; margin:0; }\r
 .faq ul li                                      { list-style:none outside; padding:0; margin:0;  }\r
@@ -208,4 +208,7 @@ a.button:hover                                                                      { background-color: #F89A1C; border:0 none; color:#fff;}
 #animation div a                                { position:absolute; left:0; top:0; border:0 none; }\r
 #animation div a img                                                   { width:100%; }\r
 #animation p                                   { position:absolute; bottom:0; left:0; width:100%; text-align:center; }\r
-#animation p img                                { display:inline-block; width:65%; }
\ No newline at end of file
+#animation p img                                { display:inline-block; width:65%; }\r
+\r
+/* Weird bug in pages that contain captcha. An extra iframe appears in chrome :S*/\r
+.container +iframe                                                             { display:none; }
\ No newline at end of file