]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/ie.css
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
[quix0rs-gnu-social.git] / theme / base / css / ie.css
index df0388a5ad55e0b0f2d620039d2bab3afa145893..da200388eb57d8c704005f86123c0e7aab5f8458 100644 (file)
@@ -1,13 +1,20 @@
 /* IE specific styles */
-legend {
-margin-left:-7px;
-}
-input.checkbox {
+input.checkbox,
+input.radio {
 top:0;
 }
 #form_notice textarea {
 width:78%;
 }
+#form_notice .form_note + label {
+position:absolute;
+top:25px;
+left:380px;
+text-indent:-9999px;
+height:16px;
+width:16px;
+display:block;
+}
 #form_notice #notice_action-submit {
 width:17%;
 max-width:17%;
@@ -30,9 +37,12 @@ margin-right:4px;
 .entity_profile {
 width:64%;
 }
-#jOverlayContent .notice * {
+.notice {
 z-index:1;
 }
-#jOverlayContent .notice .attachment img  {
+.notice:hover {
 z-index:9999;
 }
+.notice .thumbnail img  {
+z-index:9999;
+}
\ No newline at end of file