]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Ticket #1060 -- Ability to wrap long .entity_profile .entity_fn
authorSarven Capadisli <csarven@plantard.controlezvous.ca>
Sun, 1 Feb 2009 06:28:16 +0000 (06:28 +0000)
committerSarven Capadisli <csarven@plantard.controlezvous.ca>
Sun, 1 Feb 2009 06:28:16 +0000 (06:28 +0000)
theme/base/css/display.css
theme/base/css/ie.css
theme/base/css/ie6.css

index e1f04ac580a3fbfc4a4560018e9d91f53d1f467c..460b551f26ac455b81e7f0d4bf5ae8e263cb9c45 100644 (file)
@@ -507,50 +507,43 @@ position:relative;
 width:475px;
 min-height:123px;
 float:left;
-margin-bottom:17px;
+margin-bottom:18px;
 margin-left:0;
 }
 .entity_profile dt,
 #entity_statistics dt {
 font-weight:bold;
 }
+.entity_profile dd {
+display:inline;
+}
+
 .entity_profile .entity_depiction {
 float:left;
-position:absolute;
-top:0;
-left:0;
 width:96px;
+margin-right:18px;
+margin-bottom:18px;
 }
+
 .entity_profile .entity_fn,
 .entity_profile .entity_nickname,
 .entity_profile .entity_location,
 .entity_profile .entity_url,
 .entity_profile .entity_note,
 .entity_profile .entity_tags {
-float:left;
-clear:left;
 margin-left:113px;
-width:322px;
 margin-bottom:4px;
+width:322px;
 }
 
 .entity_profile .entity_fn,
 .entity_profile .entity_nickname {
-width:auto;
-clear:none;
-}
-
-.entity_profile .entity_fn {
 margin-left:11px;
-margin-right:4px;
-}
-.entity_profile .entity_fn .fn {
+display:inline;
 font-weight:bold;
-font-style:normal;
 }
-.entity_profile .nickname {
-font-style:italic;
-font-weight:bold;
+.entity_profile .entity_nickname {
+margin-left:0;
 }
 
 .entity_profile .entity_fn dd:before {
@@ -568,13 +561,14 @@ display:none;
 .entity_profile h2 {
 display:none;
 }
+
 /* entity_profile */
 
 
 /*entity_actions*/
 .entity_actions {
 float:right;
-
+margin-left:28px;
 }
 .entity_actions h2 {
 display:none;
index 08b027b59067f2750f03b37de5324cf89aa24a26..ffa8bedead2b2a08696d6536fea1b947d6f6c9db 100644 (file)
@@ -24,7 +24,3 @@ margin-left:-7px;
 .notice div.entry-content .timestamp a {
 margin-right:4px;
 }
-
-.entity_profile .entity_nickname {
-padding-right:3px;
-}
index 4a2316903db34ef732958ac54bef6a5832dca3bc..10b31cbcb5e8c12dd05a37fec06072563ed3ae1d 100644 (file)
@@ -4,5 +4,8 @@
 .entity_profile .entity_url,
 .entity_profile .entity_note,
 .entity_profile .entity_tags {
-margin-left:55px;
+margin-left:0;
+}
+.entity_profile .entity_depiction {
+margin-bottom:123px;
 }