]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated support for 800px width design
authorSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Jul 2009 04:08:51 +0000 (04:08 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Jul 2009 04:08:51 +0000 (04:08 +0000)
theme/base/css/display.css
theme/base/css/ie.css

index 8ee3a1d7b01b120b100def4c959ff2d167ff16da..e9f4beaae355318c50e4e75230cc8ed8e68d7b56 100644 (file)
@@ -275,7 +275,7 @@ margin-bottom:18px;
 
 #anon_notice {
 float:left;
-width:43.2%;
+width:42.4%;
 padding:1.1%;
 border-radius:7px;
 -moz-border-radius:7px;
@@ -396,7 +396,7 @@ margin-bottom:1em;
 }
 
 #content {
-width:64.009%;
+width:63.311%;
 min-height:259px;
 padding:1.795%;
 float:left;
@@ -422,7 +422,7 @@ float:left;
 width:27.917%;
 min-height:259px;
 float:left;
-margin-left:0.5%;
+margin-left:0.699%;
 padding:1.795%;
 border-radius:7px;
 -moz-border-radius:7px;
@@ -432,7 +432,7 @@ border-style:solid;
 }
 
 #form_notice {
-width:45.664%;
+width:45%;
 float:left;
 position:relative;
 line-height:1;
@@ -471,12 +471,12 @@ cursor:pointer;
 }
 #form_notice label[for=notice_data-attach] {
 text-indent:-9999px;
-left:394px;
+left:86%;
 width:16px;
 height:16px;
 }
 #form_notice #notice_data-attach {
-left:183px;
+left:40.6%;
 padding:0;
 height:16px;
 }
index 43fb01492abadf734c9576824031ce48be0ac97c..3e128b84ed607f38df446a4c88f273edc412bcb9 100644 (file)
@@ -9,7 +9,7 @@ width:78%;
 #form_notice .form_note + label {
 position:absolute;
 top:25px;
-left:380px;
+left:83%;
 text-indent:-9999px;
 height:16px;
 width:16px;
@@ -25,10 +25,6 @@ width:78.5%;
 #form_notice #notice_data-attach_selected button {
 padding:0 4px;
 }
-#anon_notice {
-max-width:39%;
-}
-
 .notice-options input.submit {
 font-size:0;
 margin-top:3px;
@@ -49,6 +45,6 @@ z-index:1;
 .notice:hover {
 z-index:9999;
 }
-.notice .thumbnail img  {
+.notice .thumbnail img {
 z-index:9999;
-}
\ No newline at end of file
+}