From d48d27d79f9c51aa3bde345c1c69ade1d93e8b2e Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Sun, 5 Jul 2009 22:57:35 +0000 Subject: Updated margin/width value for nested notices --- theme/base/css/display.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theme') diff --git a/theme/base/css/display.css b/theme/base/css/display.css index f2b200376..22610bd51 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -783,8 +783,8 @@ list-style-type:none; } .notices .notices { margin-top:7px; -margin-left:5%; -width:95%; +margin-left:2%; +width:98%; float:left; } -- cgit v1.2.3-54-g00ecf From acb305b34a5ff1dcd6f90eeb93ea2634dc77863e Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Tue, 7 Jul 2009 00:22:43 +0000 Subject: Changed img max-width to all attachment views --- theme/base/css/display.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'theme') diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 22610bd51..854095bad 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1027,13 +1027,13 @@ border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; } -#jOverlayContent #content img { -max-width:480px; -} #jOverlayLoading { top:22.5%; left:40%; } +#attachment_view img { +max-width:480px; +} #attachment_view #oembed_info { margin-top:11px; } -- cgit v1.2.3-54-g00ecf From c266e0d68c1d39ea5d1d9328d002d5bcf72515e3 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Tue, 7 Jul 2009 00:43:56 +0000 Subject: Added max-height to designsettings and attachment view images --- theme/base/css/display.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'theme') diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 854095bad..8ee3a1d7b 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1033,6 +1033,7 @@ left:40%; } #attachment_view img { max-width:480px; +max-height:480px; } #attachment_view #oembed_info { margin-top:11px; @@ -1278,6 +1279,7 @@ margin-bottom:0; #form_settings_design #settings_design_background-image img { max-width:480px; +max-height:480px; } #form_settings_design #settings_design_color .form_data, -- cgit v1.2.3-54-g00ecf From 247cf2ea8f2f779b60c445d45e6728e8db67738d Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Tue, 7 Jul 2009 04:08:51 +0000 Subject: Updated support for 800px width design --- theme/base/css/display.css | 12 ++++++------ theme/base/css/ie.css | 10 +++------- 2 files changed, 9 insertions(+), 13 deletions(-) (limited to 'theme') diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 8ee3a1d7b..e9f4beaae 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -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; } diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css index 43fb01492..3e128b84e 100644 --- a/theme/base/css/ie.css +++ b/theme/base/css/ie.css @@ -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 +} -- cgit v1.2.3-54-g00ecf From be0b1495179f1cc1d96ea1849445a19d559283e2 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Thu, 9 Jul 2009 17:01:45 +0000 Subject: Updated max-width values for attachment view --- js/util.js | 2 +- theme/base/css/display.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'theme') diff --git a/js/util.js b/js/util.js index 7a7a5e30b..bbcbc0bbb 100644 --- a/js/util.js +++ b/js/util.js @@ -283,7 +283,7 @@ function NoticeAttachments() { }, timeout : 0, autoHide : true, - css : {'max-width':'502px', 'top':'22.5%', 'left':'32.5%'} + css : {'max-width':'542px', 'top':'22.5%', 'left':'32.5%'} }; $('#content .notice a.attachment').click(function() { diff --git a/theme/base/css/display.css b/theme/base/css/display.css index e9f4beaae..3426e71c0 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1020,7 +1020,7 @@ font-weight:bold; padding:0; } #jOverlayContent h1 { -max-width:475px; +max-width:425px; } #jOverlayContent #content { border-radius:7px; -- cgit v1.2.3-54-g00ecf