]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fix for blogs list view interface in some browsers
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 25 May 2010 11:23:26 +0000 (11:23 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 25 May 2010 11:23:26 +0000 (11:23 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6204 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/blog/views/default/blog/css.php

index 6847906c23e49dda84d0269602849e87323fb4d6..c805c53863ea5cd1e2d242c398344a865b776563 100644 (file)
        line-height: 1.4em;
        padding-bottom:12px;
 }
+
+/* blogs list view */
+.entity_listing.blog .entity_metadata {
+       min-width:400px;
+       text-align: right;
+}
+
+/* blogs edit/create form */
 form#blog_post_edit .submit_button {
        margin-right:15px;
 }