]> dev.renevier.net Git - syj.git/blobdiff - public/css/syj.css
general class for accout info toggler
[syj.git] / public / css / syj.css
index c930c52e4ec60cf492edd443f8fda98c16cb6161..1360f7ebaf1fdf4b02e5bc817e21f0f862b1165b 100644 (file)
@@ -69,6 +69,7 @@ body, html {
 }
 #geomform {
     padding: 25px 45px 20px 45px;
+    *width: 40%; /* otherwise takes all screen width in ie<7 */
 }
 #edit-btn {
     margin-top: 1em;
@@ -108,12 +109,6 @@ body, html {
     background-color: #BBBBFF;
 }
 
-#account-info-bullet {
-    /* in firefox, in image inside an anchor has a border */
-    border: none;
-    vertical-align: middle;
-}
-
 #other-language {
     opacity: 0.85;
     filter:alpha(opacity=85);
@@ -164,3 +159,16 @@ body, html {
     opacity: 1;
     filter:alpha(opacity=100);
 }
+
+/*
+ * printing
+ */
+@media print {
+    @page {
+      size: landscape;
+    }
+
+    #message, #data_controls, #login_controls, #user_area, #login_area, #newpwd_area, .olControlPanZoom{
+        display: none;
+    }
+}