Author: johnnyoffline
Date: 2010-01-15 22:08:37 +0100 (Fri, 15 Jan 2010)
New Revision: 26694

Modified:
   plugins/pkMediaPlugin/trunk/web/css/pkMedia.css
Log:
made the left and right images have hard pixel widths because their parent has 
a fixed pixel width and it makes sense

Modified: plugins/pkMediaPlugin/trunk/web/css/pkMedia.css
===================================================================
--- plugins/pkMediaPlugin/trunk/web/css/pkMedia.css     2010-01-15 21:07:59 UTC 
(rev 26693)
+++ plugins/pkMediaPlugin/trunk/web/css/pkMedia.css     2010-01-15 21:08:37 UTC 
(rev 26694)
@@ -40,11 +40,12 @@
 float: left;
 }
 
-.pk-media-subnav
+#pk-subnav.pk-media-subnav
 {
 width: 178px;
 margin-bottom: 20px;
 float: left;
+position: relative;
 }
 
 .pk-media-subnav .pk-search-form
@@ -193,10 +194,15 @@
 float: left;
 display: inline;
 position: relative;
-width: 50%;
+width: 340px;
 margin-bottom: 20px;
 }
 
+.pk-media-item.even
+{
+       margin-right: 40px;
+}
+
 .pk-media-item-meta
 {
 margin: 0 0 10px 0;

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.


Reply via email to