[Checkins] SVN: grokui.base/trunk/src/grokui/base/static/grok.css Increasing the padding of the fieldset to prevent the legend to override the block content.

Souheil CHELFOUH souheil at chelfouh.com
Fri Feb 26 05:55:58 EST 2010


Log message for revision 109452:
  Increasing the padding of the fieldset to prevent the legend to override the block content.
  

Changed:
  U   grokui.base/trunk/src/grokui/base/static/grok.css

-=-
Modified: grokui.base/trunk/src/grokui/base/static/grok.css
===================================================================
--- grokui.base/trunk/src/grokui/base/static/grok.css	2010-02-25 21:54:56 UTC (rev 109451)
+++ grokui.base/trunk/src/grokui/base/static/grok.css	2010-02-26 10:55:58 UTC (rev 109452)
@@ -157,7 +157,7 @@
 fieldset {
   position: relative;
   margin-top: 1em;
-  padding: 0.75em;
+  padding: 1.2em 0.8em;
   border: 1px solid #c90;
   text-align: left;
   background-color: #f9f9D4;
@@ -176,7 +176,7 @@
   color: #c90;
   font-size: 1.2em;
   font-weight: 700;
-  background-color:  transparent;
+  background-color: transparent;
 }
 
 a.button {



More information about the checkins mailing list