[Bast-commits] r9976 - ironman/IronMan-Web/trunk/root/static/css

mdk at dev.catalyst.perl.org mdk at dev.catalyst.perl.org
Sat Sep 22 16:40:51 GMT 2012


Author: mdk
Date: 2012-09-22 16:40:51 +0000 (Sat, 22 Sep 2012)
New Revision: 9976

Modified:
   ironman/IronMan-Web/trunk/root/static/css/epo.css
Log:
Ironman Layout fixes

Modified: ironman/IronMan-Web/trunk/root/static/css/epo.css
===================================================================
--- ironman/IronMan-Web/trunk/root/static/css/epo.css	2012-09-22 16:16:03 UTC (rev 9975)
+++ ironman/IronMan-Web/trunk/root/static/css/epo.css	2012-09-22 16:40:51 UTC (rev 9976)
@@ -115,9 +115,9 @@
 
 #feed-title {
     font-weight: bold;
-    padding: 20px;
+    padding: 40px 15px 15px 10px;
     background: #afafaf url(http://www.mdk.me.uk/community/ironman/silver-bar.jpg) no-repeat;
-    color: #333399;
+    color: #474799;
     font-family:arial;
     font-weight:bold;
     font-size: 250%;
@@ -125,11 +125,12 @@
   border-radius: 10px 10px 0px 0px; 
   -moz-border-radius: 10px 10px 0px 0px; 
   -webkit-border-radius: 10px 10px 0px 0px;
+  border-bottom: 1px solid #3f3f3f
 
 }
 
 #members-list{
-  margin: 20px 15px 20px 5px;
+  margin: 20px 5px 20px 5px;
   border: 1px solid #d7e3f4;
   -webkit-box-shadow: 2px 2px 2px 3px #777;
   box-shadow: 2px 2px 2px32px #777;
@@ -191,18 +192,15 @@
 }
 
 div.footer {
-  background: #efefff;
-  display: absolute;
+  height: 80px;
+  background: #cfcfcf url(http://www.mdk.me.uk/community/ironman/silver-bar.jpg);
+  position: absolute;
   left: 0;
-  bottom: 0;
   right: 0;
   margin: 20px 0 0 0;
-  padding: 10px 10px 20px 5px;
+  padding: 30px 10px 20px 5px;
   text-align: right;
-  border-top: 2px solid #777;
-  border-radius: 0px 00px 10px 10px; 
-  -moz-border-radius: 0px 00px 10px 10px; 
-  -webkit-border-radius: 0px 00px 10px 10px;  
+  border-top: 2px solid #333;
 }
 
 
@@ -218,3 +216,5 @@
 
 
 
+
+




More information about the Bast-commits mailing list