X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=theme%2Fbase%2Fcss%2Fie6.css;h=c4a87a66314d59abc341e3fb619a4542b2d1a696;hb=9995d9b5a450e1e25d9595c7361a46e49af5566b;hp=fa6ec92d2f1ed063f9fe8be15c33206df90c946a;hpb=3bec08c878d50cfa43ffb72466842bda5dd88171;p=quix0rs-gnu-social.git diff --git a/theme/base/css/ie6.css b/theme/base/css/ie6.css index fa6ec92d2f..c4a87a6631 100644 --- a/theme/base/css/ie6.css +++ b/theme/base/css/ie6.css @@ -1,4 +1,30 @@ -/* IE6 specific styles */ +/* LTE IE6 styles */ + +#content { + width: 520px; +} + +#aside_primary { + width: 220px; +} + +#content h1 { + clear: left; +} + +address .fn { + display: none; +} + +#header-search { + width: 240px; +} + +#header-search input { + height: 20px; + font-size: 12px; +} + .entity_profile .entity_nickname, .entity_profile .entity_location, .entity_profile .entity_url, @@ -9,6 +35,26 @@ margin-left:0; .entity_profile .entity_depiction { margin-bottom:123px; } +.entity_actions { +width:20%; +} + .notice div.entry-content { -width:63%; + margin-left: 30px; +} + +.notice-source-activity div.entry-content { + margin-left: 0; +} + +.threaded-replies { + margin-left: 30px; +} + +#content .notice .threaded-replies .notice div.entry-content { + margin-left: 18px; +} + +.notice-options a { +width:16px; }