]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
A few quick theme fixes, mostly for IE. Full update to follow.
authorSamantha Doherty <sammy@status.net>
Wed, 6 Oct 2010 20:30:43 +0000 (16:30 -0400)
committerSamantha Doherty <sammy@status.net>
Wed, 6 Oct 2010 20:30:43 +0000 (16:30 -0400)
theme/clean/css/display.css
theme/clean/css/ie.css [new file with mode: 0644]
theme/rebase/css/display.css
theme/rebase/css/ie.css
theme/shiny/css/display.css
theme/shiny/css/ie.css
theme/shiny/images/wrap_bg.png [new file with mode: 0644]

index be72993b559b06c300969e983916c00cfd0e7591..260ee5926a0d7487c45aa84879909d74b25eebf9 100644 (file)
@@ -117,7 +117,8 @@ address {
     top: 74px;
     right:0;
     height: 2.4em;
-    width: 106px;
+    width: 96px;
+    right: 10px;
 }
 
 #core {
diff --git a/theme/clean/css/ie.css b/theme/clean/css/ie.css
new file mode 100644 (file)
index 0000000..ede8f07
--- /dev/null
@@ -0,0 +1,62 @@
+/* IE specific styles */
+
+/* base theme overrides */
+
+input.checkbox,
+input.radio {
+top:0;
+}
+.form_notice textarea {
+    width: 364px;
+}
+.form_notice .form_note + label {
+position:absolute;
+top:25px;
+left:83%;
+text-indent:-9999px;
+height:16px;
+width:16px;
+display:block;
+        top: 31px;
+        right: 88px;
+}
+.form_notice #notice_action-submit {
+    width: 96px;
+    max-width: 96px;
+}
+.form_notice #notice_data-attach_selected,
+.form_notice #notice_data-geo_selected {
+width:78.75%;
+}
+.form_notice #notice_data-attach_selected button,
+.form_notice #notice_data-geo_selected button {
+padding:0 4px;
+}
+.notice-options input.submit {
+font-size:0;
+text-align:right;
+text-indent:0;
+}
+.notice div.entry-content .timestamp a {
+margin-right:4px;
+}
+.entity_profile {
+width:64%;
+}
+.notice {
+z-index:1;
+}
+.notice:hover {
+z-index:9999;
+}
+.notice .thumbnail img {
+z-index:9999;
+}
+
+.form_settings fieldset fieldset legend {
+line-height:auto;
+}
+
+.form_notice #notice_data-attach {
+filter: alpha(opacity=0);
+}
index bc0b5a4f271bbf2d9e537e29d7c0e1331ff0c685..b532be5d038fd5a0e62b6da68007e2bb197b071f 100644 (file)
@@ -196,6 +196,7 @@ address .poweredby {
     width: 485px;
     height: 63px;
     padding-bottom: 15px;
+    z-index: 9;
 }
 
 .form_notice label[for=notice_data-attach],
index 48b5cd6af7409294ab2b3d6f59b68433631c12a7..88985efb744bf2b37e53ccf5c69d131e8fa19da6 100644 (file)
@@ -58,3 +58,8 @@ z-index:9999;
 .form_settings fieldset fieldset legend {
 line-height:auto;
 }
+
+
+.form_notice #notice_data-attach {
+filter: alpha(opacity=0);
+}
index 5b51b530dcf1a8120e5e88e1388cf4d9d3506c3f..ec98a049c0e147435812cd50f6b4c9168b59f941 100644 (file)
@@ -209,7 +209,8 @@ address {
     top: 74px;
     right:0;
     height: 2.4em;
-    width: 106px;
+    width: 96px;
+    right: 10px;
 }
 
 #content {
index ca6c09d44ec5a3827a45725fcc5142bb9191900f..3c8e2230d54d023db9d610a2e58e3118d4b1dab0 100644 (file)
@@ -1,9 +1,72 @@
 /* IE specific styles */
 
+/* IE specific styles */
+
+/* base theme overrides */
+
+input.checkbox,
+input.radio {
+top:0;
+}
+.form_notice textarea {
+    width: 374px;
+}
+.form_notice .form_note + label {
+position:absolute;
+top:25px;
+left:83%;
+text-indent:-9999px;
+height:16px;
+width:16px;
+display:block;
+        top: 31px;
+        right: 88px;
+}
+.form_notice #notice_action-submit {
+    width: 96px;
+    max-width: 96px;
+}
+.form_notice #notice_data-attach_selected,
+.form_notice #notice_data-geo_selected {
+width:78.75%;
+}
+.form_notice #notice_data-attach_selected button,
+.form_notice #notice_data-geo_selected button {
+padding:0 4px;
+}
+.notice-options input.submit {
+font-size:0;
+text-align:right;
+text-indent:0;
+}
+.notice div.entry-content .timestamp a {
+margin-right:4px;
+}
+.entity_profile {
+width:64%;
+}
+.notice {
+z-index:1;
+}
+.notice:hover {
+z-index:9999;
+}
+.notice .thumbnail img {
+z-index:9999;
+}
+
+.form_settings fieldset fieldset legend {
+line-height:auto;
+}
+
+.form_notice #notice_data-attach {
+filter: alpha(opacity=0);
+}
+
 #wrap {
-       background-color: #c9c9c9;
+    background: url(../images/wrap_bg.png) repeat top left;
 }
 
 #aside_primary .section {
-    background-color: #c9c9c9;
+    background: url(../images/wrap_bg.png) repeat top left;
 }
diff --git a/theme/shiny/images/wrap_bg.png b/theme/shiny/images/wrap_bg.png
new file mode 100644 (file)
index 0000000..ce9e4ec
Binary files /dev/null and b/theme/shiny/images/wrap_bg.png differ